location-ripple-24 from Fluent UI System Color Icons by Microsoft Corporation · 24 · MIT Free for personal and commercial use.

Name
location-ripple-24
Set
Fluent UI System Color Icons
Style
24
Viewbox
24×24
License
MIT

2 other variants in Fluent UI System Color Icons

The same icon in other sets

Use the location ripple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVG5b4mGcbO)" d="M21 19c0 2.5-4.03 4-9 4s-9-1.5-9-4c0-2.406 4.03-4 9-4s9 1.5 9 4"/><path fill="url(#SVGfOKLrdNQ)" 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 2"/><path fill="url(#SVGOpCNSdas)" d="M14.5 9.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><defs><linearGradient id="SVGfOKLrdNQ" x1="1.219" x2="13.202" y1="-2.857" y2="16.549" gradientUnits="userSpaceOnUse"><stop stop-color="#f97dbd"/><stop offset="1" stop-color="#d7257d"/></linearGradient><linearGradient id="SVGOpCNSdas" x1="9.79" x2="12.394" y1="9.721" y2="12.428" gradientUnits="userSpaceOnUse"><stop stop-color="#fdfdfd"/><stop offset="1" stop-color="#fecbe6"/></linearGradient><radialGradient id="SVG5b4mGcbO" cx="0" cy="0" r="1" gradientTransform="rotate(-10.678 100.2 -51.93)scale(14.3921 6.38107)" gradientUnits="userSpaceOnUse"><stop stop-color="#7b7bff"/><stop offset=".502" stop-color="#a3a3ff"/><stop offset="1" stop-color="#ceb0ff"/></radialGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorLocationRipple24(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVG5b4mGcbO)" d="M21 19c0 2.5-4.03 4-9 4s-9-1.5-9-4c0-2.406 4.03-4 9-4s9 1.5 9 4"/><path fill="url(#SVGfOKLrdNQ)" 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 2"/><path fill="url(#SVGOpCNSdas)" d="M14.5 9.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><defs><linearGradient id="SVGfOKLrdNQ" x1="1.219" x2="13.202" y1="-2.857" y2="16.549" gradientUnits="userSpaceOnUse"><stop stopColor="#f97dbd"/><stop offset="1" stopColor="#d7257d"/></linearGradient><linearGradient id="SVGOpCNSdas" x1="9.79" x2="12.394" y1="9.721" y2="12.428" gradientUnits="userSpaceOnUse"><stop stopColor="#fdfdfd"/><stop offset="1" stopColor="#fecbe6"/></linearGradient><radialGradient id="SVG5b4mGcbO" cx="0" cy="0" r="1" gradientTransform="rotate(-10.678 100.2 -51.93)scale(14.3921 6.38107)" gradientUnits="userSpaceOnUse"><stop stopColor="#7b7bff"/><stop offset=".502" stopColor="#a3a3ff"/><stop offset="1" stopColor="#ceb0ff"/></radialGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVG5b4mGcbO)" d="M21 19c0 2.5-4.03 4-9 4s-9-1.5-9-4c0-2.406 4.03-4 9-4s9 1.5 9 4"/><path fill="url(#SVGfOKLrdNQ)" 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 2"/><path fill="url(#SVGOpCNSdas)" d="M14.5 9.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/><defs><linearGradient id="SVGfOKLrdNQ" x1="1.219" x2="13.202" y1="-2.857" y2="16.549" gradientUnits="userSpaceOnUse"><stop stop-color="#f97dbd"/><stop offset="1" stop-color="#d7257d"/></linearGradient><linearGradient id="SVGOpCNSdas" x1="9.79" x2="12.394" y1="9.721" y2="12.428" gradientUnits="userSpaceOnUse"><stop stop-color="#fdfdfd"/><stop offset="1" stop-color="#fecbe6"/></linearGradient><radialGradient id="SVG5b4mGcbO" cx="0" cy="0" r="1" gradientTransform="rotate(-10.678 100.2 -51.93)scale(14.3921 6.38107)" gradientUnits="userSpaceOnUse"><stop stop-color="#7b7bff"/><stop offset=".502" stop-color="#a3a3ff"/><stop offset="1" stop-color="#ceb0ff"/></radialGradient></defs></g></svg>
</template>

CSS

.icon-location-ripple-24 {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG5b4mGcbO)%22%20d%3D%22M21%2019c0%202.5-4.03%204-9%204s-9-1.5-9-4c0-2.406%204.03-4%209-4s9%201.5%209%204%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGfOKLrdNQ)%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%202%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGOpCNSdas)%22%20d%3D%22M14.5%209.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGfOKLrdNQ%22%20x1%3D%221.219%22%20x2%3D%2213.202%22%20y1%3D%22-2.857%22%20y2%3D%2216.549%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23f97dbd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d7257d%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGOpCNSdas%22%20x1%3D%229.79%22%20x2%3D%2212.394%22%20y1%3D%229.721%22%20y2%3D%2212.428%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fdfdfd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fecbe6%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVG5b4mGcbO%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(-10.678%20100.2%20-51.93)scale(14.3921%206.38107)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%237b7bff%22%2F%3E%3Cstop%20offset%3D%22.502%22%20stop-color%3D%22%23a3a3ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ceb0ff%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG5b4mGcbO)%22%20d%3D%22M21%2019c0%202.5-4.03%204-9%204s-9-1.5-9-4c0-2.406%204.03-4%209-4s9%201.5%209%204%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGfOKLrdNQ)%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%202%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGOpCNSdas)%22%20d%3D%22M14.5%209.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGfOKLrdNQ%22%20x1%3D%221.219%22%20x2%3D%2213.202%22%20y1%3D%22-2.857%22%20y2%3D%2216.549%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23f97dbd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d7257d%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGOpCNSdas%22%20x1%3D%229.79%22%20x2%3D%2212.394%22%20y1%3D%229.721%22%20y2%3D%2212.428%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fdfdfd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fecbe6%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVG5b4mGcbO%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(-10.678%20100.2%20-51.93)scale(14.3921%206.38107)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%237b7bff%22%2F%3E%3Cstop%20offset%3D%22.502%22%20stop-color%3D%22%23a3a3ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ceb0ff%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/location-ripple-24.svg?color=%231a73e8&size=48