ember logo
ember from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- ember
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the ember logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ff5722" d="M12.78 4c1.79-.03 3.18.35 4.12 1.99c2.36 5.88-6.08 8.92-6.42 9.04h-.01s-.25 1.6 2.17 1.54c2.98 0 6.1-2.31 7.3-3.3c.29-.23.71-.21.97.06l.89.93c.25.27.26.69.02.97c-.77.87-2.59 2.65-5.33 3.79c0 0-4.57 2.13-7.65.12c-1.83-1.2-2.34-2.64-2.55-4.13c0 0-2.23-.12-3.66-.67c-1.44-.57.01-2.26.01-2.26s.44-.71 1.28 0c.83.71 2.4.39 2.4.39c.14-1.11.37-2.57 1.06-4.11C8.81 5.14 11 4.04 12.78 4m1.05 3.24c-.94-.91-3.67.91-3.78 5.09c0 0 .81.24 2.58-.98c1.79-1.23 2.13-3.19 1.19-4.11z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeEmber(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ff5722" d="M12.78 4c1.79-.03 3.18.35 4.12 1.99c2.36 5.88-6.08 8.92-6.42 9.04h-.01s-.25 1.6 2.17 1.54c2.98 0 6.1-2.31 7.3-3.3c.29-.23.71-.21.97.06l.89.93c.25.27.26.69.02.97c-.77.87-2.59 2.65-5.33 3.79c0 0-4.57 2.13-7.65.12c-1.83-1.2-2.34-2.64-2.55-4.13c0 0-2.23-.12-3.66-.67c-1.44-.57.01-2.26.01-2.26s.44-.71 1.28 0c.83.71 2.4.39 2.4.39c.14-1.11.37-2.57 1.06-4.11C8.81 5.14 11 4.04 12.78 4m1.05 3.24c-.94-.91-3.67.91-3.78 5.09c0 0 .81.24 2.58-.98c1.79-1.23 2.13-3.19 1.19-4.11z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ff5722" d="M12.78 4c1.79-.03 3.18.35 4.12 1.99c2.36 5.88-6.08 8.92-6.42 9.04h-.01s-.25 1.6 2.17 1.54c2.98 0 6.1-2.31 7.3-3.3c.29-.23.71-.21.97.06l.89.93c.25.27.26.69.02.97c-.77.87-2.59 2.65-5.33 3.79c0 0-4.57 2.13-7.65.12c-1.83-1.2-2.34-2.64-2.55-4.13c0 0-2.23-.12-3.66-.67c-1.44-.57.01-2.26.01-2.26s.44-.71 1.28 0c.83.71 2.4.39 2.4.39c.14-1.11.37-2.57 1.06-4.11C8.81 5.14 11 4.04 12.78 4m1.05 3.24c-.94-.91-3.67.91-3.78 5.09c0 0 .81.24 2.58-.98c1.79-1.23 2.13-3.19 1.19-4.11z"/></svg> </template>
CSS
.icon-ember {
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%23ff5722%22%20d%3D%22M12.78%204c1.79-.03%203.18.35%204.12%201.99c2.36%205.88-6.08%208.92-6.42%209.04h-.01s-.25%201.6%202.17%201.54c2.98%200%206.1-2.31%207.3-3.3c.29-.23.71-.21.97.06l.89.93c.25.27.26.69.02.97c-.77.87-2.59%202.65-5.33%203.79c0%200-4.57%202.13-7.65.12c-1.83-1.2-2.34-2.64-2.55-4.13c0%200-2.23-.12-3.66-.67c-1.44-.57.01-2.26.01-2.26s.44-.71%201.28%200c.83.71%202.4.39%202.4.39c.14-1.11.37-2.57%201.06-4.11C8.81%205.14%2011%204.04%2012.78%204m1.05%203.24c-.94-.91-3.67.91-3.78%205.09c0%200%20.81.24%202.58-.98c1.79-1.23%202.13-3.19%201.19-4.11z%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%23ff5722%22%20d%3D%22M12.78%204c1.79-.03%203.18.35%204.12%201.99c2.36%205.88-6.08%208.92-6.42%209.04h-.01s-.25%201.6%202.17%201.54c2.98%200%206.1-2.31%207.3-3.3c.29-.23.71-.21.97.06l.89.93c.25.27.26.69.02.97c-.77.87-2.59%202.65-5.33%203.79c0%200-4.57%202.13-7.65.12c-1.83-1.2-2.34-2.64-2.55-4.13c0%200-2.23-.12-3.66-.67c-1.44-.57.01-2.26.01-2.26s.44-.71%201.28%200c.83.71%202.4.39%202.4.39c.14-1.11.37-2.57%201.06-4.11C8.81%205.14%2011%204.04%2012.78%204m1.05%203.24c-.94-.91-3.67.91-3.78%205.09c0%200%20.81.24%202.58-.98c1.79-1.23%202.13-3.19%201.19-4.11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/ember.svg?color=%231a73e8&size=48