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

Name
turn-right-rounded
Set
Material Symbols Light
Style
Rounded
Category
Transit
Viewbox
24×24
License
Apache 2.0
Aliases
turn-right-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 right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.48 18.5v-7.384q0-.672.473-1.144q.472-.472 1.143-.472h8.989l-1.747-1.746q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l2.389 2.389q.242.242.242.565t-.242.566l-2.389 2.388q-.14.14-.344.15t-.363-.15t-.16-.354t.16-.354l1.746-1.746H9.096q-.269 0-.442.173t-.173.443V18.5q0 .214-.143.357T7.98 19t-.357-.143t-.143-.357"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTurnRightRounded(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="M7.48 18.5v-7.384q0-.672.473-1.144q.472-.472 1.143-.472h8.989l-1.747-1.746q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l2.389 2.389q.242.242.242.565t-.242.566l-2.389 2.388q-.14.14-.344.15t-.363-.15t-.16-.354t.16-.354l1.746-1.746H9.096q-.269 0-.442.173t-.173.443V18.5q0 .214-.143.357T7.98 19t-.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="M7.48 18.5v-7.384q0-.672.473-1.144q.472-.472 1.143-.472h8.989l-1.747-1.746q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l2.389 2.389q.242.242.242.565t-.242.566l-2.389 2.388q-.14.14-.344.15t-.363-.15t-.16-.354t.16-.354l1.746-1.746H9.096q-.269 0-.442.173t-.173.443V18.5q0 .214-.143.357T7.98 19t-.357-.143t-.143-.357"/></svg>
</template>

CSS

.icon-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%22M7.48%2018.5v-7.384q0-.672.473-1.144q.472-.472%201.143-.472h8.989l-1.747-1.746q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l2.389%202.389q.242.242.242.565t-.242.566l-2.389%202.388q-.14.14-.344.15t-.363-.15t-.16-.354t.16-.354l1.746-1.746H9.096q-.269%200-.442.173t-.173.443V18.5q0%20.214-.143.357T7.98%2019t-.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%22M7.48%2018.5v-7.384q0-.672.473-1.144q.472-.472%201.143-.472h8.989l-1.747-1.746q-.14-.14-.15-.344t.15-.364t.354-.16t.354.16l2.389%202.389q.242.242.242.565t-.242.566l-2.389%202.388q-.14.14-.344.15t-.363-.15t-.16-.354t.16-.354l1.746-1.746H9.096q-.269%200-.442.173t-.173.443V18.5q0%20.214-.143.357T7.98%2019t-.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-right-rounded.svg?color=%231a73e8&size=48