location heart icon
location-heart-filled from Carbon by IBM · Filled · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- location-heart-filled
- Set
- Carbon
- Style
- Filled
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
1 other variant in Carbon
The same icon in other sets
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 heart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="none" d="M18.303 9a2.66 2.66 0 0 0-1.908.806l-.393.405l-.397-.405a2.66 2.66 0 0 0-3.816 0a2.8 2.8 0 0 0 0 3.896L16.002 18l4.209-4.298a2.8 2.8 0 0 0 0-3.896A2.66 2.66 0 0 0 18.303 9"/><path fill="currentColor" d="M16 2A11.013 11.013 0 0 0 5 13a10.9 10.9 0 0 0 2.216 6.6s.3.395.349.452L16 30l8.439-9.953c.044-.053.345-.447.345-.447l.001-.003A10.9 10.9 0 0 0 27 13A11.013 11.013 0 0 0 16 2m4.21 11.702L16.003 18l-4.213-4.298a2.8 2.8 0 0 1 0-3.896a2.66 2.66 0 0 1 3.816 0l.397.405l.393-.405a2.66 2.66 0 0 1 3.816 0a2.8 2.8 0 0 1 0 3.896"/></svg>
React
import type { SVGProps } from "react";
export function CarbonLocationHeartFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="none" d="M18.303 9a2.66 2.66 0 0 0-1.908.806l-.393.405l-.397-.405a2.66 2.66 0 0 0-3.816 0a2.8 2.8 0 0 0 0 3.896L16.002 18l4.209-4.298a2.8 2.8 0 0 0 0-3.896A2.66 2.66 0 0 0 18.303 9"/><path fill="currentColor" d="M16 2A11.013 11.013 0 0 0 5 13a10.9 10.9 0 0 0 2.216 6.6s.3.395.349.452L16 30l8.439-9.953c.044-.053.345-.447.345-.447l.001-.003A10.9 10.9 0 0 0 27 13A11.013 11.013 0 0 0 16 2m4.21 11.702L16.003 18l-4.213-4.298a2.8 2.8 0 0 1 0-3.896a2.66 2.66 0 0 1 3.816 0l.397.405l.393-.405a2.66 2.66 0 0 1 3.816 0a2.8 2.8 0 0 1 0 3.896"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="none" d="M18.303 9a2.66 2.66 0 0 0-1.908.806l-.393.405l-.397-.405a2.66 2.66 0 0 0-3.816 0a2.8 2.8 0 0 0 0 3.896L16.002 18l4.209-4.298a2.8 2.8 0 0 0 0-3.896A2.66 2.66 0 0 0 18.303 9"/><path fill="currentColor" d="M16 2A11.013 11.013 0 0 0 5 13a10.9 10.9 0 0 0 2.216 6.6s.3.395.349.452L16 30l8.439-9.953c.044-.053.345-.447.345-.447l.001-.003A10.9 10.9 0 0 0 27 13A11.013 11.013 0 0 0 16 2m4.21 11.702L16.003 18l-4.213-4.298a2.8 2.8 0 0 1 0-3.896a2.66 2.66 0 0 1 3.816 0l.397.405l.393-.405a2.66 2.66 0 0 1 3.816 0a2.8 2.8 0 0 1 0 3.896"/></svg> </template>
CSS
.icon-location-heart-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%22none%22%20d%3D%22M18.303%209a2.66%202.66%200%200%200-1.908.806l-.393.405l-.397-.405a2.66%202.66%200%200%200-3.816%200a2.8%202.8%200%200%200%200%203.896L16.002%2018l4.209-4.298a2.8%202.8%200%200%200%200-3.896A2.66%202.66%200%200%200%2018.303%209%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202A11.013%2011.013%200%200%200%205%2013a10.9%2010.9%200%200%200%202.216%206.6s.3.395.349.452L16%2030l8.439-9.953c.044-.053.345-.447.345-.447l.001-.003A10.9%2010.9%200%200%200%2027%2013A11.013%2011.013%200%200%200%2016%202m4.21%2011.702L16.003%2018l-4.213-4.298a2.8%202.8%200%200%201%200-3.896a2.66%202.66%200%200%201%203.816%200l.397.405l.393-.405a2.66%202.66%200%200%201%203.816%200a2.8%202.8%200%200%201%200%203.896%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%22none%22%20d%3D%22M18.303%209a2.66%202.66%200%200%200-1.908.806l-.393.405l-.397-.405a2.66%202.66%200%200%200-3.816%200a2.8%202.8%200%200%200%200%203.896L16.002%2018l4.209-4.298a2.8%202.8%200%200%200%200-3.896A2.66%202.66%200%200%200%2018.303%209%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202A11.013%2011.013%200%200%200%205%2013a10.9%2010.9%200%200%200%202.216%206.6s.3.395.349.452L16%2030l8.439-9.953c.044-.053.345-.447.345-.447l.001-.003A10.9%2010.9%200%200%200%2027%2013A11.013%2011.013%200%200%200%2016%202m4.21%2011.702L16.003%2018l-4.213-4.298a2.8%202.8%200%200%201%200-3.896a2.66%202.66%200%200%201%203.816%200l.397.405l.393-.405a2.66%202.66%200%200%201%203.816%200a2.8%202.8%200%200%201%200%203.896%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/location-heart-filled.svg?color=%231a73e8&size=48