location info icon
location-info-filled from Carbon by IBM · Filled · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- location-info-filled
- Set
- Carbon
- Style
- Filled
- 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="M16 2C9.935 2 5 6.936 5 13c0 2.393.766 4.673 2.216 6.6c0 0 .3.394.348.451L16 30l8.439-9.953c.044-.053.345-.447.345-.447l.001-.003A10.9 10.9 0 0 0 27 13c0-6.064-4.935-11-11-11m-.5 4a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M20 20h-8v-2h3v-5h-2v-2h4v7h3z"/><path fill="none" d="M15.5 6a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M20 20h-8v-2h3v-5h-2v-2h4v7h3z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonLocationInfoFilled(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="M16 2C9.935 2 5 6.936 5 13c0 2.393.766 4.673 2.216 6.6c0 0 .3.394.348.451L16 30l8.439-9.953c.044-.053.345-.447.345-.447l.001-.003A10.9 10.9 0 0 0 27 13c0-6.064-4.935-11-11-11m-.5 4a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M20 20h-8v-2h3v-5h-2v-2h4v7h3z"/><path fill="none" d="M15.5 6a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M20 20h-8v-2h3v-5h-2v-2h4v7h3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2C9.935 2 5 6.936 5 13c0 2.393.766 4.673 2.216 6.6c0 0 .3.394.348.451L16 30l8.439-9.953c.044-.053.345-.447.345-.447l.001-.003A10.9 10.9 0 0 0 27 13c0-6.064-4.935-11-11-11m-.5 4a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M20 20h-8v-2h3v-5h-2v-2h4v7h3z"/><path fill="none" d="M15.5 6a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M20 20h-8v-2h3v-5h-2v-2h4v7h3z"/></svg> </template>
CSS
.icon-location-info-filled {
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%22M16%202C9.935%202%205%206.936%205%2013c0%202.393.766%204.673%202.216%206.6c0%200%20.3.394.348.451L16%2030l8.439-9.953c.044-.053.345-.447.345-.447l.001-.003A10.9%2010.9%200%200%200%2027%2013c0-6.064-4.935-11-11-11m-.5%204a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3M20%2020h-8v-2h3v-5h-2v-2h4v7h3z%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M15.5%206a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3M20%2020h-8v-2h3v-5h-2v-2h4v7h3z%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%22M16%202C9.935%202%205%206.936%205%2013c0%202.393.766%204.673%202.216%206.6c0%200%20.3.394.348.451L16%2030l8.439-9.953c.044-.053.345-.447.345-.447l.001-.003A10.9%2010.9%200%200%200%2027%2013c0-6.064-4.935-11-11-11m-.5%204a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3M20%2020h-8v-2h3v-5h-2v-2h4v7h3z%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M15.5%206a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3M20%2020h-8v-2h3v-5h-2v-2h4v7h3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/location-info-filled.svg?color=%231a73e8&size=48