location ripple icon
location-ripple-12-filled from Fluent UI System Icons by Microsoft Corporation · 12 Filled · MIT Free for personal and commercial use.
- Name
- location-ripple-12-filled
- Set
- Fluent UI System Icons
- Style
- 12 Filled
- Viewbox
- 12×12
- 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 12 12"><path fill="currentColor" d="M6 1a3.5 3.5 0 0 0-3.5 3.5c0 .77.408 1.568.865 2.238c.469.687 1.048 1.323 1.503 1.781a1.583 1.583 0 0 0 2.264 0c.455-.458 1.034-1.094 1.503-1.781c.457-.67.865-1.469.865-2.238A3.5 3.5 0 0 0 6 1m1 3.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0M2.42 8.065c.122-.125.267-.236.427-.336c.21.277.43.54.643.782a1.5 1.5 0 0 0-.36.256C3.017 8.884 3 8.962 3 9s.016.116.13.233c.118.118.312.248.592.368C4.28 9.84 5.085 10 6 10s1.72-.16 2.278-.399c.28-.12.474-.25.591-.368C8.984 9.116 9 9.038 9 9s-.016-.116-.13-.233q-.122-.125-.36-.256c.214-.241.433-.505.643-.782q.242.15.428.336c.239.242.419.559.419.935s-.18.693-.42.935c-.236.24-.554.434-.908.585c-.71.304-1.654.48-2.672.48s-1.963-.176-2.672-.48c-.354-.151-.672-.345-.909-.585C2.18 9.693 2 9.376 2 9s.18-.693.42-.935"/></svg>
React
import type { SVGProps } from "react";
export function FluentLocationRipple12Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6 1a3.5 3.5 0 0 0-3.5 3.5c0 .77.408 1.568.865 2.238c.469.687 1.048 1.323 1.503 1.781a1.583 1.583 0 0 0 2.264 0c.455-.458 1.034-1.094 1.503-1.781c.457-.67.865-1.469.865-2.238A3.5 3.5 0 0 0 6 1m1 3.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0M2.42 8.065c.122-.125.267-.236.427-.336c.21.277.43.54.643.782a1.5 1.5 0 0 0-.36.256C3.017 8.884 3 8.962 3 9s.016.116.13.233c.118.118.312.248.592.368C4.28 9.84 5.085 10 6 10s1.72-.16 2.278-.399c.28-.12.474-.25.591-.368C8.984 9.116 9 9.038 9 9s-.016-.116-.13-.233q-.122-.125-.36-.256c.214-.241.433-.505.643-.782q.242.15.428.336c.239.242.419.559.419.935s-.18.693-.42.935c-.236.24-.554.434-.908.585c-.71.304-1.654.48-2.672.48s-1.963-.176-2.672-.48c-.354-.151-.672-.345-.909-.585C2.18 9.693 2 9.376 2 9s.18-.693.42-.935"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6 1a3.5 3.5 0 0 0-3.5 3.5c0 .77.408 1.568.865 2.238c.469.687 1.048 1.323 1.503 1.781a1.583 1.583 0 0 0 2.264 0c.455-.458 1.034-1.094 1.503-1.781c.457-.67.865-1.469.865-2.238A3.5 3.5 0 0 0 6 1m1 3.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0M2.42 8.065c.122-.125.267-.236.427-.336c.21.277.43.54.643.782a1.5 1.5 0 0 0-.36.256C3.017 8.884 3 8.962 3 9s.016.116.13.233c.118.118.312.248.592.368C4.28 9.84 5.085 10 6 10s1.72-.16 2.278-.399c.28-.12.474-.25.591-.368C8.984 9.116 9 9.038 9 9s-.016-.116-.13-.233q-.122-.125-.36-.256c.214-.241.433-.505.643-.782q.242.15.428.336c.239.242.419.559.419.935s-.18.693-.42.935c-.236.24-.554.434-.908.585c-.71.304-1.654.48-2.672.48s-1.963-.176-2.672-.48c-.354-.151-.672-.345-.909-.585C2.18 9.693 2 9.376 2 9s.18-.693.42-.935"/></svg> </template>
CSS
.icon-location-ripple-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%201a3.5%203.5%200%200%200-3.5%203.5c0%20.77.408%201.568.865%202.238c.469.687%201.048%201.323%201.503%201.781a1.583%201.583%200%200%200%202.264%200c.455-.458%201.034-1.094%201.503-1.781c.457-.67.865-1.469.865-2.238A3.5%203.5%200%200%200%206%201m1%203.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200M2.42%208.065c.122-.125.267-.236.427-.336c.21.277.43.54.643.782a1.5%201.5%200%200%200-.36.256C3.017%208.884%203%208.962%203%209s.016.116.13.233c.118.118.312.248.592.368C4.28%209.84%205.085%2010%206%2010s1.72-.16%202.278-.399c.28-.12.474-.25.591-.368C8.984%209.116%209%209.038%209%209s-.016-.116-.13-.233q-.122-.125-.36-.256c.214-.241.433-.505.643-.782q.242.15.428.336c.239.242.419.559.419.935s-.18.693-.42.935c-.236.24-.554.434-.908.585c-.71.304-1.654.48-2.672.48s-1.963-.176-2.672-.48c-.354-.151-.672-.345-.909-.585C2.18%209.693%202%209.376%202%209s.18-.693.42-.935%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%201a3.5%203.5%200%200%200-3.5%203.5c0%20.77.408%201.568.865%202.238c.469.687%201.048%201.323%201.503%201.781a1.583%201.583%200%200%200%202.264%200c.455-.458%201.034-1.094%201.503-1.781c.457-.67.865-1.469.865-2.238A3.5%203.5%200%200%200%206%201m1%203.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200M2.42%208.065c.122-.125.267-.236.427-.336c.21.277.43.54.643.782a1.5%201.5%200%200%200-.36.256C3.017%208.884%203%208.962%203%209s.016.116.13.233c.118.118.312.248.592.368C4.28%209.84%205.085%2010%206%2010s1.72-.16%202.278-.399c.28-.12.474-.25.591-.368C8.984%209.116%209%209.038%209%209s-.016-.116-.13-.233q-.122-.125-.36-.256c.214-.241.433-.505.643-.782q.242.15.428.336c.239.242.419.559.419.935s-.18.693-.42.935c-.236.24-.554.434-.908.585c-.71.304-1.654.48-2.672.48s-1.963-.176-2.672-.48c-.354-.151-.672-.345-.909-.585C2.18%209.693%202%209.376%202%209s.18-.693.42-.935%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/location-ripple-12-filled.svg?color=%231a73e8&size=48