emergency share off icon
emergency-share-off from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- emergency-share-off
- Set
- Material Symbols
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- emergency-share-off-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.15zm3.2 6l-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.4.575-2.613T8.1 10.476h2.375L16.5 16.5h-2.8L1.4 4.2l1.4-1.4zm-8.137-5.137q.437-.438.437-1.063q0-.3-.112-.575t-.326-.488t-.487-.324T12 13.5q-.625 0-1.062.438T10.5 15t.438 1.063T12 16.5t1.063-.437"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEmergencyShareOff(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.15zm3.2 6l-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.4.575-2.613T8.1 10.476h2.375L16.5 16.5h-2.8L1.4 4.2l1.4-1.4zm-8.137-5.137q.437-.438.437-1.063q0-.3-.112-.575t-.326-.488t-.487-.324T12 13.5q-.625 0-1.062.438T10.5 15t.438 1.063T12 16.5t1.063-.437"/></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.15zm3.2 6l-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.4.575-2.613T8.1 10.476h2.375L16.5 16.5h-2.8L1.4 4.2l1.4-1.4zm-8.137-5.137q.437-.438.437-1.063q0-.3-.112-.575t-.326-.488t-.487-.324T12 13.5q-.625 0-1.062.438T10.5 15t.438 1.063T12 16.5t1.063-.437"/></svg> </template>
CSS
.icon-emergency-share-off {
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.15zm3.2%206l-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.4.575-2.613T8.1%2010.476h2.375L16.5%2016.5h-2.8L1.4%204.2l1.4-1.4zm-8.137-5.137q.437-.438.437-1.063q0-.3-.112-.575t-.326-.488t-.487-.324T12%2013.5q-.625%200-1.062.438T10.5%2015t.438%201.063T12%2016.5t1.063-.437%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.15zm3.2%206l-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.4.575-2.613T8.1%2010.476h2.375L16.5%2016.5h-2.8L1.4%204.2l1.4-1.4zm-8.137-5.137q.437-.438.437-1.063q0-.3-.112-.575t-.326-.488t-.487-.324T12%2013.5q-.625%200-1.062.438T10.5%2015t.438%201.063T12%2016.5t1.063-.437%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.svg?color=%231a73e8&size=48