location hazard icon
location-hazard from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- location-hazard
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
1 other variant in Carbon
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timearrivalbaggage-claimbarbicyclebootbuoybus
Use the location hazard icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="20.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M15 7h2v9h-2z"/><path fill="currentColor" d="m16 30l-8.436-9.949a35 35 0 0 1-.348-.451A10.9 10.9 0 0 1 5 13a11 11 0 0 1 22 0a10.9 10.9 0 0 1-2.215 6.597l-.001.003s-.3.394-.345.447ZM8.813 18.395s.233.308.286.374L16 26.908l6.91-8.15c.044-.055.278-.365.279-.366A8.9 8.9 0 0 0 25 13a9 9 0 0 0-18 0a8.9 8.9 0 0 0 1.813 5.395"/></svg>
React
import type { SVGProps } from "react";
export function CarbonLocationHazard(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="20.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M15 7h2v9h-2z"/><path fill="currentColor" d="m16 30l-8.436-9.949a35 35 0 0 1-.348-.451A10.9 10.9 0 0 1 5 13a11 11 0 0 1 22 0a10.9 10.9 0 0 1-2.215 6.597l-.001.003s-.3.394-.345.447ZM8.813 18.395s.233.308.286.374L16 26.908l6.91-8.15c.044-.055.278-.365.279-.366A8.9 8.9 0 0 0 25 13a9 9 0 0 0-18 0a8.9 8.9 0 0 0 1.813 5.395"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="20.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M15 7h2v9h-2z"/><path fill="currentColor" d="m16 30l-8.436-9.949a35 35 0 0 1-.348-.451A10.9 10.9 0 0 1 5 13a11 11 0 0 1 22 0a10.9 10.9 0 0 1-2.215 6.597l-.001.003s-.3.394-.345.447ZM8.813 18.395s.233.308.286.374L16 26.908l6.91-8.15c.044-.055.278-.365.279-.366A8.9 8.9 0 0 0 25 13a9 9 0 0 0-18 0a8.9 8.9 0 0 0 1.813 5.395"/></svg> </template>
CSS
.icon-location-hazard {
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%2032%2032%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2220.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%207h2v9h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%2030l-8.436-9.949a35%2035%200%200%201-.348-.451A10.9%2010.9%200%200%201%205%2013a11%2011%200%200%201%2022%200a10.9%2010.9%200%200%201-2.215%206.597l-.001.003s-.3.394-.345.447ZM8.813%2018.395s.233.308.286.374L16%2026.908l6.91-8.15c.044-.055.278-.365.279-.366A8.9%208.9%200%200%200%2025%2013a9%209%200%200%200-18%200a8.9%208.9%200%200%200%201.813%205.395%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%2032%2032%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2220.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%207h2v9h-2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%2030l-8.436-9.949a35%2035%200%200%201-.348-.451A10.9%2010.9%200%200%201%205%2013a11%2011%200%200%201%2022%200a10.9%2010.9%200%200%201-2.215%206.597l-.001.003s-.3.394-.345.447ZM8.813%2018.395s.233.308.286.374L16%2026.908l6.91-8.15c.044-.055.278-.365.279-.366A8.9%208.9%200%200%200%2025%2013a9%209%200%200%200-18%200a8.9%208.9%200%200%200%201.813%205.395%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/location-hazard.svg?color=%231a73e8&size=48