stylable from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
stylable
Set
Material Icon Theme
Style
Color
Viewbox
30×30
License
MIT

Use the stylable logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 30 30"><g stroke-width=".247"><path fill="#66bb6a" d="M10.942 3.615c-1.944.827-6.386 5.085-6.401 8.44c.026 3.467 4.457 7.612 6.401 8.439c.446.19 1.137.451 1.868.451c.666 0 1.23-.328 1.803-1.019c.965-1.16.85-2.828-.436-3.775c-1.539-1.133-2.798-2.149-2.824-4.097c.026-1.947 1.285-3.307 2.824-4.44c1.285-.946 1.536-2.382.571-3.543c-.574-.69-1.272-.908-1.938-.908c-.73 0-1.422.262-1.868.452"/><path fill="#01579b" d="M12.711 8.934q-.532.61-.984 1.23c-.502.64-.934 1.314-1.284 1.992l-.004.004l-.015.032l-.026.052c-.44.874-.746 1.754-.892 2.582l-.002.01c-.568 2.648.237 4.923 2.625 6.025c.944.329 1.753-.052 2.49-.89c.853-.97.958-2.896-.38-3.82c-1.878-1.296-2.836-2.532-2.825-4.116c.011-1.57.887-2.627 1.297-3.101"/><path fill="#ff1744" d="M17.23 26.837c-.663 0-1.358-.218-1.929-.908c-.96-1.16-.709-2.595.57-3.541c1.531-1.132 2.783-2.49 2.809-4.437c-.026-1.947-1.28-3.24-2.809-4.377c-1.13-.84-1.53-2.442-.57-3.602c.571-.69 1.266-.908 1.93-.908c.726 0 1.414.262 1.858.452c1.934.826 6.336 4.958 6.37 8.435c-.01 3.277-4.436 7.608-6.37 8.435c-.444.189-1.132.451-1.859.451"/><path fill="#b71c1c" d="M17.219 9.02c-.717-.011-1.419.324-1.975.953c-.857.97-.713 2.711.633 3.636c1.887 1.296 2.787 2.782 2.776 4.366c-.013 1.795-1.161 2.919-1.448 3.269a8.7 8.7 0 0 0 1.7-1.656a1.3 1.3 0 0 1-.106.172a8.3 8.3 0 0 0 1.248-2.026c.026-.056.058-.128.09-.207l.025-.06a9.3 9.3 0 0 0 .516-1.75c.135-.655.207-1.352.119-1.936q-.007-.089-.016-.176c-.158-1.946-1.09-3.65-2.845-4.457a2.3 2.3 0 0 0-.717-.128"/></g></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeStylable(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 30 30"><g strokeWidth=".247"><path fill="#66bb6a" d="M10.942 3.615c-1.944.827-6.386 5.085-6.401 8.44c.026 3.467 4.457 7.612 6.401 8.439c.446.19 1.137.451 1.868.451c.666 0 1.23-.328 1.803-1.019c.965-1.16.85-2.828-.436-3.775c-1.539-1.133-2.798-2.149-2.824-4.097c.026-1.947 1.285-3.307 2.824-4.44c1.285-.946 1.536-2.382.571-3.543c-.574-.69-1.272-.908-1.938-.908c-.73 0-1.422.262-1.868.452"/><path fill="#01579b" d="M12.711 8.934q-.532.61-.984 1.23c-.502.64-.934 1.314-1.284 1.992l-.004.004l-.015.032l-.026.052c-.44.874-.746 1.754-.892 2.582l-.002.01c-.568 2.648.237 4.923 2.625 6.025c.944.329 1.753-.052 2.49-.89c.853-.97.958-2.896-.38-3.82c-1.878-1.296-2.836-2.532-2.825-4.116c.011-1.57.887-2.627 1.297-3.101"/><path fill="#ff1744" d="M17.23 26.837c-.663 0-1.358-.218-1.929-.908c-.96-1.16-.709-2.595.57-3.541c1.531-1.132 2.783-2.49 2.809-4.437c-.026-1.947-1.28-3.24-2.809-4.377c-1.13-.84-1.53-2.442-.57-3.602c.571-.69 1.266-.908 1.93-.908c.726 0 1.414.262 1.858.452c1.934.826 6.336 4.958 6.37 8.435c-.01 3.277-4.436 7.608-6.37 8.435c-.444.189-1.132.451-1.859.451"/><path fill="#b71c1c" d="M17.219 9.02c-.717-.011-1.419.324-1.975.953c-.857.97-.713 2.711.633 3.636c1.887 1.296 2.787 2.782 2.776 4.366c-.013 1.795-1.161 2.919-1.448 3.269a8.7 8.7 0 0 0 1.7-1.656a1.3 1.3 0 0 1-.106.172a8.3 8.3 0 0 0 1.248-2.026c.026-.056.058-.128.09-.207l.025-.06a9.3 9.3 0 0 0 .516-1.75c.135-.655.207-1.352.119-1.936q-.007-.089-.016-.176c-.158-1.946-1.09-3.65-2.845-4.457a2.3 2.3 0 0 0-.717-.128"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 30 30"><g stroke-width=".247"><path fill="#66bb6a" d="M10.942 3.615c-1.944.827-6.386 5.085-6.401 8.44c.026 3.467 4.457 7.612 6.401 8.439c.446.19 1.137.451 1.868.451c.666 0 1.23-.328 1.803-1.019c.965-1.16.85-2.828-.436-3.775c-1.539-1.133-2.798-2.149-2.824-4.097c.026-1.947 1.285-3.307 2.824-4.44c1.285-.946 1.536-2.382.571-3.543c-.574-.69-1.272-.908-1.938-.908c-.73 0-1.422.262-1.868.452"/><path fill="#01579b" d="M12.711 8.934q-.532.61-.984 1.23c-.502.64-.934 1.314-1.284 1.992l-.004.004l-.015.032l-.026.052c-.44.874-.746 1.754-.892 2.582l-.002.01c-.568 2.648.237 4.923 2.625 6.025c.944.329 1.753-.052 2.49-.89c.853-.97.958-2.896-.38-3.82c-1.878-1.296-2.836-2.532-2.825-4.116c.011-1.57.887-2.627 1.297-3.101"/><path fill="#ff1744" d="M17.23 26.837c-.663 0-1.358-.218-1.929-.908c-.96-1.16-.709-2.595.57-3.541c1.531-1.132 2.783-2.49 2.809-4.437c-.026-1.947-1.28-3.24-2.809-4.377c-1.13-.84-1.53-2.442-.57-3.602c.571-.69 1.266-.908 1.93-.908c.726 0 1.414.262 1.858.452c1.934.826 6.336 4.958 6.37 8.435c-.01 3.277-4.436 7.608-6.37 8.435c-.444.189-1.132.451-1.859.451"/><path fill="#b71c1c" d="M17.219 9.02c-.717-.011-1.419.324-1.975.953c-.857.97-.713 2.711.633 3.636c1.887 1.296 2.787 2.782 2.776 4.366c-.013 1.795-1.161 2.919-1.448 3.269a8.7 8.7 0 0 0 1.7-1.656a1.3 1.3 0 0 1-.106.172a8.3 8.3 0 0 0 1.248-2.026c.026-.056.058-.128.09-.207l.025-.06a9.3 9.3 0 0 0 .516-1.75c.135-.655.207-1.352.119-1.936q-.007-.089-.016-.176c-.158-1.946-1.09-3.65-2.845-4.457a2.3 2.3 0 0 0-.717-.128"/></g></svg>
</template>

CSS

.icon-stylable {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cg%20stroke-width%3D%22.247%22%3E%3Cpath%20fill%3D%22%2366bb6a%22%20d%3D%22M10.942%203.615c-1.944.827-6.386%205.085-6.401%208.44c.026%203.467%204.457%207.612%206.401%208.439c.446.19%201.137.451%201.868.451c.666%200%201.23-.328%201.803-1.019c.965-1.16.85-2.828-.436-3.775c-1.539-1.133-2.798-2.149-2.824-4.097c.026-1.947%201.285-3.307%202.824-4.44c1.285-.946%201.536-2.382.571-3.543c-.574-.69-1.272-.908-1.938-.908c-.73%200-1.422.262-1.868.452%22%2F%3E%3Cpath%20fill%3D%22%2301579b%22%20d%3D%22M12.711%208.934q-.532.61-.984%201.23c-.502.64-.934%201.314-1.284%201.992l-.004.004l-.015.032l-.026.052c-.44.874-.746%201.754-.892%202.582l-.002.01c-.568%202.648.237%204.923%202.625%206.025c.944.329%201.753-.052%202.49-.89c.853-.97.958-2.896-.38-3.82c-1.878-1.296-2.836-2.532-2.825-4.116c.011-1.57.887-2.627%201.297-3.101%22%2F%3E%3Cpath%20fill%3D%22%23ff1744%22%20d%3D%22M17.23%2026.837c-.663%200-1.358-.218-1.929-.908c-.96-1.16-.709-2.595.57-3.541c1.531-1.132%202.783-2.49%202.809-4.437c-.026-1.947-1.28-3.24-2.809-4.377c-1.13-.84-1.53-2.442-.57-3.602c.571-.69%201.266-.908%201.93-.908c.726%200%201.414.262%201.858.452c1.934.826%206.336%204.958%206.37%208.435c-.01%203.277-4.436%207.608-6.37%208.435c-.444.189-1.132.451-1.859.451%22%2F%3E%3Cpath%20fill%3D%22%23b71c1c%22%20d%3D%22M17.219%209.02c-.717-.011-1.419.324-1.975.953c-.857.97-.713%202.711.633%203.636c1.887%201.296%202.787%202.782%202.776%204.366c-.013%201.795-1.161%202.919-1.448%203.269a8.7%208.7%200%200%200%201.7-1.656a1.3%201.3%200%200%201-.106.172a8.3%208.3%200%200%200%201.248-2.026c.026-.056.058-.128.09-.207l.025-.06a9.3%209.3%200%200%200%20.516-1.75c.135-.655.207-1.352.119-1.936q-.007-.089-.016-.176c-.158-1.946-1.09-3.65-2.845-4.457a2.3%202.3%200%200%200-.717-.128%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2030%2030%22%3E%3Cg%20stroke-width%3D%22.247%22%3E%3Cpath%20fill%3D%22%2366bb6a%22%20d%3D%22M10.942%203.615c-1.944.827-6.386%205.085-6.401%208.44c.026%203.467%204.457%207.612%206.401%208.439c.446.19%201.137.451%201.868.451c.666%200%201.23-.328%201.803-1.019c.965-1.16.85-2.828-.436-3.775c-1.539-1.133-2.798-2.149-2.824-4.097c.026-1.947%201.285-3.307%202.824-4.44c1.285-.946%201.536-2.382.571-3.543c-.574-.69-1.272-.908-1.938-.908c-.73%200-1.422.262-1.868.452%22%2F%3E%3Cpath%20fill%3D%22%2301579b%22%20d%3D%22M12.711%208.934q-.532.61-.984%201.23c-.502.64-.934%201.314-1.284%201.992l-.004.004l-.015.032l-.026.052c-.44.874-.746%201.754-.892%202.582l-.002.01c-.568%202.648.237%204.923%202.625%206.025c.944.329%201.753-.052%202.49-.89c.853-.97.958-2.896-.38-3.82c-1.878-1.296-2.836-2.532-2.825-4.116c.011-1.57.887-2.627%201.297-3.101%22%2F%3E%3Cpath%20fill%3D%22%23ff1744%22%20d%3D%22M17.23%2026.837c-.663%200-1.358-.218-1.929-.908c-.96-1.16-.709-2.595.57-3.541c1.531-1.132%202.783-2.49%202.809-4.437c-.026-1.947-1.28-3.24-2.809-4.377c-1.13-.84-1.53-2.442-.57-3.602c.571-.69%201.266-.908%201.93-.908c.726%200%201.414.262%201.858.452c1.934.826%206.336%204.958%206.37%208.435c-.01%203.277-4.436%207.608-6.37%208.435c-.444.189-1.132.451-1.859.451%22%2F%3E%3Cpath%20fill%3D%22%23b71c1c%22%20d%3D%22M17.219%209.02c-.717-.011-1.419.324-1.975.953c-.857.97-.713%202.711.633%203.636c1.887%201.296%202.787%202.782%202.776%204.366c-.013%201.795-1.161%202.919-1.448%203.269a8.7%208.7%200%200%200%201.7-1.656a1.3%201.3%200%200%201-.106.172a8.3%208.3%200%200%200%201.248-2.026c.026-.056.058-.128.09-.207l.025-.06a9.3%209.3%200%200%200%20.516-1.75c.135-.655.207-1.352.119-1.936q-.007-.089-.016-.176c-.158-1.946-1.09-3.65-2.845-4.457a2.3%202.3%200%200%200-.717-.128%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/stylable.svg?color=%231a73e8&size=48