emergency-share-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
emergency-share-rounded
Set
Material Symbols Light
Style
Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

Use the emergency share icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.551 11.512Q17 13.022 17 15.15q0 .735-.287 1.525t-.818 1.63t-1.312 1.738t-1.756 1.851q-.18.162-.395.25T12 22.23t-.432-.088t-.395-.249q-.994-.971-1.775-1.89t-1.312-1.766t-.809-1.63T7 15.15q0-2.127 1.449-3.638T12 10t3.551 1.512m-2.758 4.281q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323m-2.435-9.67q-.797.238-1.499.721q-.176.11-.38.097t-.345-.152q-.146-.147-.143-.335t.174-.304q.823-.598 1.802-.932q.98-.333 2.033-.333t2.033.333q.978.334 1.801.932q.172.116.175.314q.002.198-.144.344q-.14.14-.344.143t-.38-.107q-.703-.482-1.499-.721q-.796-.238-1.642-.238t-1.642.238M12 1.885q-1.627 0-3.148.519T6.073 3.95q-.171.16-.394.166t-.388-.152q-.166-.166-.112-.377q.054-.21.225-.37q1.398-1.148 3.09-1.74Q10.183.884 12 .884q1.835 0 3.516.602t3.1 1.75q.17.16.215.373q.044.214-.121.38q-.16.165-.383.155t-.394-.169q-1.258-1.027-2.782-1.559T12 1.885"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightEmergencyShareRounded(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="M15.551 11.512Q17 13.022 17 15.15q0 .735-.287 1.525t-.818 1.63t-1.312 1.738t-1.756 1.851q-.18.162-.395.25T12 22.23t-.432-.088t-.395-.249q-.994-.971-1.775-1.89t-1.312-1.766t-.809-1.63T7 15.15q0-2.127 1.449-3.638T12 10t3.551 1.512m-2.758 4.281q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323m-2.435-9.67q-.797.238-1.499.721q-.176.11-.38.097t-.345-.152q-.146-.147-.143-.335t.174-.304q.823-.598 1.802-.932q.98-.333 2.033-.333t2.033.333q.978.334 1.801.932q.172.116.175.314q.002.198-.144.344q-.14.14-.344.143t-.38-.107q-.703-.482-1.499-.721q-.796-.238-1.642-.238t-1.642.238M12 1.885q-1.627 0-3.148.519T6.073 3.95q-.171.16-.394.166t-.388-.152q-.166-.166-.112-.377q.054-.21.225-.37q1.398-1.148 3.09-1.74Q10.183.884 12 .884q1.835 0 3.516.602t3.1 1.75q.17.16.215.373q.044.214-.121.38q-.16.165-.383.155t-.394-.169q-1.258-1.027-2.782-1.559T12 1.885"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.551 11.512Q17 13.022 17 15.15q0 .735-.287 1.525t-.818 1.63t-1.312 1.738t-1.756 1.851q-.18.162-.395.25T12 22.23t-.432-.088t-.395-.249q-.994-.971-1.775-1.89t-1.312-1.766t-.809-1.63T7 15.15q0-2.127 1.449-3.638T12 10t3.551 1.512m-2.758 4.281q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323m-2.435-9.67q-.797.238-1.499.721q-.176.11-.38.097t-.345-.152q-.146-.147-.143-.335t.174-.304q.823-.598 1.802-.932q.98-.333 2.033-.333t2.033.333q.978.334 1.801.932q.172.116.175.314q.002.198-.144.344q-.14.14-.344.143t-.38-.107q-.703-.482-1.499-.721q-.796-.238-1.642-.238t-1.642.238M12 1.885q-1.627 0-3.148.519T6.073 3.95q-.171.16-.394.166t-.388-.152q-.166-.166-.112-.377q.054-.21.225-.37q1.398-1.148 3.09-1.74Q10.183.884 12 .884q1.835 0 3.516.602t3.1 1.75q.17.16.215.373q.044.214-.121.38q-.16.165-.383.155t-.394-.169q-1.258-1.027-2.782-1.559T12 1.885"/></svg>
</template>

CSS

.icon-emergency-share-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%22M15.551%2011.512Q17%2013.022%2017%2015.15q0%20.735-.287%201.525t-.818%201.63t-1.312%201.738t-1.756%201.851q-.18.162-.395.25T12%2022.23t-.432-.088t-.395-.249q-.994-.971-1.775-1.89t-1.312-1.766t-.809-1.63T7%2015.15q0-2.127%201.449-3.638T12%2010t3.551%201.512m-2.758%204.281q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323m-2.435-9.67q-.797.238-1.499.721q-.176.11-.38.097t-.345-.152q-.146-.147-.143-.335t.174-.304q.823-.598%201.802-.932q.98-.333%202.033-.333t2.033.333q.978.334%201.801.932q.172.116.175.314q.002.198-.144.344q-.14.14-.344.143t-.38-.107q-.703-.482-1.499-.721q-.796-.238-1.642-.238t-1.642.238M12%201.885q-1.627%200-3.148.519T6.073%203.95q-.171.16-.394.166t-.388-.152q-.166-.166-.112-.377q.054-.21.225-.37q1.398-1.148%203.09-1.74Q10.183.884%2012%20.884q1.835%200%203.516.602t3.1%201.75q.17.16.215.373q.044.214-.121.38q-.16.165-.383.155t-.394-.169q-1.258-1.027-2.782-1.559T12%201.885%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%22M15.551%2011.512Q17%2013.022%2017%2015.15q0%20.735-.287%201.525t-.818%201.63t-1.312%201.738t-1.756%201.851q-.18.162-.395.25T12%2022.23t-.432-.088t-.395-.249q-.994-.971-1.775-1.89t-1.312-1.766t-.809-1.63T7%2015.15q0-2.127%201.449-3.638T12%2010t3.551%201.512m-2.758%204.281q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323m-2.435-9.67q-.797.238-1.499.721q-.176.11-.38.097t-.345-.152q-.146-.147-.143-.335t.174-.304q.823-.598%201.802-.932q.98-.333%202.033-.333t2.033.333q.978.334%201.801.932q.172.116.175.314q.002.198-.144.344q-.14.14-.344.143t-.38-.107q-.703-.482-1.499-.721q-.796-.238-1.642-.238t-1.642.238M12%201.885q-1.627%200-3.148.519T6.073%203.95q-.171.16-.394.166t-.388-.152q-.166-.166-.112-.377q.054-.21.225-.37q1.398-1.148%203.09-1.74Q10.183.884%2012%20.884q1.835%200%203.516.602t3.1%201.75q.17.16.215.373q.044.214-.121.38q-.16.165-.383.155t-.394-.169q-1.258-1.027-2.782-1.559T12%201.885%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/emergency-share-rounded.svg?color=%231a73e8&size=48