round transfer within a station icon
round-transfer-within-a-station from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- round-transfer-within-a-station
- 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 transfer within a station icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 15.5h-5.52v-.77c0-.36-.44-.54-.69-.29l-1.51 1.52c-.16.16-.16.41 0 .57l1.51 1.52c.26.26.69.08.69-.29V17H22zm-.28 4.71l-1.51-1.52a.402.402 0 0 0-.69.29v.77H14v1.5h5.52v.77c0 .36.44.54.69.29l1.51-1.52a.41.41 0 0 0 0-.58M9.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2M5.75 8.9L3.23 21.81c-.12.62.35 1.19.98 1.19h.09c.47 0 .88-.33.98-.79L6.85 15L9 17v5c0 .55.45 1 1 1s1-.45 1-1v-5.72c0-.53-.21-1.04-.59-1.41L8.95 13.4l.6-3a6.97 6.97 0 0 0 4.31 2.51c.6.1 1.14-.39 1.14-1c0-.49-.36-.9-.84-.98a5.14 5.14 0 0 1-3.51-2.38l-.95-1.6C9.35 6.35 8.7 6 8 6q-.375 0-.75.15L3.24 7.79C2.49 8.1 2 8.83 2 9.64V12c0 .55.45 1 1 1s1-.45 1-1V9.65z"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundTransferWithinAStation(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="M22 15.5h-5.52v-.77c0-.36-.44-.54-.69-.29l-1.51 1.52c-.16.16-.16.41 0 .57l1.51 1.52c.26.26.69.08.69-.29V17H22zm-.28 4.71l-1.51-1.52a.402.402 0 0 0-.69.29v.77H14v1.5h5.52v.77c0 .36.44.54.69.29l1.51-1.52a.41.41 0 0 0 0-.58M9.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2M5.75 8.9L3.23 21.81c-.12.62.35 1.19.98 1.19h.09c.47 0 .88-.33.98-.79L6.85 15L9 17v5c0 .55.45 1 1 1s1-.45 1-1v-5.72c0-.53-.21-1.04-.59-1.41L8.95 13.4l.6-3a6.97 6.97 0 0 0 4.31 2.51c.6.1 1.14-.39 1.14-1c0-.49-.36-.9-.84-.98a5.14 5.14 0 0 1-3.51-2.38l-.95-1.6C9.35 6.35 8.7 6 8 6q-.375 0-.75.15L3.24 7.79C2.49 8.1 2 8.83 2 9.64V12c0 .55.45 1 1 1s1-.45 1-1V9.65z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 15.5h-5.52v-.77c0-.36-.44-.54-.69-.29l-1.51 1.52c-.16.16-.16.41 0 .57l1.51 1.52c.26.26.69.08.69-.29V17H22zm-.28 4.71l-1.51-1.52a.402.402 0 0 0-.69.29v.77H14v1.5h5.52v.77c0 .36.44.54.69.29l1.51-1.52a.41.41 0 0 0 0-.58M9.5 5.5c1.1 0 2-.9 2-2s-.9-2-2-2s-2 .9-2 2s.9 2 2 2M5.75 8.9L3.23 21.81c-.12.62.35 1.19.98 1.19h.09c.47 0 .88-.33.98-.79L6.85 15L9 17v5c0 .55.45 1 1 1s1-.45 1-1v-5.72c0-.53-.21-1.04-.59-1.41L8.95 13.4l.6-3a6.97 6.97 0 0 0 4.31 2.51c.6.1 1.14-.39 1.14-1c0-.49-.36-.9-.84-.98a5.14 5.14 0 0 1-3.51-2.38l-.95-1.6C9.35 6.35 8.7 6 8 6q-.375 0-.75.15L3.24 7.79C2.49 8.1 2 8.83 2 9.64V12c0 .55.45 1 1 1s1-.45 1-1V9.65z"/></svg> </template>
CSS
.icon-round-transfer-within-a-station {
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%22M22%2015.5h-5.52v-.77c0-.36-.44-.54-.69-.29l-1.51%201.52c-.16.16-.16.41%200%20.57l1.51%201.52c.26.26.69.08.69-.29V17H22zm-.28%204.71l-1.51-1.52a.402.402%200%200%200-.69.29v.77H14v1.5h5.52v.77c0%20.36.44.54.69.29l1.51-1.52a.41.41%200%200%200%200-.58M9.5%205.5c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202s.9%202%202%202M5.75%208.9L3.23%2021.81c-.12.62.35%201.19.98%201.19h.09c.47%200%20.88-.33.98-.79L6.85%2015L9%2017v5c0%20.55.45%201%201%201s1-.45%201-1v-5.72c0-.53-.21-1.04-.59-1.41L8.95%2013.4l.6-3a6.97%206.97%200%200%200%204.31%202.51c.6.1%201.14-.39%201.14-1c0-.49-.36-.9-.84-.98a5.14%205.14%200%200%201-3.51-2.38l-.95-1.6C9.35%206.35%208.7%206%208%206q-.375%200-.75.15L3.24%207.79C2.49%208.1%202%208.83%202%209.64V12c0%20.55.45%201%201%201s1-.45%201-1V9.65z%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%22M22%2015.5h-5.52v-.77c0-.36-.44-.54-.69-.29l-1.51%201.52c-.16.16-.16.41%200%20.57l1.51%201.52c.26.26.69.08.69-.29V17H22zm-.28%204.71l-1.51-1.52a.402.402%200%200%200-.69.29v.77H14v1.5h5.52v.77c0%20.36.44.54.69.29l1.51-1.52a.41.41%200%200%200%200-.58M9.5%205.5c1.1%200%202-.9%202-2s-.9-2-2-2s-2%20.9-2%202s.9%202%202%202M5.75%208.9L3.23%2021.81c-.12.62.35%201.19.98%201.19h.09c.47%200%20.88-.33.98-.79L6.85%2015L9%2017v5c0%20.55.45%201%201%201s1-.45%201-1v-5.72c0-.53-.21-1.04-.59-1.41L8.95%2013.4l.6-3a6.97%206.97%200%200%200%204.31%202.51c.6.1%201.14-.39%201.14-1c0-.49-.36-.9-.84-.98a5.14%205.14%200%200%201-3.51-2.38l-.95-1.6C9.35%206.35%208.7%206%208%206q-.375%200-.75.15L3.24%207.79C2.49%208.1%202%208.83%202%209.64V12c0%20.55.45%201%201%201s1-.45%201-1V9.65z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-transfer-within-a-station.svg?color=%231a73e8&size=48