emergency share off icon
emergency-share-off-outline from Material Symbols Light by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.
- Name
- emergency-share-off-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- emergency-share-off-outline-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 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.356 4.342q-1.314-1.198-2.945-1.827q-1.63-.63-3.411-.63q-1.552 0-2.991.479q-1.44.478-2.673 1.392l-.713-.714Q6.996 1.99 8.618 1.437T12 .884q1.97 0 3.787.7t3.277 2.044zm-2.825 2.8q-.744-.628-1.657-.943T12 5.885q-.746 0-1.451.191t-1.338.555l-.719-.714q.78-.498 1.673-.765q.894-.267 1.835-.267q1.17 0 2.252.41q1.082.409 1.967 1.159zm1.373 7.193l-4.271-4.277h.04q1.66.211 2.83 1.396t1.4 2.869zm-1.423 2.561l-5.373-5.373q-.946.518-1.527 1.478T8 15.15q0 1.125 1.063 2.763T12 21.325q1.264-1.194 2.148-2.322t1.333-2.107m5.027 3.612l-.708.708l-3.536-3.537q-.597 1.144-1.68 2.364q-1.084 1.22-2.584 2.63q-2.486-2.229-3.743-4.111T7 15.15q0-1.383.654-2.533t1.74-1.808L2.862 4.278l.707-.708zm-9.301-4.715q-.323-.322-.323-.793t.323-.793q.322-.323.793-.323q.223 0 .43.084t.363.239t.239.362t.084.431q0 .471-.323.793q-.322.323-.793.323t-.793-.323m.543.638"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEmergencyShareOffOutline(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.356 4.342q-1.314-1.198-2.945-1.827q-1.63-.63-3.411-.63q-1.552 0-2.991.479q-1.44.478-2.673 1.392l-.713-.714Q6.996 1.99 8.618 1.437T12 .884q1.97 0 3.787.7t3.277 2.044zm-2.825 2.8q-.744-.628-1.657-.943T12 5.885q-.746 0-1.451.191t-1.338.555l-.719-.714q.78-.498 1.673-.765q.894-.267 1.835-.267q1.17 0 2.252.41q1.082.409 1.967 1.159zm1.373 7.193l-4.271-4.277h.04q1.66.211 2.83 1.396t1.4 2.869zm-1.423 2.561l-5.373-5.373q-.946.518-1.527 1.478T8 15.15q0 1.125 1.063 2.763T12 21.325q1.264-1.194 2.148-2.322t1.333-2.107m5.027 3.612l-.708.708l-3.536-3.537q-.597 1.144-1.68 2.364q-1.084 1.22-2.584 2.63q-2.486-2.229-3.743-4.111T7 15.15q0-1.383.654-2.533t1.74-1.808L2.862 4.278l.707-.708zm-9.301-4.715q-.323-.322-.323-.793t.323-.793q.322-.323.793-.323q.223 0 .43.084t.363.239t.239.362t.084.431q0 .471-.323.793q-.322.323-.793.323t-.793-.323m.543.638"/></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.356 4.342q-1.314-1.198-2.945-1.827q-1.63-.63-3.411-.63q-1.552 0-2.991.479q-1.44.478-2.673 1.392l-.713-.714Q6.996 1.99 8.618 1.437T12 .884q1.97 0 3.787.7t3.277 2.044zm-2.825 2.8q-.744-.628-1.657-.943T12 5.885q-.746 0-1.451.191t-1.338.555l-.719-.714q.78-.498 1.673-.765q.894-.267 1.835-.267q1.17 0 2.252.41q1.082.409 1.967 1.159zm1.373 7.193l-4.271-4.277h.04q1.66.211 2.83 1.396t1.4 2.869zm-1.423 2.561l-5.373-5.373q-.946.518-1.527 1.478T8 15.15q0 1.125 1.063 2.763T12 21.325q1.264-1.194 2.148-2.322t1.333-2.107m5.027 3.612l-.708.708l-3.536-3.537q-.597 1.144-1.68 2.364q-1.084 1.22-2.584 2.63q-2.486-2.229-3.743-4.111T7 15.15q0-1.383.654-2.533t1.74-1.808L2.862 4.278l.707-.708zm-9.301-4.715q-.323-.322-.323-.793t.323-.793q.322-.323.793-.323q.223 0 .43.084t.363.239t.239.362t.084.431q0 .471-.323.793q-.322.323-.793.323t-.793-.323m.543.638"/></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.356%204.342q-1.314-1.198-2.945-1.827q-1.63-.63-3.411-.63q-1.552%200-2.991.479q-1.44.478-2.673%201.392l-.713-.714Q6.996%201.99%208.618%201.437T12%20.884q1.97%200%203.787.7t3.277%202.044zm-2.825%202.8q-.744-.628-1.657-.943T12%205.885q-.746%200-1.451.191t-1.338.555l-.719-.714q.78-.498%201.673-.765q.894-.267%201.835-.267q1.17%200%202.252.41q1.082.409%201.967%201.159zm1.373%207.193l-4.271-4.277h.04q1.66.211%202.83%201.396t1.4%202.869zm-1.423%202.561l-5.373-5.373q-.946.518-1.527%201.478T8%2015.15q0%201.125%201.063%202.763T12%2021.325q1.264-1.194%202.148-2.322t1.333-2.107m5.027%203.612l-.708.708l-3.536-3.537q-.597%201.144-1.68%202.364q-1.084%201.22-2.584%202.63q-2.486-2.229-3.743-4.111T7%2015.15q0-1.383.654-2.533t1.74-1.808L2.862%204.278l.707-.708zm-9.301-4.715q-.323-.322-.323-.793t.323-.793q.322-.323.793-.323q.223%200%20.43.084t.363.239t.239.362t.084.431q0%20.471-.323.793q-.322.323-.793.323t-.793-.323m.543.638%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.356%204.342q-1.314-1.198-2.945-1.827q-1.63-.63-3.411-.63q-1.552%200-2.991.479q-1.44.478-2.673%201.392l-.713-.714Q6.996%201.99%208.618%201.437T12%20.884q1.97%200%203.787.7t3.277%202.044zm-2.825%202.8q-.744-.628-1.657-.943T12%205.885q-.746%200-1.451.191t-1.338.555l-.719-.714q.78-.498%201.673-.765q.894-.267%201.835-.267q1.17%200%202.252.41q1.082.409%201.967%201.159zm1.373%207.193l-4.271-4.277h.04q1.66.211%202.83%201.396t1.4%202.869zm-1.423%202.561l-5.373-5.373q-.946.518-1.527%201.478T8%2015.15q0%201.125%201.063%202.763T12%2021.325q1.264-1.194%202.148-2.322t1.333-2.107m5.027%203.612l-.708.708l-3.536-3.537q-.597%201.144-1.68%202.364q-1.084%201.22-2.584%202.63q-2.486-2.229-3.743-4.111T7%2015.15q0-1.383.654-2.533t1.74-1.808L2.862%204.278l.707-.708zm-9.301-4.715q-.323-.322-.323-.793t.323-.793q.322-.323.793-.323q.223%200%20.43.084t.363.239t.239.362t.084.431q0%20.471-.323.793q-.322.323-.793.323t-.793-.323m.543.638%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-off-outline.svg?color=%231a73e8&size=48