roundabout left icon

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

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

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 20v-5.1q0-.725.475-1.275t1.2-.675q1.425-.225 2.375-1.338T20 9q0-1.65-1.175-2.825T16 5q-1.5 0-2.613.95T12.05 8.325q-.125.725-.675 1.2T10.1 10H5.825l.9.9q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288L2.7 9.7q-.15-.15-.213-.325T2.426 9t.063-.375T2.7 8.3l2.6-2.6q.275-.275.688-.287T6.7 5.7q.275.275.275.7t-.275.7l-.875.9h4.25q.35-2.15 2.013-3.575T16 3q2.5 0 4.25 1.75T22 9q0 2.25-1.425 3.913T17 14.925V20q0 .425-.288.713T16 21t-.712-.288T15 20"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRoundaboutLeftRounded(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 20v-5.1q0-.725.475-1.275t1.2-.675q1.425-.225 2.375-1.338T20 9q0-1.65-1.175-2.825T16 5q-1.5 0-2.613.95T12.05 8.325q-.125.725-.675 1.2T10.1 10H5.825l.9.9q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288L2.7 9.7q-.15-.15-.213-.325T2.426 9t.063-.375T2.7 8.3l2.6-2.6q.275-.275.688-.287T6.7 5.7q.275.275.275.7t-.275.7l-.875.9h4.25q.35-2.15 2.013-3.575T16 3q2.5 0 4.25 1.75T22 9q0 2.25-1.425 3.913T17 14.925V20q0 .425-.288.713T16 21t-.712-.288T15 20"/></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 20v-5.1q0-.725.475-1.275t1.2-.675q1.425-.225 2.375-1.338T20 9q0-1.65-1.175-2.825T16 5q-1.5 0-2.613.95T12.05 8.325q-.125.725-.675 1.2T10.1 10H5.825l.9.9q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288L2.7 9.7q-.15-.15-.213-.325T2.426 9t.063-.375T2.7 8.3l2.6-2.6q.275-.275.688-.287T6.7 5.7q.275.275.275.7t-.275.7l-.875.9h4.25q.35-2.15 2.013-3.575T16 3q2.5 0 4.25 1.75T22 9q0 2.25-1.425 3.913T17 14.925V20q0 .425-.288.713T16 21t-.712-.288T15 20"/></svg>
</template>

CSS

.icon-roundabout-left-rounded {
  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%2020v-5.1q0-.725.475-1.275t1.2-.675q1.425-.225%202.375-1.338T20%209q0-1.65-1.175-2.825T16%205q-1.5%200-2.613.95T12.05%208.325q-.125.725-.675%201.2T10.1%2010H5.825l.9.9q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288L2.7%209.7q-.15-.15-.213-.325T2.426%209t.063-.375T2.7%208.3l2.6-2.6q.275-.275.688-.287T6.7%205.7q.275.275.275.7t-.275.7l-.875.9h4.25q.35-2.15%202.013-3.575T16%203q2.5%200%204.25%201.75T22%209q0%202.25-1.425%203.913T17%2014.925V20q0%20.425-.288.713T16%2021t-.712-.288T15%2020%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%2020v-5.1q0-.725.475-1.275t1.2-.675q1.425-.225%202.375-1.338T20%209q0-1.65-1.175-2.825T16%205q-1.5%200-2.613.95T12.05%208.325q-.125.725-.675%201.2T10.1%2010H5.825l.9.9q.3.3.288.7t-.313.7q-.3.275-.7.288t-.7-.288L2.7%209.7q-.15-.15-.213-.325T2.426%209t.063-.375T2.7%208.3l2.6-2.6q.275-.275.688-.287T6.7%205.7q.275.275.275.7t-.275.7l-.875.9h4.25q.35-2.15%202.013-3.575T16%203q2.5%200%204.25%201.75T22%209q0%202.25-1.425%203.913T17%2014.925V20q0%20.425-.288.713T16%2021t-.712-.288T15%2020%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-rounded.svg?color=%231a73e8&size=48