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

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

2 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

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="M14.98 20v-4.984q0-.552.36-.968t.912-.502q1.604-.269 2.676-1.449T20 9.307q0-1.784-1.261-3.045T15.673 5q-1.61 0-2.79 1.063t-1.449 2.666q-.086.552-.501.912q-.416.359-.967.359H4.92l2.1 2.1l-.713.708L3 9.5l3.308-3.308l.708.708L4.92 9h5.077q.154 0 .27-.115q.115-.116.153-.27q.331-1.988 1.797-3.302T15.673 4q2.212 0 3.77 1.548T21 9.308q0 1.988-1.323 3.445t-3.312 1.788q-.154.038-.269.163t-.115.279V20z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRoundaboutLeft(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="M14.98 20v-4.984q0-.552.36-.968t.912-.502q1.604-.269 2.676-1.449T20 9.307q0-1.784-1.261-3.045T15.673 5q-1.61 0-2.79 1.063t-1.449 2.666q-.086.552-.501.912q-.416.359-.967.359H4.92l2.1 2.1l-.713.708L3 9.5l3.308-3.308l.708.708L4.92 9h5.077q.154 0 .27-.115q.115-.116.153-.27q.331-1.988 1.797-3.302T15.673 4q2.212 0 3.77 1.548T21 9.308q0 1.988-1.323 3.445t-3.312 1.788q-.154.038-.269.163t-.115.279V20z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.98 20v-4.984q0-.552.36-.968t.912-.502q1.604-.269 2.676-1.449T20 9.307q0-1.784-1.261-3.045T15.673 5q-1.61 0-2.79 1.063t-1.449 2.666q-.086.552-.501.912q-.416.359-.967.359H4.92l2.1 2.1l-.713.708L3 9.5l3.308-3.308l.708.708L4.92 9h5.077q.154 0 .27-.115q.115-.116.153-.27q.331-1.988 1.797-3.302T15.673 4q2.212 0 3.77 1.548T21 9.308q0 1.988-1.323 3.445t-3.312 1.788q-.154.038-.269.163t-.115.279V20z"/></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%22M14.98%2020v-4.984q0-.552.36-.968t.912-.502q1.604-.269%202.676-1.449T20%209.307q0-1.784-1.261-3.045T15.673%205q-1.61%200-2.79%201.063t-1.449%202.666q-.086.552-.501.912q-.416.359-.967.359H4.92l2.1%202.1l-.713.708L3%209.5l3.308-3.308l.708.708L4.92%209h5.077q.154%200%20.27-.115q.115-.116.153-.27q.331-1.988%201.797-3.302T15.673%204q2.212%200%203.77%201.548T21%209.308q0%201.988-1.323%203.445t-3.312%201.788q-.154.038-.269.163t-.115.279V20z%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%22M14.98%2020v-4.984q0-.552.36-.968t.912-.502q1.604-.269%202.676-1.449T20%209.307q0-1.784-1.261-3.045T15.673%205q-1.61%200-2.79%201.063t-1.449%202.666q-.086.552-.501.912q-.416.359-.967.359H4.92l2.1%202.1l-.713.708L3%209.5l3.308-3.308l.708.708L4.92%209h5.077q.154%200%20.27-.115q.115-.116.153-.27q.331-1.988%201.797-3.302T15.673%204q2.212%200%203.77%201.548T21%209.308q0%201.988-1.323%203.445t-3.312%201.788q-.154.038-.269.163t-.115.279V20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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