map point favorite icon

map-point-favorite-line-duotone from Solar by 480 Design · Line Duotone · Map · CC-BY-4.0 Attribution required.

Name
map-point-favorite-line-duotone
Set
Solar
Style
Line Duotone
Category
Map
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More map icons from Solar

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="none" stroke="currentColor" stroke-width="1.5"><path d="M4 10.1433C4 5.64588 7.58172 2 12 2C16.4183 2 20 5.64588 20 10.1433C20 14.6055 17.4467 19.8124 13.4629 21.6744C12.5343 22.1085 11.4657 22.1085 10.5371 21.6744C6.55332 19.8124 4 14.6055 4 10.1433Z" opacity=".5"/><path stroke-linejoin="round" d="M9 8.75734C9 9.77693 10.1649 10.8543 11.0429 11.5215C11.4626 11.8405 11.6725 12 12 12C12.3275 12 12.5374 11.8405 12.9571 11.5215C13.8352 10.8543 15 9.77694 15 8.75733C15 7.02433 13.35 6.37732 12 7.71604C10.65 6.37732 9 7.02433 9 8.75734Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarMapPointFavoriteLineDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M4 10.1433C4 5.64588 7.58172 2 12 2C16.4183 2 20 5.64588 20 10.1433C20 14.6055 17.4467 19.8124 13.4629 21.6744C12.5343 22.1085 11.4657 22.1085 10.5371 21.6744C6.55332 19.8124 4 14.6055 4 10.1433Z" opacity=".5"/><path strokeLinejoin="round" d="M9 8.75734C9 9.77693 10.1649 10.8543 11.0429 11.5215C11.4626 11.8405 11.6725 12 12 12C12.3275 12 12.5374 11.8405 12.9571 11.5215C13.8352 10.8543 15 9.77694 15 8.75733C15 7.02433 13.35 6.37732 12 7.71604C10.65 6.37732 9 7.02433 9 8.75734Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M4 10.1433C4 5.64588 7.58172 2 12 2C16.4183 2 20 5.64588 20 10.1433C20 14.6055 17.4467 19.8124 13.4629 21.6744C12.5343 22.1085 11.4657 22.1085 10.5371 21.6744C6.55332 19.8124 4 14.6055 4 10.1433Z" opacity=".5"/><path stroke-linejoin="round" d="M9 8.75734C9 9.77693 10.1649 10.8543 11.0429 11.5215C11.4626 11.8405 11.6725 12 12 12C12.3275 12 12.5374 11.8405 12.9571 11.5215C13.8352 10.8543 15 9.77694 15 8.75733C15 7.02433 13.35 6.37732 12 7.71604C10.65 6.37732 9 7.02433 9 8.75734Z"/></g></svg>
</template>

CSS

.icon-map-point-favorite-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%2010.1433C4%205.64588%207.58172%202%2012%202C16.4183%202%2020%205.64588%2020%2010.1433C20%2014.6055%2017.4467%2019.8124%2013.4629%2021.6744C12.5343%2022.1085%2011.4657%2022.1085%2010.5371%2021.6744C6.55332%2019.8124%204%2014.6055%204%2010.1433Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9%208.75734C9%209.77693%2010.1649%2010.8543%2011.0429%2011.5215C11.4626%2011.8405%2011.6725%2012%2012%2012C12.3275%2012%2012.5374%2011.8405%2012.9571%2011.5215C13.8352%2010.8543%2015%209.77694%2015%208.75733C15%207.02433%2013.35%206.37732%2012%207.71604C10.65%206.37732%209%207.02433%209%208.75734Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4%2010.1433C4%205.64588%207.58172%202%2012%202C16.4183%202%2020%205.64588%2020%2010.1433C20%2014.6055%2017.4467%2019.8124%2013.4629%2021.6744C12.5343%2022.1085%2011.4657%2022.1085%2010.5371%2021.6744C6.55332%2019.8124%204%2014.6055%204%2010.1433Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9%208.75734C9%209.77693%2010.1649%2010.8543%2011.0429%2011.5215C11.4626%2011.8405%2011.6725%2012%2012%2012C12.3275%2012%2012.5374%2011.8405%2012.9571%2011.5215C13.8352%2010.8543%2015%209.77694%2015%208.75733C15%207.02433%2013.35%206.37732%2012%207.71604C10.65%206.37732%209%207.02433%209%208.75734Z%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-line-duotone.svg?color=%231a73e8&size=48