emergency share off icon
emergency-share-off from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- emergency-share-off
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- emergency-share-off-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.869zm3.604 6.173l-.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.477.729-2.67q.729-1.194 1.91-1.832h1.009l5.448 5.448l-1.396.02L2.862 4.277l.707-.708zm-7.715-4.715q.323-.322.323-.793q0-.223-.084-.43t-.239-.363t-.362-.239t-.431-.084q-.471 0-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEmergencyShareOff(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.869zm3.604 6.173l-.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.477.729-2.67q.729-1.194 1.91-1.832h1.009l5.448 5.448l-1.396.02L2.862 4.277l.707-.708zm-7.715-4.715q.323-.322.323-.793q0-.223-.084-.43t-.239-.363t-.362-.239t-.431-.084q-.471 0-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323"/></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.869zm3.604 6.173l-.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.477.729-2.67q.729-1.194 1.91-1.832h1.009l5.448 5.448l-1.396.02L2.862 4.277l.707-.708zm-7.715-4.715q.323-.322.323-.793q0-.223-.084-.43t-.239-.363t-.362-.239t-.431-.084q-.471 0-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323"/></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.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.869zm3.604%206.173l-.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.477.729-2.67q.729-1.194%201.91-1.832h1.009l5.448%205.448l-1.396.02L2.862%204.277l.707-.708zm-7.715-4.715q.323-.322.323-.793q0-.223-.084-.43t-.239-.363t-.362-.239t-.431-.084q-.471%200-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323%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.869zm3.604%206.173l-.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.477.729-2.67q.729-1.194%201.91-1.832h1.009l5.448%205.448l-1.396.02L2.862%204.277l.707-.708zm-7.715-4.715q.323-.322.323-.793q0-.223-.084-.43t-.239-.363t-.362-.239t-.431-.084q-.471%200-.793.323q-.323.322-.323.793t.323.793q.322.323.793.323t.793-.323%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.svg?color=%231a73e8&size=48