round share arrival time icon
round-share-arrival-time from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- round-share-arrival-time
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
More maps icons from Google Material Icons
baseline-360baseline-add-businessbaseline-add-locationbaseline-add-location-altbaseline-add-roadbaseline-agriculturebaseline-airline-stopsbaseline-airlinesbaseline-alt-routebaseline-atmbaseline-attractionsbaseline-badgebaseline-bakery-diningbaseline-beenherebaseline-bike-scooterbaseline-breakfast-diningbaseline-brunch-diningbaseline-bus-alertbaseline-car-crashbaseline-car-rentalbaseline-car-repairbaseline-castlebaseline-categorybaseline-celebration
Use the round share arrival time icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 4c-4.42 0-8 3.58-8 8s3.58 8 8 8s8-3.58 8-8s-3.58-8-8-8m3.11 11.11a.99.99 0 0 1-1.39 0l-2.14-2.14c-.37-.37-.58-.88-.58-1.41V9c0-.57.48-1.04 1.07-1c.53.04.93.5.93 1.03v2.58l2.11 2.11a.99.99 0 0 1 0 1.39m9.79 1.79c-.38-.38-.4-.91-.11-1.3c.76-1 1.2-2.25 1.2-3.6s-.45-2.6-1.2-3.6c-.3-.39-.27-.93.11-1.3a.99.99 0 0 1 1.48.09C23.4 8.52 24 10.19 24 12s-.6 3.48-1.62 4.82c-.36.47-1.06.5-1.48.08m-2.52-2.52c-.36-.36-.37-.83-.16-1.23c.18-.34.28-.74.28-1.15s-.1-.81-.28-1.15c-.21-.4-.18-.89.14-1.21c.49-.49 1.26-.38 1.58.19c.36.64.56 1.39.56 2.17s-.2 1.53-.56 2.17c-.31.57-1.1.67-1.56.21"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundShareArrivalTime(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="M8 4c-4.42 0-8 3.58-8 8s3.58 8 8 8s8-3.58 8-8s-3.58-8-8-8m3.11 11.11a.99.99 0 0 1-1.39 0l-2.14-2.14c-.37-.37-.58-.88-.58-1.41V9c0-.57.48-1.04 1.07-1c.53.04.93.5.93 1.03v2.58l2.11 2.11a.99.99 0 0 1 0 1.39m9.79 1.79c-.38-.38-.4-.91-.11-1.3c.76-1 1.2-2.25 1.2-3.6s-.45-2.6-1.2-3.6c-.3-.39-.27-.93.11-1.3a.99.99 0 0 1 1.48.09C23.4 8.52 24 10.19 24 12s-.6 3.48-1.62 4.82c-.36.47-1.06.5-1.48.08m-2.52-2.52c-.36-.36-.37-.83-.16-1.23c.18-.34.28-.74.28-1.15s-.1-.81-.28-1.15c-.21-.4-.18-.89.14-1.21c.49-.49 1.26-.38 1.58.19c.36.64.56 1.39.56 2.17s-.2 1.53-.56 2.17c-.31.57-1.1.67-1.56.21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 4c-4.42 0-8 3.58-8 8s3.58 8 8 8s8-3.58 8-8s-3.58-8-8-8m3.11 11.11a.99.99 0 0 1-1.39 0l-2.14-2.14c-.37-.37-.58-.88-.58-1.41V9c0-.57.48-1.04 1.07-1c.53.04.93.5.93 1.03v2.58l2.11 2.11a.99.99 0 0 1 0 1.39m9.79 1.79c-.38-.38-.4-.91-.11-1.3c.76-1 1.2-2.25 1.2-3.6s-.45-2.6-1.2-3.6c-.3-.39-.27-.93.11-1.3a.99.99 0 0 1 1.48.09C23.4 8.52 24 10.19 24 12s-.6 3.48-1.62 4.82c-.36.47-1.06.5-1.48.08m-2.52-2.52c-.36-.36-.37-.83-.16-1.23c.18-.34.28-.74.28-1.15s-.1-.81-.28-1.15c-.21-.4-.18-.89.14-1.21c.49-.49 1.26-.38 1.58.19c.36.64.56 1.39.56 2.17s-.2 1.53-.56 2.17c-.31.57-1.1.67-1.56.21"/></svg> </template>
CSS
.icon-round-share-arrival-time {
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%22M8%204c-4.42%200-8%203.58-8%208s3.58%208%208%208s8-3.58%208-8s-3.58-8-8-8m3.11%2011.11a.99.99%200%200%201-1.39%200l-2.14-2.14c-.37-.37-.58-.88-.58-1.41V9c0-.57.48-1.04%201.07-1c.53.04.93.5.93%201.03v2.58l2.11%202.11a.99.99%200%200%201%200%201.39m9.79%201.79c-.38-.38-.4-.91-.11-1.3c.76-1%201.2-2.25%201.2-3.6s-.45-2.6-1.2-3.6c-.3-.39-.27-.93.11-1.3a.99.99%200%200%201%201.48.09C23.4%208.52%2024%2010.19%2024%2012s-.6%203.48-1.62%204.82c-.36.47-1.06.5-1.48.08m-2.52-2.52c-.36-.36-.37-.83-.16-1.23c.18-.34.28-.74.28-1.15s-.1-.81-.28-1.15c-.21-.4-.18-.89.14-1.21c.49-.49%201.26-.38%201.58.19c.36.64.56%201.39.56%202.17s-.2%201.53-.56%202.17c-.31.57-1.1.67-1.56.21%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%22M8%204c-4.42%200-8%203.58-8%208s3.58%208%208%208s8-3.58%208-8s-3.58-8-8-8m3.11%2011.11a.99.99%200%200%201-1.39%200l-2.14-2.14c-.37-.37-.58-.88-.58-1.41V9c0-.57.48-1.04%201.07-1c.53.04.93.5.93%201.03v2.58l2.11%202.11a.99.99%200%200%201%200%201.39m9.79%201.79c-.38-.38-.4-.91-.11-1.3c.76-1%201.2-2.25%201.2-3.6s-.45-2.6-1.2-3.6c-.3-.39-.27-.93.11-1.3a.99.99%200%200%201%201.48.09C23.4%208.52%2024%2010.19%2024%2012s-.6%203.48-1.62%204.82c-.36.47-1.06.5-1.48.08m-2.52-2.52c-.36-.36-.37-.83-.16-1.23c.18-.34.28-.74.28-1.15s-.1-.81-.28-1.15c-.21-.4-.18-.89.14-1.21c.49-.49%201.26-.38%201.58.19c.36.64.56%201.39.56%202.17s-.2%201.53-.56%202.17c-.31.57-1.1.67-1.56.21%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-share-arrival-time.svg?color=%231a73e8&size=48