location ripple icon
location-ripple-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- location-ripple-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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 2a7.5 7.5 0 0 0-7.5 7.5c0 1.932 1.064 3.8 2.268 5.316c1.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.622C18.436 13.301 19.5 11.432 19.5 9.5A7.5 7.5 0 0 0 12 2m2.5 7.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m3.182 6.347c-.364.432-.74.842-1.114 1.223q.535.15.99.33c.696.274 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-.273-1.206-.58-1.532-.884c-.324-.302-.409-.544-.409-.716s.085-.414.41-.716c.325-.303.836-.61 1.531-.884q.457-.18.99-.33a22 22 0 0 1-1.113-1.223q-.219.075-.427.157c-.798.315-1.494.707-2.004 1.182C3.377 17.662 3 18.274 3 19s.376 1.338.887 1.814c.51.475 1.206.868 2.004 1.182C7.492 22.626 9.652 23 12 23s4.508-.373 6.108-1.004c.799-.314 1.495-.707 2.005-1.182c.51-.476.887-1.088.887-1.814s-.376-1.338-.887-1.814c-.51-.474-1.206-.867-2.005-1.182q-.207-.081-.426-.157"/></svg>
React
import type { SVGProps } from "react";
export function FluentLocationRipple24Filled(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 2a7.5 7.5 0 0 0-7.5 7.5c0 1.932 1.064 3.8 2.268 5.316c1.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.622C18.436 13.301 19.5 11.432 19.5 9.5A7.5 7.5 0 0 0 12 2m2.5 7.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m3.182 6.347c-.364.432-.74.842-1.114 1.223q.535.15.99.33c.696.274 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-.273-1.206-.58-1.532-.884c-.324-.302-.409-.544-.409-.716s.085-.414.41-.716c.325-.303.836-.61 1.531-.884q.457-.18.99-.33a22 22 0 0 1-1.113-1.223q-.219.075-.427.157c-.798.315-1.494.707-2.004 1.182C3.377 17.662 3 18.274 3 19s.376 1.338.887 1.814c.51.475 1.206.868 2.004 1.182C7.492 22.626 9.652 23 12 23s4.508-.373 6.108-1.004c.799-.314 1.495-.707 2.005-1.182c.51-.476.887-1.088.887-1.814s-.376-1.338-.887-1.814c-.51-.474-1.206-.867-2.005-1.182q-.207-.081-.426-.157"/></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 2a7.5 7.5 0 0 0-7.5 7.5c0 1.932 1.064 3.8 2.268 5.316c1.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.622C18.436 13.301 19.5 11.432 19.5 9.5A7.5 7.5 0 0 0 12 2m2.5 7.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m3.182 6.347c-.364.432-.74.842-1.114 1.223q.535.15.99.33c.696.274 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-.273-1.206-.58-1.532-.884c-.324-.302-.409-.544-.409-.716s.085-.414.41-.716c.325-.303.836-.61 1.531-.884q.457-.18.99-.33a22 22 0 0 1-1.113-1.223q-.219.075-.427.157c-.798.315-1.494.707-2.004 1.182C3.377 17.662 3 18.274 3 19s.376 1.338.887 1.814c.51.475 1.206.868 2.004 1.182C7.492 22.626 9.652 23 12 23s4.508-.373 6.108-1.004c.799-.314 1.495-.707 2.005-1.182c.51-.476.887-1.088.887-1.814s-.376-1.338-.887-1.814c-.51-.474-1.206-.867-2.005-1.182q-.207-.081-.426-.157"/></svg> </template>
CSS
.icon-location-ripple-24-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202a7.5%207.5%200%200%200-7.5%207.5c0%201.932%201.064%203.8%202.268%205.316c1.22%201.537%202.678%202.829%203.655%203.622c.926.75%202.228.75%203.154%200c.977-.793%202.435-2.085%203.655-3.622C18.436%2013.301%2019.5%2011.432%2019.5%209.5A7.5%207.5%200%200%200%2012%202m2.5%207.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m3.182%206.347c-.364.432-.74.842-1.114%201.223q.535.15.99.33c.696.274%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-.273-1.206-.58-1.532-.884c-.324-.302-.409-.544-.409-.716s.085-.414.41-.716c.325-.303.836-.61%201.531-.884q.457-.18.99-.33a22%2022%200%200%201-1.113-1.223q-.219.075-.427.157c-.798.315-1.494.707-2.004%201.182C3.377%2017.662%203%2018.274%203%2019s.376%201.338.887%201.814c.51.475%201.206.868%202.004%201.182C7.492%2022.626%209.652%2023%2012%2023s4.508-.373%206.108-1.004c.799-.314%201.495-.707%202.005-1.182c.51-.476.887-1.088.887-1.814s-.376-1.338-.887-1.814c-.51-.474-1.206-.867-2.005-1.182q-.207-.081-.426-.157%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%202a7.5%207.5%200%200%200-7.5%207.5c0%201.932%201.064%203.8%202.268%205.316c1.22%201.537%202.678%202.829%203.655%203.622c.926.75%202.228.75%203.154%200c.977-.793%202.435-2.085%203.655-3.622C18.436%2013.301%2019.5%2011.432%2019.5%209.5A7.5%207.5%200%200%200%2012%202m2.5%207.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200m3.182%206.347c-.364.432-.74.842-1.114%201.223q.535.15.99.33c.696.274%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-.273-1.206-.58-1.532-.884c-.324-.302-.409-.544-.409-.716s.085-.414.41-.716c.325-.303.836-.61%201.531-.884q.457-.18.99-.33a22%2022%200%200%201-1.113-1.223q-.219.075-.427.157c-.798.315-1.494.707-2.004%201.182C3.377%2017.662%203%2018.274%203%2019s.376%201.338.887%201.814c.51.475%201.206.868%202.004%201.182C7.492%2022.626%209.652%2023%2012%2023s4.508-.373%206.108-1.004c.799-.314%201.495-.707%202.005-1.182c.51-.476.887-1.088.887-1.814s-.376-1.338-.887-1.814c-.51-.474-1.206-.867-2.005-1.182q-.207-.081-.426-.157%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-filled.svg?color=%231a73e8&size=48