location info icon
location-info from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- location-info
- 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 info icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 18v-7h-4v2h2v5h-3v2h8v-2zM15.5 6a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/><path fill="currentColor" d="m16 30l-8.435-9.949c-.048-.057-.349-.451-.349-.451A10.9 10.9 0 0 1 5 13C5 6.936 9.935 2 16 2s11 4.936 11 11c0 2.393-.765 4.673-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 13c0-4.962-4.038-9-9-9s-9 4.039-9 9c0 1.956.627 3.82 1.813 5.395"/></svg>
React
import type { SVGProps } from "react";
export function CarbonLocationInfo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 18v-7h-4v2h2v5h-3v2h8v-2zM15.5 6a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/><path fill="currentColor" d="m16 30l-8.435-9.949c-.048-.057-.349-.451-.349-.451A10.9 10.9 0 0 1 5 13C5 6.936 9.935 2 16 2s11 4.936 11 11c0 2.393-.765 4.673-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 13c0-4.962-4.038-9-9-9s-9 4.039-9 9c0 1.956.627 3.82 1.813 5.395"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 18v-7h-4v2h2v5h-3v2h8v-2zM15.5 6a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3"/><path fill="currentColor" d="m16 30l-8.435-9.949c-.048-.057-.349-.451-.349-.451A10.9 10.9 0 0 1 5 13C5 6.936 9.935 2 16 2s11 4.936 11 11c0 2.393-.765 4.673-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 13c0-4.962-4.038-9-9-9s-9 4.039-9 9c0 1.956.627 3.82 1.813 5.395"/></svg> </template>
CSS
.icon-location-info {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2018v-7h-4v2h2v5h-3v2h8v-2zM15.5%206a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%2030l-8.435-9.949c-.048-.057-.349-.451-.349-.451A10.9%2010.9%200%200%201%205%2013C5%206.936%209.935%202%2016%202s11%204.936%2011%2011c0%202.393-.765%204.673-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%2013c0-4.962-4.038-9-9-9s-9%204.039-9%209c0%201.956.627%203.82%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2018v-7h-4v2h2v5h-3v2h8v-2zM15.5%206a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%2030l-8.435-9.949c-.048-.057-.349-.451-.349-.451A10.9%2010.9%200%200%201%205%2013C5%206.936%209.935%202%2016%202s11%204.936%2011%2011c0%202.393-.765%204.673-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%2013c0-4.962-4.038-9-9-9s-9%204.039-9%209c0%201.956.627%203.82%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-info.svg?color=%231a73e8&size=48