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

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

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="M12 22.673q-2.486-2.229-3.743-4.111T7 15.15q0-2.127 1.449-3.638T12 10t3.551 1.512T17 15.15q0 1.644-1.305 3.47T12 22.672m.793-6.88q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323M8.47 7.143l-.688-.69q.885-.75 1.967-1.159T12 4.884t2.252.41t1.967 1.16l-.688.688q-.744-.628-1.657-.943T12 5.885t-1.874.314t-1.657.943M5.65 4.317l-.694-.707q1.46-1.325 3.277-2.025T12 .885q1.97 0 3.787.7t3.277 2.044l-.708.713q-1.314-1.198-2.945-1.827q-1.63-.63-3.411-.63q-1.761 0-3.399.617T5.65 4.317"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightEmergencyShare(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 22.673q-2.486-2.229-3.743-4.111T7 15.15q0-2.127 1.449-3.638T12 10t3.551 1.512T17 15.15q0 1.644-1.305 3.47T12 22.672m.793-6.88q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323M8.47 7.143l-.688-.69q.885-.75 1.967-1.159T12 4.884t2.252.41t1.967 1.16l-.688.688q-.744-.628-1.657-.943T12 5.885t-1.874.314t-1.657.943M5.65 4.317l-.694-.707q1.46-1.325 3.277-2.025T12 .885q1.97 0 3.787.7t3.277 2.044l-.708.713q-1.314-1.198-2.945-1.827q-1.63-.63-3.411-.63q-1.761 0-3.399.617T5.65 4.317"/></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 22.673q-2.486-2.229-3.743-4.111T7 15.15q0-2.127 1.449-3.638T12 10t3.551 1.512T17 15.15q0 1.644-1.305 3.47T12 22.672m.793-6.88q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323M8.47 7.143l-.688-.69q.885-.75 1.967-1.159T12 4.884t2.252.41t1.967 1.16l-.688.688q-.744-.628-1.657-.943T12 5.885t-1.874.314t-1.657.943M5.65 4.317l-.694-.707q1.46-1.325 3.277-2.025T12 .885q1.97 0 3.787.7t3.277 2.044l-.708.713q-1.314-1.198-2.945-1.827q-1.63-.63-3.411-.63q-1.761 0-3.399.617T5.65 4.317"/></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%2022.673q-2.486-2.229-3.743-4.111T7%2015.15q0-2.127%201.449-3.638T12%2010t3.551%201.512T17%2015.15q0%201.644-1.305%203.47T12%2022.672m.793-6.88q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323M8.47%207.143l-.688-.69q.885-.75%201.967-1.159T12%204.884t2.252.41t1.967%201.16l-.688.688q-.744-.628-1.657-.943T12%205.885t-1.874.314t-1.657.943M5.65%204.317l-.694-.707q1.46-1.325%203.277-2.025T12%20.885q1.97%200%203.787.7t3.277%202.044l-.708.713q-1.314-1.198-2.945-1.827q-1.63-.63-3.411-.63q-1.761%200-3.399.617T5.65%204.317%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%2022.673q-2.486-2.229-3.743-4.111T7%2015.15q0-2.127%201.449-3.638T12%2010t3.551%201.512T17%2015.15q0%201.644-1.305%203.47T12%2022.672m.793-6.88q.323-.322.323-.793t-.323-.793q-.322-.323-.793-.323t-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323M8.47%207.143l-.688-.69q.885-.75%201.967-1.159T12%204.884t2.252.41t1.967%201.16l-.688.688q-.744-.628-1.657-.943T12%205.885t-1.874.314t-1.657.943M5.65%204.317l-.694-.707q1.46-1.325%203.277-2.025T12%20.885q1.97%200%203.787.7t3.277%202.044l-.708.713q-1.314-1.198-2.945-1.827q-1.63-.63-3.411-.63q-1.761%200-3.399.617T5.65%204.317%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.svg?color=%231a73e8&size=48