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

Name
location-ripple-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the location ripple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2a4 4 0 0 0-4 4c0 .808.483 1.793 1.203 2.785c.705.972 1.576 1.867 2.224 2.48c.327.31.819.31 1.146 0c.648-.613 1.519-1.508 2.224-2.48C11.518 7.793 12 6.808 12 6a4 4 0 0 0-4-4M3 6a5 5 0 0 1 10 0c0 1.144-.65 2.35-1.393 3.372c-.757 1.043-1.677 1.986-2.346 2.62a1.823 1.823 0 0 1-2.522 0c-.669-.634-1.589-1.577-2.346-2.62C3.651 8.35 3 7.144 3 6m6.5 0a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m2.445 4.575c-.233.29-.472.566-.707.827q.255.072.48.154c.466.17.808.359 1.024.545c.217.187.258.323.258.4c0 .075-.04.211-.258.398c-.216.186-.558.376-1.024.545C10.791 13.782 9.476 14 8 14s-2.79-.218-3.718-.556c-.466-.169-.808-.359-1.024-.545C3.041 12.712 3 12.576 3 12.5c0-.075.04-.212.258-.4c.216-.185.558-.375 1.024-.544q.225-.082.48-.154c-.235-.26-.474-.538-.707-.827l-.115.041c-.53.193-.993.434-1.334.726c-.339.292-.606.681-.606 1.158s.267.866.606 1.158c.34.293.805.534 1.334.726C5.003 14.771 6.439 15 8 15s2.997-.23 4.06-.616c.53-.192.993-.433 1.334-.726c.339-.292.606-.681.606-1.158s-.267-.866-.606-1.158c-.34-.292-.805-.534-1.334-.726z"/></svg>

React

import type { SVGProps } from "react";

export function FluentLocationRipple16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2a4 4 0 0 0-4 4c0 .808.483 1.793 1.203 2.785c.705.972 1.576 1.867 2.224 2.48c.327.31.819.31 1.146 0c.648-.613 1.519-1.508 2.224-2.48C11.518 7.793 12 6.808 12 6a4 4 0 0 0-4-4M3 6a5 5 0 0 1 10 0c0 1.144-.65 2.35-1.393 3.372c-.757 1.043-1.677 1.986-2.346 2.62a1.823 1.823 0 0 1-2.522 0c-.669-.634-1.589-1.577-2.346-2.62C3.651 8.35 3 7.144 3 6m6.5 0a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m2.445 4.575c-.233.29-.472.566-.707.827q.255.072.48.154c.466.17.808.359 1.024.545c.217.187.258.323.258.4c0 .075-.04.211-.258.398c-.216.186-.558.376-1.024.545C10.791 13.782 9.476 14 8 14s-2.79-.218-3.718-.556c-.466-.169-.808-.359-1.024-.545C3.041 12.712 3 12.576 3 12.5c0-.075.04-.212.258-.4c.216-.185.558-.375 1.024-.544q.225-.082.48-.154c-.235-.26-.474-.538-.707-.827l-.115.041c-.53.193-.993.434-1.334.726c-.339.292-.606.681-.606 1.158s.267.866.606 1.158c.34.293.805.534 1.334.726C5.003 14.771 6.439 15 8 15s2.997-.23 4.06-.616c.53-.192.993-.433 1.334-.726c.339-.292.606-.681.606-1.158s-.267-.866-.606-1.158c-.34-.292-.805-.534-1.334-.726z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2a4 4 0 0 0-4 4c0 .808.483 1.793 1.203 2.785c.705.972 1.576 1.867 2.224 2.48c.327.31.819.31 1.146 0c.648-.613 1.519-1.508 2.224-2.48C11.518 7.793 12 6.808 12 6a4 4 0 0 0-4-4M3 6a5 5 0 0 1 10 0c0 1.144-.65 2.35-1.393 3.372c-.757 1.043-1.677 1.986-2.346 2.62a1.823 1.823 0 0 1-2.522 0c-.669-.634-1.589-1.577-2.346-2.62C3.651 8.35 3 7.144 3 6m6.5 0a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m2.445 4.575c-.233.29-.472.566-.707.827q.255.072.48.154c.466.17.808.359 1.024.545c.217.187.258.323.258.4c0 .075-.04.211-.258.398c-.216.186-.558.376-1.024.545C10.791 13.782 9.476 14 8 14s-2.79-.218-3.718-.556c-.466-.169-.808-.359-1.024-.545C3.041 12.712 3 12.576 3 12.5c0-.075.04-.212.258-.4c.216-.185.558-.375 1.024-.544q.225-.082.48-.154c-.235-.26-.474-.538-.707-.827l-.115.041c-.53.193-.993.434-1.334.726c-.339.292-.606.681-.606 1.158s.267.866.606 1.158c.34.293.805.534 1.334.726C5.003 14.771 6.439 15 8 15s2.997-.23 4.06-.616c.53-.192.993-.433 1.334-.726c.339-.292.606-.681.606-1.158s-.267-.866-.606-1.158c-.34-.292-.805-.534-1.334-.726z"/></svg>
</template>

CSS

.icon-location-ripple-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%202a4%204%200%200%200-4%204c0%20.808.483%201.793%201.203%202.785c.705.972%201.576%201.867%202.224%202.48c.327.31.819.31%201.146%200c.648-.613%201.519-1.508%202.224-2.48C11.518%207.793%2012%206.808%2012%206a4%204%200%200%200-4-4M3%206a5%205%200%200%201%2010%200c0%201.144-.65%202.35-1.393%203.372c-.757%201.043-1.677%201.986-2.346%202.62a1.823%201.823%200%200%201-2.522%200c-.669-.634-1.589-1.577-2.346-2.62C3.651%208.35%203%207.144%203%206m6.5%200a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m2.445%204.575c-.233.29-.472.566-.707.827q.255.072.48.154c.466.17.808.359%201.024.545c.217.187.258.323.258.4c0%20.075-.04.211-.258.398c-.216.186-.558.376-1.024.545C10.791%2013.782%209.476%2014%208%2014s-2.79-.218-3.718-.556c-.466-.169-.808-.359-1.024-.545C3.041%2012.712%203%2012.576%203%2012.5c0-.075.04-.212.258-.4c.216-.185.558-.375%201.024-.544q.225-.082.48-.154c-.235-.26-.474-.538-.707-.827l-.115.041c-.53.193-.993.434-1.334.726c-.339.292-.606.681-.606%201.158s.267.866.606%201.158c.34.293.805.534%201.334.726C5.003%2014.771%206.439%2015%208%2015s2.997-.23%204.06-.616c.53-.192.993-.433%201.334-.726c.339-.292.606-.681.606-1.158s-.267-.866-.606-1.158c-.34-.292-.805-.534-1.334-.726z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%202a4%204%200%200%200-4%204c0%20.808.483%201.793%201.203%202.785c.705.972%201.576%201.867%202.224%202.48c.327.31.819.31%201.146%200c.648-.613%201.519-1.508%202.224-2.48C11.518%207.793%2012%206.808%2012%206a4%204%200%200%200-4-4M3%206a5%205%200%200%201%2010%200c0%201.144-.65%202.35-1.393%203.372c-.757%201.043-1.677%201.986-2.346%202.62a1.823%201.823%200%200%201-2.522%200c-.669-.634-1.589-1.577-2.346-2.62C3.651%208.35%203%207.144%203%206m6.5%200a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m2.445%204.575c-.233.29-.472.566-.707.827q.255.072.48.154c.466.17.808.359%201.024.545c.217.187.258.323.258.4c0%20.075-.04.211-.258.398c-.216.186-.558.376-1.024.545C10.791%2013.782%209.476%2014%208%2014s-2.79-.218-3.718-.556c-.466-.169-.808-.359-1.024-.545C3.041%2012.712%203%2012.576%203%2012.5c0-.075.04-.212.258-.4c.216-.185.558-.375%201.024-.544q.225-.082.48-.154c-.235-.26-.474-.538-.707-.827l-.115.041c-.53.193-.993.434-1.334.726c-.339.292-.606.681-.606%201.158s.267.866.606%201.158c.34.293.805.534%201.334.726C5.003%2014.771%206.439%2015%208%2015s2.997-.23%204.06-.616c.53-.192.993-.433%201.334-.726c.339-.292.606-.681.606-1.158s-.267-.866-.606-1.158c-.34-.292-.805-.534-1.334-.726z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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