Back to Explorer
16 - 512
0.5 - 4.0
Save to
imageoutline
md gradient
Designed by Google Material
Developer Export Center
Code snippets update in real-time as you customize the playground.
const MdGradientIcon = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="24"
height="24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
{...props}
>
<path d="M0 0h24v24H0z" fill="none"/><path d="M11 9h2v2h-2V9zm-2 2h2v2H9v-2zm4 0h2v2h-2v-2zm2-2h2v2h-2V9zM7 9h2v2H7V9zm12-6H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zM9 18H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2zm2-7h-2v2h2v2h-2v-2h-2v2h-2v-2h-2v2H9v-2H7v2H5v-2h2v-2H5V5h14v6z"/>
</svg>
);SVG Optimizer
Before
0.49 KB
↓
After
0.48 KB
Tags
appearanceartbackgroundblendcolorcontrastdarkdesignediteditingeffectelementfadefillfiltergradientgraphicimageimagesintensitylightoptionphotographypicturepicturespropertysettingshadestyletonetooltransitionvisual
Compare Alternatives
See how other libraries approach this concept.