et icon
et from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- et
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
Use the et icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23 8.78l-1.29-1.56c-.26.2-1.18.78-1.94.78c-.51 0-1.47-.25-2.32-.47C16.39 7.26 15.39 7 14.6 7c-.6 0-1.17.15-1.67.35A3.97 3.97 0 0 0 9 4c-4.42 0-7 3.58-7 8s3.58 7 8 7c2.06 0 3.93-.57 5.34-1.61l-.34 3.9l2 .18l1-11.73c.66.15 1.27.26 1.77.26c1.61 0 3.07-1.09 3.23-1.22M9 6a2 2 0 0 1 2 2a2 2 0 0 1-2 2H4.23C4.8 7.67 6.39 6 9 6m1 11c-3.31 0-6-1.69-6-5h5c1.6 0 2.83-.83 3.5-2.09c.26-.2 1.35-.91 2.1-.91c.34 0 .9.11 1.45.25l-.4 4.64C14.82 15.95 12.6 17 10 17"/></svg>
React
import type { SVGProps } from "react";
export function MdiEt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23 8.78l-1.29-1.56c-.26.2-1.18.78-1.94.78c-.51 0-1.47-.25-2.32-.47C16.39 7.26 15.39 7 14.6 7c-.6 0-1.17.15-1.67.35A3.97 3.97 0 0 0 9 4c-4.42 0-7 3.58-7 8s3.58 7 8 7c2.06 0 3.93-.57 5.34-1.61l-.34 3.9l2 .18l1-11.73c.66.15 1.27.26 1.77.26c1.61 0 3.07-1.09 3.23-1.22M9 6a2 2 0 0 1 2 2a2 2 0 0 1-2 2H4.23C4.8 7.67 6.39 6 9 6m1 11c-3.31 0-6-1.69-6-5h5c1.6 0 2.83-.83 3.5-2.09c.26-.2 1.35-.91 2.1-.91c.34 0 .9.11 1.45.25l-.4 4.64C14.82 15.95 12.6 17 10 17"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23 8.78l-1.29-1.56c-.26.2-1.18.78-1.94.78c-.51 0-1.47-.25-2.32-.47C16.39 7.26 15.39 7 14.6 7c-.6 0-1.17.15-1.67.35A3.97 3.97 0 0 0 9 4c-4.42 0-7 3.58-7 8s3.58 7 8 7c2.06 0 3.93-.57 5.34-1.61l-.34 3.9l2 .18l1-11.73c.66.15 1.27.26 1.77.26c1.61 0 3.07-1.09 3.23-1.22M9 6a2 2 0 0 1 2 2a2 2 0 0 1-2 2H4.23C4.8 7.67 6.39 6 9 6m1 11c-3.31 0-6-1.69-6-5h5c1.6 0 2.83-.83 3.5-2.09c.26-.2 1.35-.91 2.1-.91c.34 0 .9.11 1.45.25l-.4 4.64C14.82 15.95 12.6 17 10 17"/></svg> </template>
CSS
.icon-et {
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%22currentColor%22%20d%3D%22m23%208.78l-1.29-1.56c-.26.2-1.18.78-1.94.78c-.51%200-1.47-.25-2.32-.47C16.39%207.26%2015.39%207%2014.6%207c-.6%200-1.17.15-1.67.35A3.97%203.97%200%200%200%209%204c-4.42%200-7%203.58-7%208s3.58%207%208%207c2.06%200%203.93-.57%205.34-1.61l-.34%203.9l2%20.18l1-11.73c.66.15%201.27.26%201.77.26c1.61%200%203.07-1.09%203.23-1.22M9%206a2%202%200%200%201%202%202a2%202%200%200%201-2%202H4.23C4.8%207.67%206.39%206%209%206m1%2011c-3.31%200-6-1.69-6-5h5c1.6%200%202.83-.83%203.5-2.09c.26-.2%201.35-.91%202.1-.91c.34%200%20.9.11%201.45.25l-.4%204.64C14.82%2015.95%2012.6%2017%2010%2017%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%22currentColor%22%20d%3D%22m23%208.78l-1.29-1.56c-.26.2-1.18.78-1.94.78c-.51%200-1.47-.25-2.32-.47C16.39%207.26%2015.39%207%2014.6%207c-.6%200-1.17.15-1.67.35A3.97%203.97%200%200%200%209%204c-4.42%200-7%203.58-7%208s3.58%207%208%207c2.06%200%203.93-.57%205.34-1.61l-.34%203.9l2%20.18l1-11.73c.66.15%201.27.26%201.77.26c1.61%200%203.07-1.09%203.23-1.22M9%206a2%202%200%200%201%202%202a2%202%200%200%201-2%202H4.23C4.8%207.67%206.39%206%209%206m1%2011c-3.31%200-6-1.69-6-5h5c1.6%200%202.83-.83%203.5-2.09c.26-.2%201.35-.91%202.1-.91c.34%200%20.9.11%201.45.25l-.4%204.64C14.82%2015.95%2012.6%2017%2010%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/et.svg?color=%231a73e8&size=48