location ripple icon
location-ripple-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- location-ripple-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
location-add-16-filledlocation-add-left-20-filledlocation-add-right-20-filledlocation-add-up-20-filledlocation-arrow-12-filledlocation-arrow-left-16-filledlocation-arrow-right-16-filledlocation-arrow-up-16-filledlocation-checkmark-12-filledlocation-dismiss-20-filledlocation-live-20-filledlocation-not-found-24-filledlocation-off-16-filledlocation-settings-20-filledlocation-target-square-16-filled
Use the location ripple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a6 6 0 0 0-6 6c0 1.468.843 3.007 1.807 4.306c.98 1.319 2.152 2.48 2.945 3.207a1.835 1.835 0 0 0 2.496 0c.793-.727 1.966-1.888 2.945-3.207C15.157 11.007 16 9.468 16 8a6 6 0 0 0-6-6m2 6a2 2 0 1 1-4 0a2 2 0 0 1 4 0m2.42 5.638a23 23 0 0 1-.715.826q.382.108.712.235c.554.213.969.455 1.236.698S16 15.844 16 16s-.08.36-.347.603s-.682.485-1.236.698c-1.106.426-2.667.7-4.417.7s-3.311-.274-4.417-.7c-.554-.213-.969-.455-1.236-.698S4 16.156 4 16s.08-.36.347-.603s.682-.485 1.236-.698a8 8 0 0 1 .712-.235a22 22 0 0 1-.715-.826a9 9 0 0 0-.356.128c-.621.239-1.159.536-1.55.891C3.284 15.012 3 15.466 3 16c0 .535.284.988.674 1.343s.929.652 1.55.892C6.471 18.715 8.16 19 10 19s3.529-.286 4.776-.765c.621-.24 1.159-.537 1.55-.892c.39-.355.674-.808.674-1.343s-.284-.988-.674-1.343s-.929-.652-1.55-.891a9 9 0 0 0-.356-.128"/></svg>
React
import type { SVGProps } from "react";
export function FluentLocationRipple20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a6 6 0 0 0-6 6c0 1.468.843 3.007 1.807 4.306c.98 1.319 2.152 2.48 2.945 3.207a1.835 1.835 0 0 0 2.496 0c.793-.727 1.966-1.888 2.945-3.207C15.157 11.007 16 9.468 16 8a6 6 0 0 0-6-6m2 6a2 2 0 1 1-4 0a2 2 0 0 1 4 0m2.42 5.638a23 23 0 0 1-.715.826q.382.108.712.235c.554.213.969.455 1.236.698S16 15.844 16 16s-.08.36-.347.603s-.682.485-1.236.698c-1.106.426-2.667.7-4.417.7s-3.311-.274-4.417-.7c-.554-.213-.969-.455-1.236-.698S4 16.156 4 16s.08-.36.347-.603s.682-.485 1.236-.698a8 8 0 0 1 .712-.235a22 22 0 0 1-.715-.826a9 9 0 0 0-.356.128c-.621.239-1.159.536-1.55.891C3.284 15.012 3 15.466 3 16c0 .535.284.988.674 1.343s.929.652 1.55.892C6.471 18.715 8.16 19 10 19s3.529-.286 4.776-.765c.621-.24 1.159-.537 1.55-.892c.39-.355.674-.808.674-1.343s-.284-.988-.674-1.343s-.929-.652-1.55-.891a9 9 0 0 0-.356-.128"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2a6 6 0 0 0-6 6c0 1.468.843 3.007 1.807 4.306c.98 1.319 2.152 2.48 2.945 3.207a1.835 1.835 0 0 0 2.496 0c.793-.727 1.966-1.888 2.945-3.207C15.157 11.007 16 9.468 16 8a6 6 0 0 0-6-6m2 6a2 2 0 1 1-4 0a2 2 0 0 1 4 0m2.42 5.638a23 23 0 0 1-.715.826q.382.108.712.235c.554.213.969.455 1.236.698S16 15.844 16 16s-.08.36-.347.603s-.682.485-1.236.698c-1.106.426-2.667.7-4.417.7s-3.311-.274-4.417-.7c-.554-.213-.969-.455-1.236-.698S4 16.156 4 16s.08-.36.347-.603s.682-.485 1.236-.698a8 8 0 0 1 .712-.235a22 22 0 0 1-.715-.826a9 9 0 0 0-.356.128c-.621.239-1.159.536-1.55.891C3.284 15.012 3 15.466 3 16c0 .535.284.988.674 1.343s.929.652 1.55.892C6.471 18.715 8.16 19 10 19s3.529-.286 4.776-.765c.621-.24 1.159-.537 1.55-.892c.39-.355.674-.808.674-1.343s-.284-.988-.674-1.343s-.929-.652-1.55-.891a9 9 0 0 0-.356-.128"/></svg> </template>
CSS
.icon-location-ripple-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202a6%206%200%200%200-6%206c0%201.468.843%203.007%201.807%204.306c.98%201.319%202.152%202.48%202.945%203.207a1.835%201.835%200%200%200%202.496%200c.793-.727%201.966-1.888%202.945-3.207C15.157%2011.007%2016%209.468%2016%208a6%206%200%200%200-6-6m2%206a2%202%200%201%201-4%200a2%202%200%200%201%204%200m2.42%205.638a23%2023%200%200%201-.715.826q.382.108.712.235c.554.213.969.455%201.236.698S16%2015.844%2016%2016s-.08.36-.347.603s-.682.485-1.236.698c-1.106.426-2.667.7-4.417.7s-3.311-.274-4.417-.7c-.554-.213-.969-.455-1.236-.698S4%2016.156%204%2016s.08-.36.347-.603s.682-.485%201.236-.698a8%208%200%200%201%20.712-.235a22%2022%200%200%201-.715-.826a9%209%200%200%200-.356.128c-.621.239-1.159.536-1.55.891C3.284%2015.012%203%2015.466%203%2016c0%20.535.284.988.674%201.343s.929.652%201.55.892C6.471%2018.715%208.16%2019%2010%2019s3.529-.286%204.776-.765c.621-.24%201.159-.537%201.55-.892c.39-.355.674-.808.674-1.343s-.284-.988-.674-1.343s-.929-.652-1.55-.891a9%209%200%200%200-.356-.128%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202a6%206%200%200%200-6%206c0%201.468.843%203.007%201.807%204.306c.98%201.319%202.152%202.48%202.945%203.207a1.835%201.835%200%200%200%202.496%200c.793-.727%201.966-1.888%202.945-3.207C15.157%2011.007%2016%209.468%2016%208a6%206%200%200%200-6-6m2%206a2%202%200%201%201-4%200a2%202%200%200%201%204%200m2.42%205.638a23%2023%200%200%201-.715.826q.382.108.712.235c.554.213.969.455%201.236.698S16%2015.844%2016%2016s-.08.36-.347.603s-.682.485-1.236.698c-1.106.426-2.667.7-4.417.7s-3.311-.274-4.417-.7c-.554-.213-.969-.455-1.236-.698S4%2016.156%204%2016s.08-.36.347-.603s.682-.485%201.236-.698a8%208%200%200%201%20.712-.235a22%2022%200%200%201-.715-.826a9%209%200%200%200-.356.128c-.621.239-1.159.536-1.55.891C3.284%2015.012%203%2015.466%203%2016c0%20.535.284.988.674%201.343s.929.652%201.55.892C6.471%2018.715%208.16%2019%2010%2019s3.529-.286%204.776-.765c.621-.24%201.159-.537%201.55-.892c.39-.355.674-.808.674-1.343s-.284-.988-.674-1.343s-.929-.652-1.55-.891a9%209%200%200%200-.356-.128%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/location-ripple-20-filled.svg?color=%231a73e8&size=48