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

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

2 other variants in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

Use the turn sharp left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 19.5v-4.77q0-.268-.173-.441t-.442-.173h-7.77q-.67 0-1.143-.473Q6.5 13.171 6.5 12.5V5.916L4.754 7.662q-.14.14-.344.15t-.364-.15t-.16-.354t.16-.354l2.389-2.388q.242-.243.565-.243t.566.243l2.388 2.388q.14.14.15.344t-.15.364t-.354.16t-.354-.16L7.5 5.916V12.5q0 .27.173.442q.173.173.443.173h7.769q.67 0 1.143.472q.472.473.472 1.144V19.5q0 .214-.143.357T17 20t-.357-.143t-.143-.357"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTurnSharpLeftRounded(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="M16.5 19.5v-4.77q0-.268-.173-.441t-.442-.173h-7.77q-.67 0-1.143-.473Q6.5 13.171 6.5 12.5V5.916L4.754 7.662q-.14.14-.344.15t-.364-.15t-.16-.354t.16-.354l2.389-2.388q.242-.243.565-.243t.566.243l2.388 2.388q.14.14.15.344t-.15.364t-.354.16t-.354-.16L7.5 5.916V12.5q0 .27.173.442q.173.173.443.173h7.769q.67 0 1.143.472q.472.473.472 1.144V19.5q0 .214-.143.357T17 20t-.357-.143t-.143-.357"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 19.5v-4.77q0-.268-.173-.441t-.442-.173h-7.77q-.67 0-1.143-.473Q6.5 13.171 6.5 12.5V5.916L4.754 7.662q-.14.14-.344.15t-.364-.15t-.16-.354t.16-.354l2.389-2.388q.242-.243.565-.243t.566.243l2.388 2.388q.14.14.15.344t-.15.364t-.354.16t-.354-.16L7.5 5.916V12.5q0 .27.173.442q.173.173.443.173h7.769q.67 0 1.143.472q.472.473.472 1.144V19.5q0 .214-.143.357T17 20t-.357-.143t-.143-.357"/></svg>
</template>

CSS

.icon-turn-sharp-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%22M16.5%2019.5v-4.77q0-.268-.173-.441t-.442-.173h-7.77q-.67%200-1.143-.473Q6.5%2013.171%206.5%2012.5V5.916L4.754%207.662q-.14.14-.344.15t-.364-.15t-.16-.354t.16-.354l2.389-2.388q.242-.243.565-.243t.566.243l2.388%202.388q.14.14.15.344t-.15.364t-.354.16t-.354-.16L7.5%205.916V12.5q0%20.27.173.442q.173.173.443.173h7.769q.67%200%201.143.472q.472.473.472%201.144V19.5q0%20.214-.143.357T17%2020t-.357-.143t-.143-.357%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%22M16.5%2019.5v-4.77q0-.268-.173-.441t-.442-.173h-7.77q-.67%200-1.143-.473Q6.5%2013.171%206.5%2012.5V5.916L4.754%207.662q-.14.14-.344.15t-.364-.15t-.16-.354t.16-.354l2.389-2.388q.242-.243.565-.243t.566.243l2.388%202.388q.14.14.15.344t-.15.364t-.354.16t-.354-.16L7.5%205.916V12.5q0%20.27.173.442q.173.173.443.173h7.769q.67%200%201.143.472q.472.473.472%201.144V19.5q0%20.214-.143.357T17%2020t-.357-.143t-.143-.357%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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