emergency share off icon

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

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

3 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the emergency share off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.375 4.65Q17.1 3.375 15.45 2.687T12 2q-1.475 0-2.838.45T6.626 3.775L5.2 2.35Q6.65 1.2 8.388.6T12 0q2.2 0 4.2.825t3.575 2.4zm-2.825 2.8q-.725-.725-1.638-1.088T12 6q-.65 0-1.287.163T9.5 6.65L8.05 5.225q.875-.575 1.875-.9T12 4q1.4 0 2.675.525T16.95 6.05zM18 15.2L11.825 9H12q2.525 0 4.263 1.8T18 15.15zm-3 2.6l-5.7-5.7q-.6.575-.95 1.363T8 15.15q0 1.125 1.063 2.763T12 21.325q.975-.925 1.725-1.812T15 17.8m6.2 3.4l-1.4 1.4l-3.325-3.325q-.75 1.125-1.862 2.288T12 24q-3.025-2.575-4.512-4.775T6 15.15q0-1.325.5-2.475t1.375-2L1.4 4.2l1.4-1.4zm-10.262-5.137Q10.5 15.625 10.5 15t.438-1.062T12 13.5q.3 0 .575.113t.488.325t.324.487t.113.575q0 .625-.437 1.063T12 16.5t-1.062-.437m.562.637"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsEmergencyShareOffOutline(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="M18.375 4.65Q17.1 3.375 15.45 2.687T12 2q-1.475 0-2.838.45T6.626 3.775L5.2 2.35Q6.65 1.2 8.388.6T12 0q2.2 0 4.2.825t3.575 2.4zm-2.825 2.8q-.725-.725-1.638-1.088T12 6q-.65 0-1.287.163T9.5 6.65L8.05 5.225q.875-.575 1.875-.9T12 4q1.4 0 2.675.525T16.95 6.05zM18 15.2L11.825 9H12q2.525 0 4.263 1.8T18 15.15zm-3 2.6l-5.7-5.7q-.6.575-.95 1.363T8 15.15q0 1.125 1.063 2.763T12 21.325q.975-.925 1.725-1.812T15 17.8m6.2 3.4l-1.4 1.4l-3.325-3.325q-.75 1.125-1.862 2.288T12 24q-3.025-2.575-4.512-4.775T6 15.15q0-1.325.5-2.475t1.375-2L1.4 4.2l1.4-1.4zm-10.262-5.137Q10.5 15.625 10.5 15t.438-1.062T12 13.5q.3 0 .575.113t.488.325t.324.487t.113.575q0 .625-.437 1.063T12 16.5t-1.062-.437m.562.637"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.375 4.65Q17.1 3.375 15.45 2.687T12 2q-1.475 0-2.838.45T6.626 3.775L5.2 2.35Q6.65 1.2 8.388.6T12 0q2.2 0 4.2.825t3.575 2.4zm-2.825 2.8q-.725-.725-1.638-1.088T12 6q-.65 0-1.287.163T9.5 6.65L8.05 5.225q.875-.575 1.875-.9T12 4q1.4 0 2.675.525T16.95 6.05zM18 15.2L11.825 9H12q2.525 0 4.263 1.8T18 15.15zm-3 2.6l-5.7-5.7q-.6.575-.95 1.363T8 15.15q0 1.125 1.063 2.763T12 21.325q.975-.925 1.725-1.812T15 17.8m6.2 3.4l-1.4 1.4l-3.325-3.325q-.75 1.125-1.862 2.288T12 24q-3.025-2.575-4.512-4.775T6 15.15q0-1.325.5-2.475t1.375-2L1.4 4.2l1.4-1.4zm-10.262-5.137Q10.5 15.625 10.5 15t.438-1.062T12 13.5q.3 0 .575.113t.488.325t.324.487t.113.575q0 .625-.437 1.063T12 16.5t-1.062-.437m.562.637"/></svg>
</template>

CSS

.icon-emergency-share-off-outline {
  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%22M18.375%204.65Q17.1%203.375%2015.45%202.687T12%202q-1.475%200-2.838.45T6.626%203.775L5.2%202.35Q6.65%201.2%208.388.6T12%200q2.2%200%204.2.825t3.575%202.4zm-2.825%202.8q-.725-.725-1.638-1.088T12%206q-.65%200-1.287.163T9.5%206.65L8.05%205.225q.875-.575%201.875-.9T12%204q1.4%200%202.675.525T16.95%206.05zM18%2015.2L11.825%209H12q2.525%200%204.263%201.8T18%2015.15zm-3%202.6l-5.7-5.7q-.6.575-.95%201.363T8%2015.15q0%201.125%201.063%202.763T12%2021.325q.975-.925%201.725-1.812T15%2017.8m6.2%203.4l-1.4%201.4l-3.325-3.325q-.75%201.125-1.862%202.288T12%2024q-3.025-2.575-4.512-4.775T6%2015.15q0-1.325.5-2.475t1.375-2L1.4%204.2l1.4-1.4zm-10.262-5.137Q10.5%2015.625%2010.5%2015t.438-1.062T12%2013.5q.3%200%20.575.113t.488.325t.324.487t.113.575q0%20.625-.437%201.063T12%2016.5t-1.062-.437m.562.637%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%22M18.375%204.65Q17.1%203.375%2015.45%202.687T12%202q-1.475%200-2.838.45T6.626%203.775L5.2%202.35Q6.65%201.2%208.388.6T12%200q2.2%200%204.2.825t3.575%202.4zm-2.825%202.8q-.725-.725-1.638-1.088T12%206q-.65%200-1.287.163T9.5%206.65L8.05%205.225q.875-.575%201.875-.9T12%204q1.4%200%202.675.525T16.95%206.05zM18%2015.2L11.825%209H12q2.525%200%204.263%201.8T18%2015.15zm-3%202.6l-5.7-5.7q-.6.575-.95%201.363T8%2015.15q0%201.125%201.063%202.763T12%2021.325q.975-.925%201.725-1.812T15%2017.8m6.2%203.4l-1.4%201.4l-3.325-3.325q-.75%201.125-1.862%202.288T12%2024q-3.025-2.575-4.512-4.775T6%2015.15q0-1.325.5-2.475t1.375-2L1.4%204.2l1.4-1.4zm-10.262-5.137Q10.5%2015.625%2010.5%2015t.438-1.062T12%2013.5q.3%200%20.575.113t.488.325t.324.487t.113.575q0%20.625-.437%201.063T12%2016.5t-1.062-.437m.562.637%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-off-outline.svg?color=%231a73e8&size=48