map point favorite icon
map-point-favorite-bold-duotone from Solar by 480 Design · Bold Duotone · Map · CC-BY-4.0 Attribution required.
- Name
- map-point-favorite-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- Map
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More map icons from Solar
branching-paths-down-boldbranching-paths-up-boldcompass-big-boldcompass-boldcompass-square-boldglobal-boldglobe-boldgps-boldmap-arrow-down-boldmap-arrow-left-boldmap-arrow-right-boldmap-arrow-square-boldmap-arrow-up-boldmap-boldmap-point-add-boldmap-point-boldmap-point-hospital-boldmap-point-remove-boldmap-point-rotate-boldmap-point-school-boldmap-point-search-boldmap-point-wave-boldpeople-nearby-boldpoint-on-map-bold
Use the map point favorite icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.5371 21.6744C11.4657 22.1085 12.5343 22.1085 13.4629 21.6744C17.4467 19.8124 20 14.6055 20 10.1433C20 5.64588 16.4183 2 12 2C7.58172 2 4 5.64588 4 10.1433C4 14.6055 6.55332 19.8124 10.5371 21.6744Z" opacity=".5"/><path d="M10.7238 13.3301C9.55314 12.396 8 10.8877 8 9.46027C8 7.03407 10.2001 6.12824 12 8.00246C13.7999 6.12824 16 7.03407 16 9.46026C16 10.8877 14.4469 12.396 13.2762 13.3301C12.7165 13.7767 12.4367 14 12 14C11.5633 14 11.2835 13.7767 10.7238 13.3301Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarMapPointFavoriteBoldDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.5371 21.6744C11.4657 22.1085 12.5343 22.1085 13.4629 21.6744C17.4467 19.8124 20 14.6055 20 10.1433C20 5.64588 16.4183 2 12 2C7.58172 2 4 5.64588 4 10.1433C4 14.6055 6.55332 19.8124 10.5371 21.6744Z" opacity=".5"/><path d="M10.7238 13.3301C9.55314 12.396 8 10.8877 8 9.46027C8 7.03407 10.2001 6.12824 12 8.00246C13.7999 6.12824 16 7.03407 16 9.46026C16 10.8877 14.4469 12.396 13.2762 13.3301C12.7165 13.7767 12.4367 14 12 14C11.5633 14 11.2835 13.7767 10.7238 13.3301Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.5371 21.6744C11.4657 22.1085 12.5343 22.1085 13.4629 21.6744C17.4467 19.8124 20 14.6055 20 10.1433C20 5.64588 16.4183 2 12 2C7.58172 2 4 5.64588 4 10.1433C4 14.6055 6.55332 19.8124 10.5371 21.6744Z" opacity=".5"/><path d="M10.7238 13.3301C9.55314 12.396 8 10.8877 8 9.46027C8 7.03407 10.2001 6.12824 12 8.00246C13.7999 6.12824 16 7.03407 16 9.46026C16 10.8877 14.4469 12.396 13.2762 13.3301C12.7165 13.7767 12.4367 14 12 14C11.5633 14 11.2835 13.7767 10.7238 13.3301Z"/></g></svg> </template>
CSS
.icon-map-point-favorite-bold-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.5371%2021.6744C11.4657%2022.1085%2012.5343%2022.1085%2013.4629%2021.6744C17.4467%2019.8124%2020%2014.6055%2020%2010.1433C20%205.64588%2016.4183%202%2012%202C7.58172%202%204%205.64588%204%2010.1433C4%2014.6055%206.55332%2019.8124%2010.5371%2021.6744Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M10.7238%2013.3301C9.55314%2012.396%208%2010.8877%208%209.46027C8%207.03407%2010.2001%206.12824%2012%208.00246C13.7999%206.12824%2016%207.03407%2016%209.46026C16%2010.8877%2014.4469%2012.396%2013.2762%2013.3301C12.7165%2013.7767%2012.4367%2014%2012%2014C11.5633%2014%2011.2835%2013.7767%2010.7238%2013.3301Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.5371%2021.6744C11.4657%2022.1085%2012.5343%2022.1085%2013.4629%2021.6744C17.4467%2019.8124%2020%2014.6055%2020%2010.1433C20%205.64588%2016.4183%202%2012%202C7.58172%202%204%205.64588%204%2010.1433C4%2014.6055%206.55332%2019.8124%2010.5371%2021.6744Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M10.7238%2013.3301C9.55314%2012.396%208%2010.8877%208%209.46027C8%207.03407%2010.2001%206.12824%2012%208.00246C13.7999%206.12824%2016%207.03407%2016%209.46026C16%2010.8877%2014.4469%2012.396%2013.2762%2013.3301C12.7165%2013.7767%2012.4367%2014%2012%2014C11.5633%2014%2011.2835%2013.7767%2010.7238%2013.3301Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/map-point-favorite-bold-duotone.svg?color=%231a73e8&size=48