roundabout left icon

roundabout-left from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
roundabout-left
Set
Material Symbols
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
roundabout-left-outline

2 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

Use the roundabout left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 21v-6.1q0-.725.475-1.275t1.2-.675q1.45-.25 2.388-1.362T20 9q0-1.65-1.175-2.825T16 5q-1.475 0-2.588.938T12.05 8.325q-.125.725-.675 1.2T10.1 10H5.825l1.6 1.6L6 13L2 9l4-4l1.4 1.4L5.825 8h4.25q.35-2.2 2.038-3.6T16 3q2.5 0 4.25 1.75T22 9q0 2.2-1.4 3.888T17 14.924V21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRoundaboutLeft(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="M15 21v-6.1q0-.725.475-1.275t1.2-.675q1.45-.25 2.388-1.362T20 9q0-1.65-1.175-2.825T16 5q-1.475 0-2.588.938T12.05 8.325q-.125.725-.675 1.2T10.1 10H5.825l1.6 1.6L6 13L2 9l4-4l1.4 1.4L5.825 8h4.25q.35-2.2 2.038-3.6T16 3q2.5 0 4.25 1.75T22 9q0 2.2-1.4 3.888T17 14.924V21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 21v-6.1q0-.725.475-1.275t1.2-.675q1.45-.25 2.388-1.362T20 9q0-1.65-1.175-2.825T16 5q-1.475 0-2.588.938T12.05 8.325q-.125.725-.675 1.2T10.1 10H5.825l1.6 1.6L6 13L2 9l4-4l1.4 1.4L5.825 8h4.25q.35-2.2 2.038-3.6T16 3q2.5 0 4.25 1.75T22 9q0 2.2-1.4 3.888T17 14.924V21z"/></svg>
</template>

CSS

.icon-roundabout-left {
  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%22M15%2021v-6.1q0-.725.475-1.275t1.2-.675q1.45-.25%202.388-1.362T20%209q0-1.65-1.175-2.825T16%205q-1.475%200-2.588.938T12.05%208.325q-.125.725-.675%201.2T10.1%2010H5.825l1.6%201.6L6%2013L2%209l4-4l1.4%201.4L5.825%208h4.25q.35-2.2%202.038-3.6T16%203q2.5%200%204.25%201.75T22%209q0%202.2-1.4%203.888T17%2014.924V21z%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%22M15%2021v-6.1q0-.725.475-1.275t1.2-.675q1.45-.25%202.388-1.362T20%209q0-1.65-1.175-2.825T16%205q-1.475%200-2.588.938T12.05%208.325q-.125.725-.675%201.2T10.1%2010H5.825l1.6%201.6L6%2013L2%209l4-4l1.4%201.4L5.825%208h4.25q.35-2.2%202.038-3.6T16%203q2.5%200%204.25%201.75T22%209q0%202.2-1.4%203.888T17%2014.924V21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/roundabout-left.svg?color=%231a73e8&size=48