emergency share off icon
emergency-share-off-rounded from Material Symbols by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- emergency-share-off-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
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 15.2L11.825 9H12q2.525 0 4.263 1.8T18 15.15zm2.5 6.7q-.275.275-.7.275t-.7-.275l-2.625-2.625q-.8 1.2-1.775 2.188T12.675 23.4q-.15.125-.312.188T12 23.65t-.363-.062t-.312-.188q-.825-.725-1.75-1.662t-1.725-2t-1.325-2.225T6 15.15q0-1.4.575-2.613T8.1 10.475h2.375L16.5 16.5h-2.8L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7m-7.437-5.837q.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-.437M12 2q-1.475 0-2.838.45T6.626 3.775L5.2 2.35Q6.65 1.2 8.388.6T12 0q1.95 0 3.738.65T19 2.525q.325.275.35.7t-.275.725q-.275.3-.7.3t-.75-.275q-1.2-.95-2.637-1.462T12 2m0 4q-.65 0-1.287.163T9.5 6.65L8.05 5.225q.875-.575 1.875-.9T12 4q1.15 0 2.225.363T16.2 5.4q.325.25.338.65t-.288.7q-.275.275-.7.288t-.775-.213Q14.15 6.4 13.45 6.2T12 6"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEmergencyShareOffRounded(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 15.2L11.825 9H12q2.525 0 4.263 1.8T18 15.15zm2.5 6.7q-.275.275-.7.275t-.7-.275l-2.625-2.625q-.8 1.2-1.775 2.188T12.675 23.4q-.15.125-.312.188T12 23.65t-.363-.062t-.312-.188q-.825-.725-1.75-1.662t-1.725-2t-1.325-2.225T6 15.15q0-1.4.575-2.613T8.1 10.475h2.375L16.5 16.5h-2.8L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7m-7.437-5.837q.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-.437M12 2q-1.475 0-2.838.45T6.626 3.775L5.2 2.35Q6.65 1.2 8.388.6T12 0q1.95 0 3.738.65T19 2.525q.325.275.35.7t-.275.725q-.275.3-.7.3t-.75-.275q-1.2-.95-2.637-1.462T12 2m0 4q-.65 0-1.287.163T9.5 6.65L8.05 5.225q.875-.575 1.875-.9T12 4q1.15 0 2.225.363T16.2 5.4q.325.25.338.65t-.288.7q-.275.275-.7.288t-.775-.213Q14.15 6.4 13.45 6.2T12 6"/></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 15.2L11.825 9H12q2.525 0 4.263 1.8T18 15.15zm2.5 6.7q-.275.275-.7.275t-.7-.275l-2.625-2.625q-.8 1.2-1.775 2.188T12.675 23.4q-.15.125-.312.188T12 23.65t-.363-.062t-.312-.188q-.825-.725-1.75-1.662t-1.725-2t-1.325-2.225T6 15.15q0-1.4.575-2.613T8.1 10.475h2.375L16.5 16.5h-2.8L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7m-7.437-5.837q.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-.437M12 2q-1.475 0-2.838.45T6.626 3.775L5.2 2.35Q6.65 1.2 8.388.6T12 0q1.95 0 3.738.65T19 2.525q.325.275.35.7t-.275.725q-.275.3-.7.3t-.75-.275q-1.2-.95-2.637-1.462T12 2m0 4q-.65 0-1.287.163T9.5 6.65L8.05 5.225q.875-.575 1.875-.9T12 4q1.15 0 2.225.363T16.2 5.4q.325.25.338.65t-.288.7q-.275.275-.7.288t-.775-.213Q14.15 6.4 13.45 6.2T12 6"/></svg> </template>
CSS
.icon-emergency-share-off-rounded {
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%2015.2L11.825%209H12q2.525%200%204.263%201.8T18%2015.15zm2.5%206.7q-.275.275-.7.275t-.7-.275l-2.625-2.625q-.8%201.2-1.775%202.188T12.675%2023.4q-.15.125-.312.188T12%2023.65t-.363-.062t-.312-.188q-.825-.725-1.75-1.662t-1.725-2t-1.325-2.225T6%2015.15q0-1.4.575-2.613T8.1%2010.475h2.375L16.5%2016.5h-2.8L2.1%204.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7m-7.437-5.837q.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-.437M12%202q-1.475%200-2.838.45T6.626%203.775L5.2%202.35Q6.65%201.2%208.388.6T12%200q1.95%200%203.738.65T19%202.525q.325.275.35.7t-.275.725q-.275.3-.7.3t-.75-.275q-1.2-.95-2.637-1.462T12%202m0%204q-.65%200-1.287.163T9.5%206.65L8.05%205.225q.875-.575%201.875-.9T12%204q1.15%200%202.225.363T16.2%205.4q.325.25.338.65t-.288.7q-.275.275-.7.288t-.775-.213Q14.15%206.4%2013.45%206.2T12%206%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%2015.2L11.825%209H12q2.525%200%204.263%201.8T18%2015.15zm2.5%206.7q-.275.275-.7.275t-.7-.275l-2.625-2.625q-.8%201.2-1.775%202.188T12.675%2023.4q-.15.125-.312.188T12%2023.65t-.363-.062t-.312-.188q-.825-.725-1.75-1.662t-1.725-2t-1.325-2.225T6%2015.15q0-1.4.575-2.613T8.1%2010.475h2.375L16.5%2016.5h-2.8L2.1%204.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7m-7.437-5.837q.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-.437M12%202q-1.475%200-2.838.45T6.626%203.775L5.2%202.35Q6.65%201.2%208.388.6T12%200q1.95%200%203.738.65T19%202.525q.325.275.35.7t-.275.725q-.275.3-.7.3t-.75-.275q-1.2-.95-2.637-1.462T12%202m0%204q-.65%200-1.287.163T9.5%206.65L8.05%205.225q.875-.575%201.875-.9T12%204q1.15%200%202.225.363T16.2%205.4q.325.25.338.65t-.288.7q-.275.275-.7.288t-.775-.213Q14.15%206.4%2013.45%206.2T12%206%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-rounded.svg?color=%231a73e8&size=48