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

Name
u-turn-right-rounded
Set
Material Symbols Light
Style
Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
u-turn-right-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 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.797 19.857q-.143-.143-.143-.357V9.385q0-2.25 1.567-3.818Q9.79 4 12.04 4t3.817 1.567t1.567 3.817v4.989l1.727-1.727q.16-.16.354-.16t.354.16t.15.364t-.15.344l-2.37 2.369q-.13.13-.267.184q-.136.053-.298.053t-.298-.053t-.267-.184l-2.37-2.37q-.16-.159-.16-.353t.16-.354t.364-.15t.344.15l1.727 1.727V9.385q0-1.823-1.28-3.104T12.038 5T8.935 6.28Q7.654 7.563 7.654 9.386V19.5q0 .214-.144.357T7.155 20t-.357-.143"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightUTurnRightRounded(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.797 19.857q-.143-.143-.143-.357V9.385q0-2.25 1.567-3.818Q9.79 4 12.04 4t3.817 1.567t1.567 3.817v4.989l1.727-1.727q.16-.16.354-.16t.354.16t.15.364t-.15.344l-2.37 2.369q-.13.13-.267.184q-.136.053-.298.053t-.298-.053t-.267-.184l-2.37-2.37q-.16-.159-.16-.353t.16-.354t.364-.15t.344.15l1.727 1.727V9.385q0-1.823-1.28-3.104T12.038 5T8.935 6.28Q7.654 7.563 7.654 9.386V19.5q0 .214-.144.357T7.155 20t-.357-.143"/></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.797 19.857q-.143-.143-.143-.357V9.385q0-2.25 1.567-3.818Q9.79 4 12.04 4t3.817 1.567t1.567 3.817v4.989l1.727-1.727q.16-.16.354-.16t.354.16t.15.364t-.15.344l-2.37 2.369q-.13.13-.267.184q-.136.053-.298.053t-.298-.053t-.267-.184l-2.37-2.37q-.16-.159-.16-.353t.16-.354t.364-.15t.344.15l1.727 1.727V9.385q0-1.823-1.28-3.104T12.038 5T8.935 6.28Q7.654 7.563 7.654 9.386V19.5q0 .214-.144.357T7.155 20t-.357-.143"/></svg>
</template>

CSS

.icon-u-turn-right-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.797%2019.857q-.143-.143-.143-.357V9.385q0-2.25%201.567-3.818Q9.79%204%2012.04%204t3.817%201.567t1.567%203.817v4.989l1.727-1.727q.16-.16.354-.16t.354.16t.15.364t-.15.344l-2.37%202.369q-.13.13-.267.184q-.136.053-.298.053t-.298-.053t-.267-.184l-2.37-2.37q-.16-.159-.16-.353t.16-.354t.364-.15t.344.15l1.727%201.727V9.385q0-1.823-1.28-3.104T12.038%205T8.935%206.28Q7.654%207.563%207.654%209.386V19.5q0%20.214-.144.357T7.155%2020t-.357-.143%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.797%2019.857q-.143-.143-.143-.357V9.385q0-2.25%201.567-3.818Q9.79%204%2012.04%204t3.817%201.567t1.567%203.817v4.989l1.727-1.727q.16-.16.354-.16t.354.16t.15.364t-.15.344l-2.37%202.369q-.13.13-.267.184q-.136.053-.298.053t-.298-.053t-.267-.184l-2.37-2.37q-.16-.159-.16-.353t.16-.354t.364-.15t.344.15l1.727%201.727V9.385q0-1.823-1.28-3.104T12.038%205T8.935%206.28Q7.654%207.563%207.654%209.386V19.5q0%20.214-.144.357T7.155%2020t-.357-.143%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-rounded.svg?color=%231a73e8&size=48