u-turn-left-rounded from Material Symbols Light by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.

Name
u-turn-left-rounded
Set
Material Symbols Light
Style
Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
u-turn-left-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

Use the u turn left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.99 15.907q-.136-.053-.267-.184l-2.37-2.37q-.14-.14-.15-.343t.15-.364t.355-.16t.354.16l1.727 1.727V9.385q0-2.25 1.567-3.818T12.173 4t3.818 1.567t1.567 3.817V19.5q0 .214-.144.357t-.356.143t-.357-.143t-.143-.357V9.385q0-1.823-1.281-3.104T12.173 5T9.069 6.28T7.79 9.386v4.988l1.727-1.727q.14-.14.344-.15t.363.15t.16.354t-.16.354l-2.37 2.369q-.13.13-.266.184q-.137.053-.298.053t-.298-.053"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightUTurnLeftRounded(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="M6.99 15.907q-.136-.053-.267-.184l-2.37-2.37q-.14-.14-.15-.343t.15-.364t.355-.16t.354.16l1.727 1.727V9.385q0-2.25 1.567-3.818T12.173 4t3.818 1.567t1.567 3.817V19.5q0 .214-.144.357t-.356.143t-.357-.143t-.143-.357V9.385q0-1.823-1.281-3.104T12.173 5T9.069 6.28T7.79 9.386v4.988l1.727-1.727q.14-.14.344-.15t.363.15t.16.354t-.16.354l-2.37 2.369q-.13.13-.266.184q-.137.053-.298.053t-.298-.053"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.99 15.907q-.136-.053-.267-.184l-2.37-2.37q-.14-.14-.15-.343t.15-.364t.355-.16t.354.16l1.727 1.727V9.385q0-2.25 1.567-3.818T12.173 4t3.818 1.567t1.567 3.817V19.5q0 .214-.144.357t-.356.143t-.357-.143t-.143-.357V9.385q0-1.823-1.281-3.104T12.173 5T9.069 6.28T7.79 9.386v4.988l1.727-1.727q.14-.14.344-.15t.363.15t.16.354t-.16.354l-2.37 2.369q-.13.13-.266.184q-.137.053-.298.053t-.298-.053"/></svg>
</template>

CSS

.icon-u-turn-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%22M6.99%2015.907q-.136-.053-.267-.184l-2.37-2.37q-.14-.14-.15-.343t.15-.364t.355-.16t.354.16l1.727%201.727V9.385q0-2.25%201.567-3.818T12.173%204t3.818%201.567t1.567%203.817V19.5q0%20.214-.144.357t-.356.143t-.357-.143t-.143-.357V9.385q0-1.823-1.281-3.104T12.173%205T9.069%206.28T7.79%209.386v4.988l1.727-1.727q.14-.14.344-.15t.363.15t.16.354t-.16.354l-2.37%202.369q-.13.13-.266.184q-.137.053-.298.053t-.298-.053%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%22M6.99%2015.907q-.136-.053-.267-.184l-2.37-2.37q-.14-.14-.15-.343t.15-.364t.355-.16t.354.16l1.727%201.727V9.385q0-2.25%201.567-3.818T12.173%204t3.818%201.567t1.567%203.817V19.5q0%20.214-.144.357t-.356.143t-.357-.143t-.143-.357V9.385q0-1.823-1.281-3.104T12.173%205T9.069%206.28T7.79%209.386v4.988l1.727-1.727q.14-.14.344-.15t.363.15t.16.354t-.16.354l-2.37%202.369q-.13.13-.266.184q-.137.053-.298.053t-.298-.053%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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