turn slight left icon

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

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

2 other variants in Material Symbols

The same icon in other sets

More transit icons from Material Symbols

Use the turn slight left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.288 19.713Q13 19.425 13 19v-6.6l-5-5v1.25q0 .425-.288.713T7 9.65t-.712-.288T6 8.65V5q0-.425.288-.712T7 4h3.65q.425 0 .713.288T11.65 5t-.288.713T10.65 6H9.4l5.025 5.025q.275.275.425.638t.15.762V19q0 .425-.287.713T14 20t-.712-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTurnSlightLeftRounded(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="M13.288 19.713Q13 19.425 13 19v-6.6l-5-5v1.25q0 .425-.288.713T7 9.65t-.712-.288T6 8.65V5q0-.425.288-.712T7 4h3.65q.425 0 .713.288T11.65 5t-.288.713T10.65 6H9.4l5.025 5.025q.275.275.425.638t.15.762V19q0 .425-.287.713T14 20t-.712-.288"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.288 19.713Q13 19.425 13 19v-6.6l-5-5v1.25q0 .425-.288.713T7 9.65t-.712-.288T6 8.65V5q0-.425.288-.712T7 4h3.65q.425 0 .713.288T11.65 5t-.288.713T10.65 6H9.4l5.025 5.025q.275.275.425.638t.15.762V19q0 .425-.287.713T14 20t-.712-.288"/></svg>
</template>

CSS

.icon-turn-slight-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%22M13.288%2019.713Q13%2019.425%2013%2019v-6.6l-5-5v1.25q0%20.425-.288.713T7%209.65t-.712-.288T6%208.65V5q0-.425.288-.712T7%204h3.65q.425%200%20.713.288T11.65%205t-.288.713T10.65%206H9.4l5.025%205.025q.275.275.425.638t.15.762V19q0%20.425-.287.713T14%2020t-.712-.288%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%22M13.288%2019.713Q13%2019.425%2013%2019v-6.6l-5-5v1.25q0%20.425-.288.713T7%209.65t-.712-.288T6%208.65V5q0-.425.288-.712T7%204h3.65q.425%200%20.713.288T11.65%205t-.288.713T10.65%206H9.4l5.025%205.025q.275.275.425.638t.15.762V19q0%20.425-.287.713T14%2020t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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