share-eta-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
share-eta-rounded
Set
Material Symbols
Style
Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
share-eta-outline-rounded

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="m12.6 18l-3.3-3.3q-.15-.15-.225-.337T9 13.975V10q0-.425.288-.712T10 9t.713.288T11 10v3.6l3 3q.275.275.275.7T14 18t-.7.275t-.7-.275m10.225-6.175q-.425.075-.75-.175t-.45-.675q-.75-2.95-2.787-5.163T13.95 2.625q-.4-.125-.6-.488t-.1-.762q.125-.425.525-.6T14.6.75q3.35 1.15 5.738 3.763T23.6 10.6q.125.425-.112.788t-.663.437m-4.075-.075q-.4.1-.762-.1t-.513-.6q-.5-1.3-1.437-2.35t-2.163-1.725q-.35-.2-.5-.587t0-.763q.15-.4.538-.55t.762.05Q16.325 6 17.537 7.4t1.863 3.15q.15.4-.037.75t-.613.45M10.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.425 0 .713.288t.287.712t-.288.713t-.712.287q-3.35 0-5.687 2.338T2 14q0 3.325 2.338 5.663T10.025 22q3.325 0 5.663-2.337T18.025 14q0-.425.288-.712t.712-.288t.713.288t.287.712q0 2.05-.787 3.875t-2.15 3.188t-3.175 2.15t-3.888.787"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsShareEtaRounded(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="m12.6 18l-3.3-3.3q-.15-.15-.225-.337T9 13.975V10q0-.425.288-.712T10 9t.713.288T11 10v3.6l3 3q.275.275.275.7T14 18t-.7.275t-.7-.275m10.225-6.175q-.425.075-.75-.175t-.45-.675q-.75-2.95-2.787-5.163T13.95 2.625q-.4-.125-.6-.488t-.1-.762q.125-.425.525-.6T14.6.75q3.35 1.15 5.738 3.763T23.6 10.6q.125.425-.112.788t-.663.437m-4.075-.075q-.4.1-.762-.1t-.513-.6q-.5-1.3-1.437-2.35t-2.163-1.725q-.35-.2-.5-.587t0-.763q.15-.4.538-.55t.762.05Q16.325 6 17.537 7.4t1.863 3.15q.15.4-.037.75t-.613.45M10.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.425 0 .713.288t.287.712t-.288.713t-.712.287q-3.35 0-5.687 2.338T2 14q0 3.325 2.338 5.663T10.025 22q3.325 0 5.663-2.337T18.025 14q0-.425.288-.712t.712-.288t.713.288t.287.712q0 2.05-.787 3.875t-2.15 3.188t-3.175 2.15t-3.888.787"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12.6 18l-3.3-3.3q-.15-.15-.225-.337T9 13.975V10q0-.425.288-.712T10 9t.713.288T11 10v3.6l3 3q.275.275.275.7T14 18t-.7.275t-.7-.275m10.225-6.175q-.425.075-.75-.175t-.45-.675q-.75-2.95-2.787-5.163T13.95 2.625q-.4-.125-.6-.488t-.1-.762q.125-.425.525-.6T14.6.75q3.35 1.15 5.738 3.763T23.6 10.6q.125.425-.112.788t-.663.437m-4.075-.075q-.4.1-.762-.1t-.513-.6q-.5-1.3-1.437-2.35t-2.163-1.725q-.35-.2-.5-.587t0-.763q.15-.4.538-.55t.762.05Q16.325 6 17.537 7.4t1.863 3.15q.15.4-.037.75t-.613.45M10.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.425 0 .713.288t.287.712t-.288.713t-.712.287q-3.35 0-5.687 2.338T2 14q0 3.325 2.338 5.663T10.025 22q3.325 0 5.663-2.337T18.025 14q0-.425.288-.712t.712-.288t.713.288t.287.712q0 2.05-.787 3.875t-2.15 3.188t-3.175 2.15t-3.888.787"/></svg>
</template>

CSS

.icon-share-eta-rounded {
  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%22m12.6%2018l-3.3-3.3q-.15-.15-.225-.337T9%2013.975V10q0-.425.288-.712T10%209t.713.288T11%2010v3.6l3%203q.275.275.275.7T14%2018t-.7.275t-.7-.275m10.225-6.175q-.425.075-.75-.175t-.45-.675q-.75-2.95-2.787-5.163T13.95%202.625q-.4-.125-.6-.488t-.1-.762q.125-.425.525-.6T14.6.75q3.35%201.15%205.738%203.763T23.6%2010.6q.125.425-.112.788t-.663.437m-4.075-.075q-.4.1-.762-.1t-.513-.6q-.5-1.3-1.437-2.35t-2.163-1.725q-.35-.2-.5-.587t0-.763q.15-.4.538-.55t.762.05Q16.325%206%2017.537%207.4t1.863%203.15q.15.4-.037.75t-.613.45M10.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.425%200%20.713.288t.287.712t-.288.713t-.712.287q-3.35%200-5.687%202.338T2%2014q0%203.325%202.338%205.663T10.025%2022q3.325%200%205.663-2.337T18.025%2014q0-.425.288-.712t.712-.288t.713.288t.287.712q0%202.05-.787%203.875t-2.15%203.188t-3.175%202.15t-3.888.787%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%22m12.6%2018l-3.3-3.3q-.15-.15-.225-.337T9%2013.975V10q0-.425.288-.712T10%209t.713.288T11%2010v3.6l3%203q.275.275.275.7T14%2018t-.7.275t-.7-.275m10.225-6.175q-.425.075-.75-.175t-.45-.675q-.75-2.95-2.787-5.163T13.95%202.625q-.4-.125-.6-.488t-.1-.762q.125-.425.525-.6T14.6.75q3.35%201.15%205.738%203.763T23.6%2010.6q.125.425-.112.788t-.663.437m-4.075-.075q-.4.1-.762-.1t-.513-.6q-.5-1.3-1.437-2.35t-2.163-1.725q-.35-.2-.5-.587t0-.763q.15-.4.538-.55t.762.05Q16.325%206%2017.537%207.4t1.863%203.15q.15.4-.037.75t-.613.45M10.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.425%200%20.713.288t.287.712t-.288.713t-.712.287q-3.35%200-5.687%202.338T2%2014q0%203.325%202.338%205.663T10.025%2022q3.325%200%205.663-2.337T18.025%2014q0-.425.288-.712t.712-.288t.713.288t.287.712q0%202.05-.787%203.875t-2.15%203.188t-3.175%202.15t-3.888.787%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-rounded.svg?color=%231a73e8&size=48