emergency share icon

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

Name
emergency-share
Set
Material Symbols
Style
Regular
Category
Household
Viewbox
24×24
License
Apache 2.0
Aliases
emergency-share-sharp

3 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

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="M12 24q-3.025-2.575-4.512-4.775T6 15.15q0-2.55 1.738-4.35T12 9t4.263 1.8T18 15.15q0 1.875-1.487 4.075T12 24m1.063-7.937q.437-.438.437-1.063t-.437-1.062T12 13.5t-1.062.438T10.5 15t.438 1.063T12 16.5t1.063-.437M8.45 7.45l-1.4-1.4q1-1 2.275-1.525T12 4t2.675.525T16.95 6.05l-1.4 1.4q-.725-.725-1.637-1.088T12 6t-1.912.363T8.45 7.45m-2.8-2.825l-1.425-1.4Q5.8 1.65 7.8.825T12 0t4.2.825t3.575 2.4l-1.4 1.425Q17.1 3.375 15.45 2.687T12 2t-3.437.675t-2.913 1.95"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEmergencyShare(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 24q-3.025-2.575-4.512-4.775T6 15.15q0-2.55 1.738-4.35T12 9t4.263 1.8T18 15.15q0 1.875-1.487 4.075T12 24m1.063-7.937q.437-.438.437-1.063t-.437-1.062T12 13.5t-1.062.438T10.5 15t.438 1.063T12 16.5t1.063-.437M8.45 7.45l-1.4-1.4q1-1 2.275-1.525T12 4t2.675.525T16.95 6.05l-1.4 1.4q-.725-.725-1.637-1.088T12 6t-1.912.363T8.45 7.45m-2.8-2.825l-1.425-1.4Q5.8 1.65 7.8.825T12 0t4.2.825t3.575 2.4l-1.4 1.425Q17.1 3.375 15.45 2.687T12 2t-3.437.675t-2.913 1.95"/></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 24q-3.025-2.575-4.512-4.775T6 15.15q0-2.55 1.738-4.35T12 9t4.263 1.8T18 15.15q0 1.875-1.487 4.075T12 24m1.063-7.937q.437-.438.437-1.063t-.437-1.062T12 13.5t-1.062.438T10.5 15t.438 1.063T12 16.5t1.063-.437M8.45 7.45l-1.4-1.4q1-1 2.275-1.525T12 4t2.675.525T16.95 6.05l-1.4 1.4q-.725-.725-1.637-1.088T12 6t-1.912.363T8.45 7.45m-2.8-2.825l-1.425-1.4Q5.8 1.65 7.8.825T12 0t4.2.825t3.575 2.4l-1.4 1.425Q17.1 3.375 15.45 2.687T12 2t-3.437.675t-2.913 1.95"/></svg>
</template>

CSS

.icon-emergency-share {
  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%2024q-3.025-2.575-4.512-4.775T6%2015.15q0-2.55%201.738-4.35T12%209t4.263%201.8T18%2015.15q0%201.875-1.487%204.075T12%2024m1.063-7.937q.437-.438.437-1.063t-.437-1.062T12%2013.5t-1.062.438T10.5%2015t.438%201.063T12%2016.5t1.063-.437M8.45%207.45l-1.4-1.4q1-1%202.275-1.525T12%204t2.675.525T16.95%206.05l-1.4%201.4q-.725-.725-1.637-1.088T12%206t-1.912.363T8.45%207.45m-2.8-2.825l-1.425-1.4Q5.8%201.65%207.8.825T12%200t4.2.825t3.575%202.4l-1.4%201.425Q17.1%203.375%2015.45%202.687T12%202t-3.437.675t-2.913%201.95%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%2024q-3.025-2.575-4.512-4.775T6%2015.15q0-2.55%201.738-4.35T12%209t4.263%201.8T18%2015.15q0%201.875-1.487%204.075T12%2024m1.063-7.937q.437-.438.437-1.063t-.437-1.062T12%2013.5t-1.062.438T10.5%2015t.438%201.063T12%2016.5t1.063-.437M8.45%207.45l-1.4-1.4q1-1%202.275-1.525T12%204t2.675.525T16.95%206.05l-1.4%201.4q-.725-.725-1.637-1.088T12%206t-1.912.363T8.45%207.45m-2.8-2.825l-1.425-1.4Q5.8%201.65%207.8.825T12%200t4.2.825t3.575%202.4l-1.4%201.425Q17.1%203.375%2015.45%202.687T12%202t-3.437.675t-2.913%201.95%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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