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

Name
u-turn-right
Set
Material Symbols Light
Style
Regular
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
u-turn-right-outline, u-turn-right-outline-sharp, u-turn-right-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More transit icons from Material Symbols Light

Use the u turn right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.789 20V9.385q0-2.25 1.567-3.818T12.173 4t3.818 1.567t1.567 3.817v4.989l2.08-2.08l.708.707l-3.288 3.288L13.769 13l.708-.708l2.08 2.081V9.385q0-1.823-1.28-3.104T12.173 5T9.069 6.28T7.79 9.386V20z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightUTurnRight(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.789 20V9.385q0-2.25 1.567-3.818T12.173 4t3.818 1.567t1.567 3.817v4.989l2.08-2.08l.708.707l-3.288 3.288L13.769 13l.708-.708l2.08 2.081V9.385q0-1.823-1.28-3.104T12.173 5T9.069 6.28T7.79 9.386V20z"/></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.789 20V9.385q0-2.25 1.567-3.818T12.173 4t3.818 1.567t1.567 3.817v4.989l2.08-2.08l.708.707l-3.288 3.288L13.769 13l.708-.708l2.08 2.081V9.385q0-1.823-1.28-3.104T12.173 5T9.069 6.28T7.79 9.386V20z"/></svg>
</template>

CSS

.icon-u-turn-right {
  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.789%2020V9.385q0-2.25%201.567-3.818T12.173%204t3.818%201.567t1.567%203.817v4.989l2.08-2.08l.708.707l-3.288%203.288L13.769%2013l.708-.708l2.08%202.081V9.385q0-1.823-1.28-3.104T12.173%205T9.069%206.28T7.79%209.386V20z%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.789%2020V9.385q0-2.25%201.567-3.818T12.173%204t3.818%201.567t1.567%203.817v4.989l2.08-2.08l.708.707l-3.288%203.288L13.769%2013l.708-.708l2.08%202.081V9.385q0-1.823-1.28-3.104T12.173%205T9.069%206.28T7.79%209.386V20z%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-right.svg?color=%231a73e8&size=48