location ripple icon
location-ripple-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- location-ripple-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M12 3.5a6 6 0 0 0-6 6c0 1.414.802 2.947 1.943 4.384c1.124 1.416 2.489 2.629 3.425 3.389a.99.99 0 0 0 1.264 0c.936-.76 2.301-1.973 3.425-3.39C17.2 12.448 18 10.915 18 9.5a6 6 0 0 0-6-6m-7.5 6a7.5 7.5 0 1 1 15 0c0 1.932-1.064 3.8-2.268 5.316c-1.22 1.537-2.678 2.829-3.655 3.622c-.926.75-2.228.75-3.154 0c-.977-.793-2.435-2.085-3.655-3.622C5.564 13.301 4.5 11.432 4.5 9.5M12 8a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M9 9.5a3 3 0 1 1 6 0a3 3 0 0 1-6 0m8.682 6.346c-.364.433-.74.842-1.114 1.224q.535.15.99.33c.696.273 1.207.58 1.532.884c.325.302.41.544.41.716s-.085.414-.41.716c-.325.303-.836.61-1.531.884c-1.386.546-3.35.9-5.559.9s-4.173-.354-5.559-.9c-.695-.274-1.206-.581-1.532-.884c-.324-.302-.409-.544-.409-.716s.085-.414.41-.716c.325-.303.836-.61 1.531-.884q.457-.18.99-.33c-.373-.382-.75-.791-1.113-1.224q-.219.077-.427.158c-.798.314-1.494.707-2.004 1.182C3.377 17.662 3 18.274 3 19s.376 1.338.887 1.814c.51.474 1.206.867 2.004 1.182C7.492 22.626 9.652 23 12 23s4.508-.374 6.108-1.004c.799-.315 1.495-.708 2.005-1.182c.51-.476.887-1.088.887-1.814s-.376-1.338-.887-1.814c-.51-.475-1.206-.868-2.005-1.182q-.207-.082-.426-.158"/></svg>
React
import type { SVGProps } from "react";
export function FluentLocationRipple24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3.5a6 6 0 0 0-6 6c0 1.414.802 2.947 1.943 4.384c1.124 1.416 2.489 2.629 3.425 3.389a.99.99 0 0 0 1.264 0c.936-.76 2.301-1.973 3.425-3.39C17.2 12.448 18 10.915 18 9.5a6 6 0 0 0-6-6m-7.5 6a7.5 7.5 0 1 1 15 0c0 1.932-1.064 3.8-2.268 5.316c-1.22 1.537-2.678 2.829-3.655 3.622c-.926.75-2.228.75-3.154 0c-.977-.793-2.435-2.085-3.655-3.622C5.564 13.301 4.5 11.432 4.5 9.5M12 8a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M9 9.5a3 3 0 1 1 6 0a3 3 0 0 1-6 0m8.682 6.346c-.364.433-.74.842-1.114 1.224q.535.15.99.33c.696.273 1.207.58 1.532.884c.325.302.41.544.41.716s-.085.414-.41.716c-.325.303-.836.61-1.531.884c-1.386.546-3.35.9-5.559.9s-4.173-.354-5.559-.9c-.695-.274-1.206-.581-1.532-.884c-.324-.302-.409-.544-.409-.716s.085-.414.41-.716c.325-.303.836-.61 1.531-.884q.457-.18.99-.33c-.373-.382-.75-.791-1.113-1.224q-.219.077-.427.158c-.798.314-1.494.707-2.004 1.182C3.377 17.662 3 18.274 3 19s.376 1.338.887 1.814c.51.474 1.206.867 2.004 1.182C7.492 22.626 9.652 23 12 23s4.508-.374 6.108-1.004c.799-.315 1.495-.708 2.005-1.182c.51-.476.887-1.088.887-1.814s-.376-1.338-.887-1.814c-.51-.475-1.206-.868-2.005-1.182q-.207-.082-.426-.158"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3.5a6 6 0 0 0-6 6c0 1.414.802 2.947 1.943 4.384c1.124 1.416 2.489 2.629 3.425 3.389a.99.99 0 0 0 1.264 0c.936-.76 2.301-1.973 3.425-3.39C17.2 12.448 18 10.915 18 9.5a6 6 0 0 0-6-6m-7.5 6a7.5 7.5 0 1 1 15 0c0 1.932-1.064 3.8-2.268 5.316c-1.22 1.537-2.678 2.829-3.655 3.622c-.926.75-2.228.75-3.154 0c-.977-.793-2.435-2.085-3.655-3.622C5.564 13.301 4.5 11.432 4.5 9.5M12 8a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M9 9.5a3 3 0 1 1 6 0a3 3 0 0 1-6 0m8.682 6.346c-.364.433-.74.842-1.114 1.224q.535.15.99.33c.696.273 1.207.58 1.532.884c.325.302.41.544.41.716s-.085.414-.41.716c-.325.303-.836.61-1.531.884c-1.386.546-3.35.9-5.559.9s-4.173-.354-5.559-.9c-.695-.274-1.206-.581-1.532-.884c-.324-.302-.409-.544-.409-.716s.085-.414.41-.716c.325-.303.836-.61 1.531-.884q.457-.18.99-.33c-.373-.382-.75-.791-1.113-1.224q-.219.077-.427.158c-.798.314-1.494.707-2.004 1.182C3.377 17.662 3 18.274 3 19s.376 1.338.887 1.814c.51.474 1.206.867 2.004 1.182C7.492 22.626 9.652 23 12 23s4.508-.374 6.108-1.004c.799-.315 1.495-.708 2.005-1.182c.51-.476.887-1.088.887-1.814s-.376-1.338-.887-1.814c-.51-.475-1.206-.868-2.005-1.182q-.207-.082-.426-.158"/></svg> </template>
CSS
.icon-location-ripple-24-regular {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203.5a6%206%200%200%200-6%206c0%201.414.802%202.947%201.943%204.384c1.124%201.416%202.489%202.629%203.425%203.389a.99.99%200%200%200%201.264%200c.936-.76%202.301-1.973%203.425-3.39C17.2%2012.448%2018%2010.915%2018%209.5a6%206%200%200%200-6-6m-7.5%206a7.5%207.5%200%201%201%2015%200c0%201.932-1.064%203.8-2.268%205.316c-1.22%201.537-2.678%202.829-3.655%203.622c-.926.75-2.228.75-3.154%200c-.977-.793-2.435-2.085-3.655-3.622C5.564%2013.301%204.5%2011.432%204.5%209.5M12%208a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M9%209.5a3%203%200%201%201%206%200a3%203%200%200%201-6%200m8.682%206.346c-.364.433-.74.842-1.114%201.224q.535.15.99.33c.696.273%201.207.58%201.532.884c.325.302.41.544.41.716s-.085.414-.41.716c-.325.303-.836.61-1.531.884c-1.386.546-3.35.9-5.559.9s-4.173-.354-5.559-.9c-.695-.274-1.206-.581-1.532-.884c-.324-.302-.409-.544-.409-.716s.085-.414.41-.716c.325-.303.836-.61%201.531-.884q.457-.18.99-.33c-.373-.382-.75-.791-1.113-1.224q-.219.077-.427.158c-.798.314-1.494.707-2.004%201.182C3.377%2017.662%203%2018.274%203%2019s.376%201.338.887%201.814c.51.474%201.206.867%202.004%201.182C7.492%2022.626%209.652%2023%2012%2023s4.508-.374%206.108-1.004c.799-.315%201.495-.708%202.005-1.182c.51-.476.887-1.088.887-1.814s-.376-1.338-.887-1.814c-.51-.475-1.206-.868-2.005-1.182q-.207-.082-.426-.158%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203.5a6%206%200%200%200-6%206c0%201.414.802%202.947%201.943%204.384c1.124%201.416%202.489%202.629%203.425%203.389a.99.99%200%200%200%201.264%200c.936-.76%202.301-1.973%203.425-3.39C17.2%2012.448%2018%2010.915%2018%209.5a6%206%200%200%200-6-6m-7.5%206a7.5%207.5%200%201%201%2015%200c0%201.932-1.064%203.8-2.268%205.316c-1.22%201.537-2.678%202.829-3.655%203.622c-.926.75-2.228.75-3.154%200c-.977-.793-2.435-2.085-3.655-3.622C5.564%2013.301%204.5%2011.432%204.5%209.5M12%208a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M9%209.5a3%203%200%201%201%206%200a3%203%200%200%201-6%200m8.682%206.346c-.364.433-.74.842-1.114%201.224q.535.15.99.33c.696.273%201.207.58%201.532.884c.325.302.41.544.41.716s-.085.414-.41.716c-.325.303-.836.61-1.531.884c-1.386.546-3.35.9-5.559.9s-4.173-.354-5.559-.9c-.695-.274-1.206-.581-1.532-.884c-.324-.302-.409-.544-.409-.716s.085-.414.41-.716c.325-.303.836-.61%201.531-.884q.457-.18.99-.33c-.373-.382-.75-.791-1.113-1.224q-.219.077-.427.158c-.798.314-1.494.707-2.004%201.182C3.377%2017.662%203%2018.274%203%2019s.376%201.338.887%201.814c.51.474%201.206.867%202.004%201.182C7.492%2022.626%209.652%2023%2012%2023s4.508-.374%206.108-1.004c.799-.315%201.495-.708%202.005-1.182c.51-.476.887-1.088.887-1.814s-.376-1.338-.887-1.814c-.51-.475-1.206-.868-2.005-1.182q-.207-.082-.426-.158%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/location-ripple-24-regular.svg?color=%231a73e8&size=48