map marker radius filled icon
map-marker-radius-filled from Material Line Icons by Vjacheslav Trushkin · Line · Maps · MIT Free for personal and commercial use.
- Name
- map-marker-radius-filled
- Set
- Material Line Icons
- Style
- Line
- Category
- Maps
- Viewbox
- 24×24
- License
- MIT
More maps icons from Material Line Icons
briefcasebriefcase-cancelbriefcase-cancel-filledbriefcase-cancel-twotonebriefcase-checkbriefcase-check-filledbriefcase-check-twotonebriefcase-filledbriefcase-minusbriefcase-minus-filledbriefcase-minus-twotonebriefcase-plusbriefcase-plus-filledbriefcase-plus-twotonebriefcase-removebriefcase-remove-filledbriefcase-remove-twotonebriefcase-twotonecompasscompass-filledcompass-filled-loopcompass-loopcompass-offcompass-off-filled
Use the map marker radius filled icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVGrSIt9gkv"><path fill="#fff" fill-opacity="0" stroke="#fff" stroke-dasharray="42" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 18c0 0 -5.14 -6 -5.14 -9.86c0 -2.84 2.3 -5.14 5.14 -5.14c2.84 0 5.14 2.3 5.14 5.14c0 3.86 -5.14 9.86 -5.14 9.86Z"><animate fill="freeze" attributeName="stroke-dashoffset" dur="0.5s" values="42;0"/><animate fill="freeze" attributeName="fill-opacity" begin="0.5s" dur="0.4s" to="1"/></path><circle cx="12" cy="8.143"><animate fill="freeze" attributeName="r" begin="1s" dur="0.2s" to="2.5"/></circle></mask></defs><g fill="currentColor"><path d="M0 0h24v24H0z" mask="url(#SVGrSIt9gkv)"/><path d="M12 18c0 0 0 0 0 0c0 0 0 0 0 0l0 0c0 0 0 0 0 0c0 0 0 0 0 0c0 0 0 0 0 0c0 0 0 0 0 0l0 0c0 0 0 0 0 0c0 0 0 0 0 0Z"><animate fill="freeze" attributeName="d" begin="1.3s" dur="0.2s" to="M12 21c3.3 0 6 -1.1 6 -2.5c0 -0.7 -0.7 -1.3 -1.8 -1.8l0.6 -0.9c2 0.8 3.2 1.9 3.2 3.2c0 2.2 -3.6 4 -8 4c-4.4 0 -8 -1.8 -8 -4c0 -1.3 1.2 -2.4 3.1 -3.2l0.6 0.9c-1 0.5 -1.7 1.1 -1.7 1.8c0 1.4 2.7 2.5 6 2.5Z"/></path></g></svg>
React
import type { SVGProps } from "react";
export function LineMdMapMarkerRadiusFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVGrSIt9gkv"><path fill="#fff" fillOpacity="0" stroke="#fff" strokeDasharray="42" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M12 18c0 0 -5.14 -6 -5.14 -9.86c0 -2.84 2.3 -5.14 5.14 -5.14c2.84 0 5.14 2.3 5.14 5.14c0 3.86 -5.14 9.86 -5.14 9.86Z"><animate fill="freeze" attributeName="strokeDashoffset" dur="0.5s" values="42;0"/><animate fill="freeze" attributeName="fillOpacity" begin="0.5s" dur="0.4s" to="1"/></path><circle cx="12" cy="8.143"><animate fill="freeze" attributeName="r" begin="1s" dur="0.2s" to="2.5"/></circle></mask></defs><g fill="currentColor"><path d="M0 0h24v24H0z" mask="url(#SVGrSIt9gkv)"/><path d="M12 18c0 0 0 0 0 0c0 0 0 0 0 0l0 0c0 0 0 0 0 0c0 0 0 0 0 0c0 0 0 0 0 0c0 0 0 0 0 0l0 0c0 0 0 0 0 0c0 0 0 0 0 0Z"><animate fill="freeze" attributeName="d" begin="1.3s" dur="0.2s" to="M12 21c3.3 0 6 -1.1 6 -2.5c0 -0.7 -0.7 -1.3 -1.8 -1.8l0.6 -0.9c2 0.8 3.2 1.9 3.2 3.2c0 2.2 -3.6 4 -8 4c-4.4 0 -8 -1.8 -8 -4c0 -1.3 1.2 -2.4 3.1 -3.2l0.6 0.9c-1 0.5 -1.7 1.1 -1.7 1.8c0 1.4 2.7 2.5 6 2.5Z"/></path></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><defs><mask id="SVGrSIt9gkv"><path fill="#fff" fill-opacity="0" stroke="#fff" stroke-dasharray="42" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 18c0 0 -5.14 -6 -5.14 -9.86c0 -2.84 2.3 -5.14 5.14 -5.14c2.84 0 5.14 2.3 5.14 5.14c0 3.86 -5.14 9.86 -5.14 9.86Z"><animate fill="freeze" attributeName="stroke-dashoffset" dur="0.5s" values="42;0"/><animate fill="freeze" attributeName="fill-opacity" begin="0.5s" dur="0.4s" to="1"/></path><circle cx="12" cy="8.143"><animate fill="freeze" attributeName="r" begin="1s" dur="0.2s" to="2.5"/></circle></mask></defs><g fill="currentColor"><path d="M0 0h24v24H0z" mask="url(#SVGrSIt9gkv)"/><path d="M12 18c0 0 0 0 0 0c0 0 0 0 0 0l0 0c0 0 0 0 0 0c0 0 0 0 0 0c0 0 0 0 0 0c0 0 0 0 0 0l0 0c0 0 0 0 0 0c0 0 0 0 0 0Z"><animate fill="freeze" attributeName="d" begin="1.3s" dur="0.2s" to="M12 21c3.3 0 6 -1.1 6 -2.5c0 -0.7 -0.7 -1.3 -1.8 -1.8l0.6 -0.9c2 0.8 3.2 1.9 3.2 3.2c0 2.2 -3.6 4 -8 4c-4.4 0 -8 -1.8 -8 -4c0 -1.3 1.2 -2.4 3.1 -3.2l0.6 0.9c-1 0.5 -1.7 1.1 -1.7 1.8c0 1.4 2.7 2.5 6 2.5Z"/></path></g></svg> </template>
CSS
.icon-map-marker-radius-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%2024%2024%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGrSIt9gkv%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-opacity%3D%220%22%20stroke%3D%22%23fff%22%20stroke-dasharray%3D%2242%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%2018c0%200%20-5.14%20-6%20-5.14%20-9.86c0%20-2.84%202.3%20-5.14%205.14%20-5.14c2.84%200%205.14%202.3%205.14%205.14c0%203.86%20-5.14%209.86%20-5.14%209.86Z%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20dur%3D%220.5s%22%20values%3D%2242%3B0%22%2F%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22fill-opacity%22%20begin%3D%220.5s%22%20dur%3D%220.4s%22%20to%3D%221%22%2F%3E%3C%2Fpath%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%228.143%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22r%22%20begin%3D%221s%22%20dur%3D%220.2s%22%20to%3D%222.5%22%2F%3E%3C%2Fcircle%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20mask%3D%22url(%23SVGrSIt9gkv)%22%2F%3E%3Cpath%20d%3D%22M12%2018c0%200%200%200%200%200c0%200%200%200%200%200l0%200c0%200%200%200%200%200c0%200%200%200%200%200c0%200%200%200%200%200c0%200%200%200%200%200l0%200c0%200%200%200%200%200c0%200%200%200%200%200Z%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22d%22%20begin%3D%221.3s%22%20dur%3D%220.2s%22%20to%3D%22M12%2021c3.3%200%206%20-1.1%206%20-2.5c0%20-0.7%20-0.7%20-1.3%20-1.8%20-1.8l0.6%20-0.9c2%200.8%203.2%201.9%203.2%203.2c0%202.2%20-3.6%204%20-8%204c-4.4%200%20-8%20-1.8%20-8%20-4c0%20-1.3%201.2%20-2.4%203.1%20-3.2l0.6%200.9c-1%200.5%20-1.7%201.1%20-1.7%201.8c0%201.4%202.7%202.5%206%202.5Z%22%2F%3E%3C%2Fpath%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%3Cdefs%3E%3Cmask%20id%3D%22SVGrSIt9gkv%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-opacity%3D%220%22%20stroke%3D%22%23fff%22%20stroke-dasharray%3D%2242%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%2018c0%200%20-5.14%20-6%20-5.14%20-9.86c0%20-2.84%202.3%20-5.14%205.14%20-5.14c2.84%200%205.14%202.3%205.14%205.14c0%203.86%20-5.14%209.86%20-5.14%209.86Z%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20dur%3D%220.5s%22%20values%3D%2242%3B0%22%2F%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22fill-opacity%22%20begin%3D%220.5s%22%20dur%3D%220.4s%22%20to%3D%221%22%2F%3E%3C%2Fpath%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%228.143%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22r%22%20begin%3D%221s%22%20dur%3D%220.2s%22%20to%3D%222.5%22%2F%3E%3C%2Fcircle%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20mask%3D%22url(%23SVGrSIt9gkv)%22%2F%3E%3Cpath%20d%3D%22M12%2018c0%200%200%200%200%200c0%200%200%200%200%200l0%200c0%200%200%200%200%200c0%200%200%200%200%200c0%200%200%200%200%200c0%200%200%200%200%200l0%200c0%200%200%200%200%200c0%200%200%200%200%200Z%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22d%22%20begin%3D%221.3s%22%20dur%3D%220.2s%22%20to%3D%22M12%2021c3.3%200%206%20-1.1%206%20-2.5c0%20-0.7%20-0.7%20-1.3%20-1.8%20-1.8l0.6%20-0.9c2%200.8%203.2%201.9%203.2%203.2c0%202.2%20-3.6%204%20-8%204c-4.4%200%20-8%20-1.8%20-8%20-4c0%20-1.3%201.2%20-2.4%203.1%20-3.2l0.6%200.9c-1%200.5%20-1.7%201.1%20-1.7%201.8c0%201.4%202.7%202.5%206%202.5Z%22%2F%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/line-md/map-marker-radius-filled.svg?color=%231a73e8&size=48