round emergency share icon
round-emergency-share from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- round-emergency-share
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
More maps icons from Google Material Icons
baseline-360baseline-add-businessbaseline-add-locationbaseline-add-location-altbaseline-add-roadbaseline-agriculturebaseline-airline-stopsbaseline-airlinesbaseline-alt-routebaseline-atmbaseline-attractionsbaseline-badgebaseline-bakery-diningbaseline-beenherebaseline-bike-scooterbaseline-breakfast-diningbaseline-brunch-diningbaseline-bus-alertbaseline-car-crashbaseline-car-rentalbaseline-car-repairbaseline-castlebaseline-categorybaseline-celebration
Use the round emergency share icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 9c-3.15 0-6 2.41-6 6.15c0 2.35 1.78 5.11 5.34 8.27c.37.33.95.33 1.33 0C16.22 20.25 18 17.5 18 15.15C18 11.41 15.15 9 12 9m0 7.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5m4.18-9.68c-.35.35-.89.38-1.3.09C14.07 6.34 13.07 6 12 6s-2.07.34-2.88.91c-.41.28-.95.26-1.3-.09c-.43-.43-.39-1.15.09-1.5C9.06 4.49 10.48 4 12 4s2.94.49 4.09 1.32c.49.35.52 1.07.09 1.5M4.97 3.97c-.42-.43-.38-1.12.08-1.5C6.95.93 9.37 0 12.01 0s5.06.93 6.95 2.48c.46.38.5 1.07.08 1.49c-.36.36-.93.39-1.32.07a9.03 9.03 0 0 0-11.43 0c-.39.32-.96.28-1.32-.07"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundEmergencyShare(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="M12 9c-3.15 0-6 2.41-6 6.15c0 2.35 1.78 5.11 5.34 8.27c.37.33.95.33 1.33 0C16.22 20.25 18 17.5 18 15.15C18 11.41 15.15 9 12 9m0 7.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5m4.18-9.68c-.35.35-.89.38-1.3.09C14.07 6.34 13.07 6 12 6s-2.07.34-2.88.91c-.41.28-.95.26-1.3-.09c-.43-.43-.39-1.15.09-1.5C9.06 4.49 10.48 4 12 4s2.94.49 4.09 1.32c.49.35.52 1.07.09 1.5M4.97 3.97c-.42-.43-.38-1.12.08-1.5C6.95.93 9.37 0 12.01 0s5.06.93 6.95 2.48c.46.38.5 1.07.08 1.49c-.36.36-.93.39-1.32.07a9.03 9.03 0 0 0-11.43 0c-.39.32-.96.28-1.32-.07"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 9c-3.15 0-6 2.41-6 6.15c0 2.35 1.78 5.11 5.34 8.27c.37.33.95.33 1.33 0C16.22 20.25 18 17.5 18 15.15C18 11.41 15.15 9 12 9m0 7.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5m4.18-9.68c-.35.35-.89.38-1.3.09C14.07 6.34 13.07 6 12 6s-2.07.34-2.88.91c-.41.28-.95.26-1.3-.09c-.43-.43-.39-1.15.09-1.5C9.06 4.49 10.48 4 12 4s2.94.49 4.09 1.32c.49.35.52 1.07.09 1.5M4.97 3.97c-.42-.43-.38-1.12.08-1.5C6.95.93 9.37 0 12.01 0s5.06.93 6.95 2.48c.46.38.5 1.07.08 1.49c-.36.36-.93.39-1.32.07a9.03 9.03 0 0 0-11.43 0c-.39.32-.96.28-1.32-.07"/></svg> </template>
CSS
.icon-round-emergency-share {
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%22M12%209c-3.15%200-6%202.41-6%206.15c0%202.35%201.78%205.11%205.34%208.27c.37.33.95.33%201.33%200C16.22%2020.25%2018%2017.5%2018%2015.15C18%2011.41%2015.15%209%2012%209m0%207.5c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5m4.18-9.68c-.35.35-.89.38-1.3.09C14.07%206.34%2013.07%206%2012%206s-2.07.34-2.88.91c-.41.28-.95.26-1.3-.09c-.43-.43-.39-1.15.09-1.5C9.06%204.49%2010.48%204%2012%204s2.94.49%204.09%201.32c.49.35.52%201.07.09%201.5M4.97%203.97c-.42-.43-.38-1.12.08-1.5C6.95.93%209.37%200%2012.01%200s5.06.93%206.95%202.48c.46.38.5%201.07.08%201.49c-.36.36-.93.39-1.32.07a9.03%209.03%200%200%200-11.43%200c-.39.32-.96.28-1.32-.07%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%22M12%209c-3.15%200-6%202.41-6%206.15c0%202.35%201.78%205.11%205.34%208.27c.37.33.95.33%201.33%200C16.22%2020.25%2018%2017.5%2018%2015.15C18%2011.41%2015.15%209%2012%209m0%207.5c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5m4.18-9.68c-.35.35-.89.38-1.3.09C14.07%206.34%2013.07%206%2012%206s-2.07.34-2.88.91c-.41.28-.95.26-1.3-.09c-.43-.43-.39-1.15.09-1.5C9.06%204.49%2010.48%204%2012%204s2.94.49%204.09%201.32c.49.35.52%201.07.09%201.5M4.97%203.97c-.42-.43-.38-1.12.08-1.5C6.95.93%209.37%200%2012.01%200s5.06.93%206.95%202.48c.46.38.5%201.07.08%201.49c-.36.36-.93.39-1.32.07a9.03%209.03%200%200%200-11.43%200c-.39.32-.96.28-1.32-.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-emergency-share.svg?color=%231a73e8&size=48