scheme logo
scheme from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- scheme
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the scheme logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#f44336" d="M5.11 21.186L9.887 7.303L8.945 5.11H7.407V2.813h2.296c.483 0 .896.299 1.068.724l6.58 15.353h1.539v2.296h-2.297a1.14 1.14 0 0 1-1.068-.735L11.231 10.45L7.544 21.186z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeScheme(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#f44336" d="M5.11 21.186L9.887 7.303L8.945 5.11H7.407V2.813h2.296c.483 0 .896.299 1.068.724l6.58 15.353h1.539v2.296h-2.297a1.14 1.14 0 0 1-1.068-.735L11.231 10.45L7.544 21.186z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#f44336" d="M5.11 21.186L9.887 7.303L8.945 5.11H7.407V2.813h2.296c.483 0 .896.299 1.068.724l6.58 15.353h1.539v2.296h-2.297a1.14 1.14 0 0 1-1.068-.735L11.231 10.45L7.544 21.186z"/></svg> </template>
CSS
.icon-scheme {
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%23f44336%22%20d%3D%22M5.11%2021.186L9.887%207.303L8.945%205.11H7.407V2.813h2.296c.483%200%20.896.299%201.068.724l6.58%2015.353h1.539v2.296h-2.297a1.14%201.14%200%200%201-1.068-.735L11.231%2010.45L7.544%2021.186z%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%23f44336%22%20d%3D%22M5.11%2021.186L9.887%207.303L8.945%205.11H7.407V2.813h2.296c.483%200%20.896.299%201.068.724l6.58%2015.353h1.539v2.296h-2.297a1.14%201.14%200%200%201-1.068-.735L11.231%2010.45L7.544%2021.186z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/scheme.svg?color=%231a73e8&size=48