round share location icon
round-share-location from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.
- Name
- round-share-location
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Device
- Viewbox
- 24×24
- License
- Apache 2.0
More device icons from Google Material Icons
baseline-1x-mobiledatabaseline-30fpsbaseline-3g-mobiledatabaseline-4g-mobiledatabaseline-4g-plus-mobiledatabaseline-60fpsbaseline-access-alarmbaseline-access-alarmsbaseline-access-timebaseline-access-time-filledbaseline-ad-unitsbaseline-add-alarmbaseline-add-to-home-screenbaseline-airbaseline-airplane-ticketbaseline-airplanemode-activebaseline-airplanemode-inactivebaseline-aodbaseline-battery-0-barbaseline-battery-1-barbaseline-battery-2-barbaseline-battery-20baseline-battery-3-barbaseline-battery-30
Use the round share location icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.02 20.77c0 .64.59 1.13 1.21.99c1.12-.26 2.18-.7 3.12-1.3c.53-.34.61-1.1.16-1.55c-.32-.32-.83-.4-1.21-.16c-.77.49-1.62.85-2.53 1.05c-.45.1-.75.51-.75.97M4.03 12c0-3.79 2.65-6.97 6.2-7.79c.44-.1.75-.51.75-.96c0-.64-.6-1.13-1.22-.98A9.985 9.985 0 0 0 2.03 12c0 4.74 3.3 8.71 7.73 9.74c.62.15 1.22-.34 1.22-.98c0-.46-.31-.86-.75-.96c-3.55-.83-6.2-4.01-6.2-7.8m16.76-1c.64 0 1.13-.59.99-1.21c-.26-1.12-.7-2.17-1.3-3.12c-.34-.54-1.1-.61-1.55-.16c-.32.32-.4.83-.15 1.21c.49.76.85 1.61 1.05 2.53c.09.45.5.75.96.75m-3.44-7.45c-.95-.6-2-1.04-3.12-1.3c-.62-.14-1.21.35-1.21.98c0 .45.3.87.74.96c.91.2 1.77.57 2.53 1.05c.39.24.89.17 1.21-.16a.972.972 0 0 0-.15-1.53m1.57 13.94c.45.45 1.21.38 1.55-.16c.6-.94 1.04-2 1.3-3.12c.14-.62-.35-1.21-.98-1.21c-.45 0-.87.3-.96.74c-.2.91-.57 1.77-1.05 2.53c-.26.39-.18.9.14 1.22"/><path fill="currentColor" d="M16 11.1C16 8.61 14.1 7 12 7s-4 1.61-4 4.1c0 1.51 1.1 3.28 3.31 5.3c.39.36.98.36 1.38 0C14.9 14.37 16 12.61 16 11.1m-4 .9a1.071 1.071 0 0 1 0-2.14A1.071 1.071 0 0 1 12 12"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundShareLocation(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="M13.02 20.77c0 .64.59 1.13 1.21.99c1.12-.26 2.18-.7 3.12-1.3c.53-.34.61-1.1.16-1.55c-.32-.32-.83-.4-1.21-.16c-.77.49-1.62.85-2.53 1.05c-.45.1-.75.51-.75.97M4.03 12c0-3.79 2.65-6.97 6.2-7.79c.44-.1.75-.51.75-.96c0-.64-.6-1.13-1.22-.98A9.985 9.985 0 0 0 2.03 12c0 4.74 3.3 8.71 7.73 9.74c.62.15 1.22-.34 1.22-.98c0-.46-.31-.86-.75-.96c-3.55-.83-6.2-4.01-6.2-7.8m16.76-1c.64 0 1.13-.59.99-1.21c-.26-1.12-.7-2.17-1.3-3.12c-.34-.54-1.1-.61-1.55-.16c-.32.32-.4.83-.15 1.21c.49.76.85 1.61 1.05 2.53c.09.45.5.75.96.75m-3.44-7.45c-.95-.6-2-1.04-3.12-1.3c-.62-.14-1.21.35-1.21.98c0 .45.3.87.74.96c.91.2 1.77.57 2.53 1.05c.39.24.89.17 1.21-.16a.972.972 0 0 0-.15-1.53m1.57 13.94c.45.45 1.21.38 1.55-.16c.6-.94 1.04-2 1.3-3.12c.14-.62-.35-1.21-.98-1.21c-.45 0-.87.3-.96.74c-.2.91-.57 1.77-1.05 2.53c-.26.39-.18.9.14 1.22"/><path fill="currentColor" d="M16 11.1C16 8.61 14.1 7 12 7s-4 1.61-4 4.1c0 1.51 1.1 3.28 3.31 5.3c.39.36.98.36 1.38 0C14.9 14.37 16 12.61 16 11.1m-4 .9a1.071 1.071 0 0 1 0-2.14A1.071 1.071 0 0 1 12 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.02 20.77c0 .64.59 1.13 1.21.99c1.12-.26 2.18-.7 3.12-1.3c.53-.34.61-1.1.16-1.55c-.32-.32-.83-.4-1.21-.16c-.77.49-1.62.85-2.53 1.05c-.45.1-.75.51-.75.97M4.03 12c0-3.79 2.65-6.97 6.2-7.79c.44-.1.75-.51.75-.96c0-.64-.6-1.13-1.22-.98A9.985 9.985 0 0 0 2.03 12c0 4.74 3.3 8.71 7.73 9.74c.62.15 1.22-.34 1.22-.98c0-.46-.31-.86-.75-.96c-3.55-.83-6.2-4.01-6.2-7.8m16.76-1c.64 0 1.13-.59.99-1.21c-.26-1.12-.7-2.17-1.3-3.12c-.34-.54-1.1-.61-1.55-.16c-.32.32-.4.83-.15 1.21c.49.76.85 1.61 1.05 2.53c.09.45.5.75.96.75m-3.44-7.45c-.95-.6-2-1.04-3.12-1.3c-.62-.14-1.21.35-1.21.98c0 .45.3.87.74.96c.91.2 1.77.57 2.53 1.05c.39.24.89.17 1.21-.16a.972.972 0 0 0-.15-1.53m1.57 13.94c.45.45 1.21.38 1.55-.16c.6-.94 1.04-2 1.3-3.12c.14-.62-.35-1.21-.98-1.21c-.45 0-.87.3-.96.74c-.2.91-.57 1.77-1.05 2.53c-.26.39-.18.9.14 1.22"/><path fill="currentColor" d="M16 11.1C16 8.61 14.1 7 12 7s-4 1.61-4 4.1c0 1.51 1.1 3.28 3.31 5.3c.39.36.98.36 1.38 0C14.9 14.37 16 12.61 16 11.1m-4 .9a1.071 1.071 0 0 1 0-2.14A1.071 1.071 0 0 1 12 12"/></svg> </template>
CSS
.icon-round-share-location {
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%22M13.02%2020.77c0%20.64.59%201.13%201.21.99c1.12-.26%202.18-.7%203.12-1.3c.53-.34.61-1.1.16-1.55c-.32-.32-.83-.4-1.21-.16c-.77.49-1.62.85-2.53%201.05c-.45.1-.75.51-.75.97M4.03%2012c0-3.79%202.65-6.97%206.2-7.79c.44-.1.75-.51.75-.96c0-.64-.6-1.13-1.22-.98A9.985%209.985%200%200%200%202.03%2012c0%204.74%203.3%208.71%207.73%209.74c.62.15%201.22-.34%201.22-.98c0-.46-.31-.86-.75-.96c-3.55-.83-6.2-4.01-6.2-7.8m16.76-1c.64%200%201.13-.59.99-1.21c-.26-1.12-.7-2.17-1.3-3.12c-.34-.54-1.1-.61-1.55-.16c-.32.32-.4.83-.15%201.21c.49.76.85%201.61%201.05%202.53c.09.45.5.75.96.75m-3.44-7.45c-.95-.6-2-1.04-3.12-1.3c-.62-.14-1.21.35-1.21.98c0%20.45.3.87.74.96c.91.2%201.77.57%202.53%201.05c.39.24.89.17%201.21-.16a.972.972%200%200%200-.15-1.53m1.57%2013.94c.45.45%201.21.38%201.55-.16c.6-.94%201.04-2%201.3-3.12c.14-.62-.35-1.21-.98-1.21c-.45%200-.87.3-.96.74c-.2.91-.57%201.77-1.05%202.53c-.26.39-.18.9.14%201.22%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2011.1C16%208.61%2014.1%207%2012%207s-4%201.61-4%204.1c0%201.51%201.1%203.28%203.31%205.3c.39.36.98.36%201.38%200C14.9%2014.37%2016%2012.61%2016%2011.1m-4%20.9a1.071%201.071%200%200%201%200-2.14A1.071%201.071%200%200%201%2012%2012%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%22M13.02%2020.77c0%20.64.59%201.13%201.21.99c1.12-.26%202.18-.7%203.12-1.3c.53-.34.61-1.1.16-1.55c-.32-.32-.83-.4-1.21-.16c-.77.49-1.62.85-2.53%201.05c-.45.1-.75.51-.75.97M4.03%2012c0-3.79%202.65-6.97%206.2-7.79c.44-.1.75-.51.75-.96c0-.64-.6-1.13-1.22-.98A9.985%209.985%200%200%200%202.03%2012c0%204.74%203.3%208.71%207.73%209.74c.62.15%201.22-.34%201.22-.98c0-.46-.31-.86-.75-.96c-3.55-.83-6.2-4.01-6.2-7.8m16.76-1c.64%200%201.13-.59.99-1.21c-.26-1.12-.7-2.17-1.3-3.12c-.34-.54-1.1-.61-1.55-.16c-.32.32-.4.83-.15%201.21c.49.76.85%201.61%201.05%202.53c.09.45.5.75.96.75m-3.44-7.45c-.95-.6-2-1.04-3.12-1.3c-.62-.14-1.21.35-1.21.98c0%20.45.3.87.74.96c.91.2%201.77.57%202.53%201.05c.39.24.89.17%201.21-.16a.972.972%200%200%200-.15-1.53m1.57%2013.94c.45.45%201.21.38%201.55-.16c.6-.94%201.04-2%201.3-3.12c.14-.62-.35-1.21-.98-1.21c-.45%200-.87.3-.96.74c-.2.91-.57%201.77-1.05%202.53c-.26.39-.18.9.14%201.22%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2011.1C16%208.61%2014.1%207%2012%207s-4%201.61-4%204.1c0%201.51%201.1%203.28%203.31%205.3c.39.36.98.36%201.38%200C14.9%2014.37%2016%2012.61%2016%2011.1m-4%20.9a1.071%201.071%200%200%201%200-2.14A1.071%201.071%200%200%201%2012%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-share-location.svg?color=%231a73e8&size=48