share eta icon
share-eta from Material Symbols by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- share-eta
- Set
- Material Symbols
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- share-eta-outline, share-eta-outline-sharp, share-eta-sharp
1 other variant in Material Symbols
The same icon in other sets
More maps icons from Material Symbols
Use the share eta icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.025 24q-2.075 0-3.9-.788t-3.187-2.15t-2.15-3.187T0 14q0-2.075.788-3.9t2.15-3.187t3.187-2.15t3.9-.788q.25 0 .488.013t.487.037v2q-.25-.025-.488-.038t-.487-.012q-3.35 0-5.687 2.338T2 14q0 3.325 2.338 5.663T10.025 22q3.325 0 5.663-2.337T18.025 14h2q0 2.05-.787 3.875t-2.15 3.188t-3.175 2.15t-3.888.787m3.275-5.3L9 14.4V9h2v4.6l3.7 3.7zm8.55-6.7q-.575-3.55-3-6.163T13 2.35V.3q4.275.925 7.263 4.125T23.874 12zm-4.075 0q-.475-1.875-1.737-3.3T13 6.55V4.425q2.575.8 4.425 2.838t2.4 4.737z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsShareEta(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="M10.025 24q-2.075 0-3.9-.788t-3.187-2.15t-2.15-3.187T0 14q0-2.075.788-3.9t2.15-3.187t3.187-2.15t3.9-.788q.25 0 .488.013t.487.037v2q-.25-.025-.488-.038t-.487-.012q-3.35 0-5.687 2.338T2 14q0 3.325 2.338 5.663T10.025 22q3.325 0 5.663-2.337T18.025 14h2q0 2.05-.787 3.875t-2.15 3.188t-3.175 2.15t-3.888.787m3.275-5.3L9 14.4V9h2v4.6l3.7 3.7zm8.55-6.7q-.575-3.55-3-6.163T13 2.35V.3q4.275.925 7.263 4.125T23.874 12zm-4.075 0q-.475-1.875-1.737-3.3T13 6.55V4.425q2.575.8 4.425 2.838t2.4 4.737z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.025 24q-2.075 0-3.9-.788t-3.187-2.15t-2.15-3.187T0 14q0-2.075.788-3.9t2.15-3.187t3.187-2.15t3.9-.788q.25 0 .488.013t.487.037v2q-.25-.025-.488-.038t-.487-.012q-3.35 0-5.687 2.338T2 14q0 3.325 2.338 5.663T10.025 22q3.325 0 5.663-2.337T18.025 14h2q0 2.05-.787 3.875t-2.15 3.188t-3.175 2.15t-3.888.787m3.275-5.3L9 14.4V9h2v4.6l3.7 3.7zm8.55-6.7q-.575-3.55-3-6.163T13 2.35V.3q4.275.925 7.263 4.125T23.874 12zm-4.075 0q-.475-1.875-1.737-3.3T13 6.55V4.425q2.575.8 4.425 2.838t2.4 4.737z"/></svg> </template>
CSS
.icon-share-eta {
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%22M10.025%2024q-2.075%200-3.9-.788t-3.187-2.15t-2.15-3.187T0%2014q0-2.075.788-3.9t2.15-3.187t3.187-2.15t3.9-.788q.25%200%20.488.013t.487.037v2q-.25-.025-.488-.038t-.487-.012q-3.35%200-5.687%202.338T2%2014q0%203.325%202.338%205.663T10.025%2022q3.325%200%205.663-2.337T18.025%2014h2q0%202.05-.787%203.875t-2.15%203.188t-3.175%202.15t-3.888.787m3.275-5.3L9%2014.4V9h2v4.6l3.7%203.7zm8.55-6.7q-.575-3.55-3-6.163T13%202.35V.3q4.275.925%207.263%204.125T23.874%2012zm-4.075%200q-.475-1.875-1.737-3.3T13%206.55V4.425q2.575.8%204.425%202.838t2.4%204.737z%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%22M10.025%2024q-2.075%200-3.9-.788t-3.187-2.15t-2.15-3.187T0%2014q0-2.075.788-3.9t2.15-3.187t3.187-2.15t3.9-.788q.25%200%20.488.013t.487.037v2q-.25-.025-.488-.038t-.487-.012q-3.35%200-5.687%202.338T2%2014q0%203.325%202.338%205.663T10.025%2022q3.325%200%205.663-2.337T18.025%2014h2q0%202.05-.787%203.875t-2.15%203.188t-3.175%202.15t-3.888.787m3.275-5.3L9%2014.4V9h2v4.6l3.7%203.7zm8.55-6.7q-.575-3.55-3-6.163T13%202.35V.3q4.275.925%207.263%204.125T23.874%2012zm-4.075%200q-.475-1.875-1.737-3.3T13%206.55V4.425q2.575.8%204.425%202.838t2.4%204.737z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/share-eta.svg?color=%231a73e8&size=48