map point wave icon
map-point-wave-bold-duotone from Solar by 480 Design · Bold Duotone · Map · CC-BY-4.0 Attribution required.
- Name
- map-point-wave-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-favorite-boldmap-point-hospital-boldmap-point-remove-boldmap-point-rotate-boldmap-point-school-boldmap-point-search-boldpeople-nearby-boldpoint-on-map-bold
Use the map point wave icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M19.7165 20.3624C21.143 19.5846 22 18.5873 22 17.5C22 16.3475 21.0372 15.2961 19.4537 14.5C17.6226 13.5794 14.9617 13 12 13C9.03833 13 6.37738 13.5794 4.54631 14.5C2.96285 15.2961 2 16.3475 2 17.5C2 18.6525 2.96285 19.7039 4.54631 20.5C6.37738 21.4206 9.03833 22 12 22C15.1066 22 17.8823 21.3625 19.7165 20.3624Z" opacity=".5"/><path fill-rule="evenodd" d="M5 8.51464C5 4.9167 8.13401 2 12 2C15.866 2 19 4.9167 19 8.51464C19 12.0844 16.7658 16.2499 13.2801 17.7396C12.4675 18.0868 11.5325 18.0868 10.7199 17.7396C7.23416 16.2499 5 12.0844 5 8.51464ZM12 11C13.1046 11 14 10.1046 14 9C14 7.89543 13.1046 7 12 7C10.8954 7 10 7.89543 10 9C10 10.1046 10.8954 11 12 11Z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarMapPointWaveBoldDuotone(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="M19.7165 20.3624C21.143 19.5846 22 18.5873 22 17.5C22 16.3475 21.0372 15.2961 19.4537 14.5C17.6226 13.5794 14.9617 13 12 13C9.03833 13 6.37738 13.5794 4.54631 14.5C2.96285 15.2961 2 16.3475 2 17.5C2 18.6525 2.96285 19.7039 4.54631 20.5C6.37738 21.4206 9.03833 22 12 22C15.1066 22 17.8823 21.3625 19.7165 20.3624Z" opacity=".5"/><path fillRule="evenodd" d="M5 8.51464C5 4.9167 8.13401 2 12 2C15.866 2 19 4.9167 19 8.51464C19 12.0844 16.7658 16.2499 13.2801 17.7396C12.4675 18.0868 11.5325 18.0868 10.7199 17.7396C7.23416 16.2499 5 12.0844 5 8.51464ZM12 11C13.1046 11 14 10.1046 14 9C14 7.89543 13.1046 7 12 7C10.8954 7 10 7.89543 10 9C10 10.1046 10.8954 11 12 11Z" clipRule="evenodd"/></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="M19.7165 20.3624C21.143 19.5846 22 18.5873 22 17.5C22 16.3475 21.0372 15.2961 19.4537 14.5C17.6226 13.5794 14.9617 13 12 13C9.03833 13 6.37738 13.5794 4.54631 14.5C2.96285 15.2961 2 16.3475 2 17.5C2 18.6525 2.96285 19.7039 4.54631 20.5C6.37738 21.4206 9.03833 22 12 22C15.1066 22 17.8823 21.3625 19.7165 20.3624Z" opacity=".5"/><path fill-rule="evenodd" d="M5 8.51464C5 4.9167 8.13401 2 12 2C15.866 2 19 4.9167 19 8.51464C19 12.0844 16.7658 16.2499 13.2801 17.7396C12.4675 18.0868 11.5325 18.0868 10.7199 17.7396C7.23416 16.2499 5 12.0844 5 8.51464ZM12 11C13.1046 11 14 10.1046 14 9C14 7.89543 13.1046 7 12 7C10.8954 7 10 7.89543 10 9C10 10.1046 10.8954 11 12 11Z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-map-point-wave-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%22M19.7165%2020.3624C21.143%2019.5846%2022%2018.5873%2022%2017.5C22%2016.3475%2021.0372%2015.2961%2019.4537%2014.5C17.6226%2013.5794%2014.9617%2013%2012%2013C9.03833%2013%206.37738%2013.5794%204.54631%2014.5C2.96285%2015.2961%202%2016.3475%202%2017.5C2%2018.6525%202.96285%2019.7039%204.54631%2020.5C6.37738%2021.4206%209.03833%2022%2012%2022C15.1066%2022%2017.8823%2021.3625%2019.7165%2020.3624Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5%208.51464C5%204.9167%208.13401%202%2012%202C15.866%202%2019%204.9167%2019%208.51464C19%2012.0844%2016.7658%2016.2499%2013.2801%2017.7396C12.4675%2018.0868%2011.5325%2018.0868%2010.7199%2017.7396C7.23416%2016.2499%205%2012.0844%205%208.51464ZM12%2011C13.1046%2011%2014%2010.1046%2014%209C14%207.89543%2013.1046%207%2012%207C10.8954%207%2010%207.89543%2010%209C10%2010.1046%2010.8954%2011%2012%2011Z%22%20clip-rule%3D%22evenodd%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%22M19.7165%2020.3624C21.143%2019.5846%2022%2018.5873%2022%2017.5C22%2016.3475%2021.0372%2015.2961%2019.4537%2014.5C17.6226%2013.5794%2014.9617%2013%2012%2013C9.03833%2013%206.37738%2013.5794%204.54631%2014.5C2.96285%2015.2961%202%2016.3475%202%2017.5C2%2018.6525%202.96285%2019.7039%204.54631%2020.5C6.37738%2021.4206%209.03833%2022%2012%2022C15.1066%2022%2017.8823%2021.3625%2019.7165%2020.3624Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5%208.51464C5%204.9167%208.13401%202%2012%202C15.866%202%2019%204.9167%2019%208.51464C19%2012.0844%2016.7658%2016.2499%2013.2801%2017.7396C12.4675%2018.0868%2011.5325%2018.0868%2010.7199%2017.7396C7.23416%2016.2499%205%2012.0844%205%208.51464ZM12%2011C13.1046%2011%2014%2010.1046%2014%209C14%207.89543%2013.1046%207%2012%207C10.8954%207%2010%207.89543%2010%209C10%2010.1046%2010.8954%2011%2012%2011Z%22%20clip-rule%3D%22evenodd%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-wave-bold-duotone.svg?color=%231a73e8&size=48