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

Name
shader
Set
Material Icon Theme
Style
Color
Viewbox
24×24
License
MIT

The same logo in other sets

Use the shader logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ab47bc" d="M10.469 17.102a4.083 4.083 0 1 1-8.166 0a4.083 4.083 0 0 1 8.166 0m5.069-9.666a4.083 4.083 0 1 0-5.446 3.296c3.13 1.231 3.867 2.474 3.475 5.828a4.083 4.083 0 1 0 5.446-3.295c-3.13-1.232-3.869-2.475-3.475-5.829"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeShader(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ab47bc" d="M10.469 17.102a4.083 4.083 0 1 1-8.166 0a4.083 4.083 0 0 1 8.166 0m5.069-9.666a4.083 4.083 0 1 0-5.446 3.296c3.13 1.231 3.867 2.474 3.475 5.828a4.083 4.083 0 1 0 5.446-3.295c-3.13-1.232-3.869-2.475-3.475-5.829"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ab47bc" d="M10.469 17.102a4.083 4.083 0 1 1-8.166 0a4.083 4.083 0 0 1 8.166 0m5.069-9.666a4.083 4.083 0 1 0-5.446 3.296c3.13 1.231 3.867 2.474 3.475 5.828a4.083 4.083 0 1 0 5.446-3.295c-3.13-1.232-3.869-2.475-3.475-5.829"/></svg>
</template>

CSS

.icon-shader {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22%23ab47bc%22%20d%3D%22M10.469%2017.102a4.083%204.083%200%201%201-8.166%200a4.083%204.083%200%200%201%208.166%200m5.069-9.666a4.083%204.083%200%201%200-5.446%203.296c3.13%201.231%203.867%202.474%203.475%205.828a4.083%204.083%200%201%200%205.446-3.295c-3.13-1.232-3.869-2.475-3.475-5.829%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22%23ab47bc%22%20d%3D%22M10.469%2017.102a4.083%204.083%200%201%201-8.166%200a4.083%204.083%200%200%201%208.166%200m5.069-9.666a4.083%204.083%200%201%200-5.446%203.296c3.13%201.231%203.867%202.474%203.475%205.828a4.083%204.083%200%201%200%205.446-3.295c-3.13-1.232-3.869-2.475-3.475-5.829%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Shader logo — Material Icon Theme · IconsDB