turn sharp right icon
turn-sharp-right-rounded from Material Symbols Light by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- turn-sharp-right-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- turn-sharp-right-outline-rounded
2 other variants in Material Symbols Light
The same icon in other sets
More transit icons from Material Symbols Light
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
Use the turn sharp 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.509 19.857q-.143-.143-.143-.357v-4.77q0-.67.472-1.142t1.143-.472h7.769q.27 0 .442-.174q.174-.173.174-.442V5.916l-1.747 1.746q-.16.16-.353.16q-.195 0-.354-.16q-.16-.16-.15-.364t.15-.344L16.3 4.566q.242-.243.566-.243t.565.243l2.388 2.388q.16.16.16.354t-.16.354t-.363.15t-.344-.15l-1.746-1.746V12.5q0 .671-.473 1.143q-.472.472-1.143.472H7.98q-.268 0-.441.174t-.173.442V19.5q0 .214-.144.357q-.143.143-.357.143q-.213 0-.356-.143"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTurnSharpRightRounded(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.509 19.857q-.143-.143-.143-.357v-4.77q0-.67.472-1.142t1.143-.472h7.769q.27 0 .442-.174q.174-.173.174-.442V5.916l-1.747 1.746q-.16.16-.353.16q-.195 0-.354-.16q-.16-.16-.15-.364t.15-.344L16.3 4.566q.242-.243.566-.243t.565.243l2.388 2.388q.16.16.16.354t-.16.354t-.363.15t-.344-.15l-1.746-1.746V12.5q0 .671-.473 1.143q-.472.472-1.143.472H7.98q-.268 0-.441.174t-.173.442V19.5q0 .214-.144.357q-.143.143-.357.143q-.213 0-.356-.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.509 19.857q-.143-.143-.143-.357v-4.77q0-.67.472-1.142t1.143-.472h7.769q.27 0 .442-.174q.174-.173.174-.442V5.916l-1.747 1.746q-.16.16-.353.16q-.195 0-.354-.16q-.16-.16-.15-.364t.15-.344L16.3 4.566q.242-.243.566-.243t.565.243l2.388 2.388q.16.16.16.354t-.16.354t-.363.15t-.344-.15l-1.746-1.746V12.5q0 .671-.473 1.143q-.472.472-1.143.472H7.98q-.268 0-.441.174t-.173.442V19.5q0 .214-.144.357q-.143.143-.357.143q-.213 0-.356-.143"/></svg> </template>
CSS
.icon-turn-sharp-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.509%2019.857q-.143-.143-.143-.357v-4.77q0-.67.472-1.142t1.143-.472h7.769q.27%200%20.442-.174q.174-.173.174-.442V5.916l-1.747%201.746q-.16.16-.353.16q-.195%200-.354-.16q-.16-.16-.15-.364t.15-.344L16.3%204.566q.242-.243.566-.243t.565.243l2.388%202.388q.16.16.16.354t-.16.354t-.363.15t-.344-.15l-1.746-1.746V12.5q0%20.671-.473%201.143q-.472.472-1.143.472H7.98q-.268%200-.441.174t-.173.442V19.5q0%20.214-.144.357q-.143.143-.357.143q-.213%200-.356-.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.509%2019.857q-.143-.143-.143-.357v-4.77q0-.67.472-1.142t1.143-.472h7.769q.27%200%20.442-.174q.174-.173.174-.442V5.916l-1.747%201.746q-.16.16-.353.16q-.195%200-.354-.16q-.16-.16-.15-.364t.15-.344L16.3%204.566q.242-.243.566-.243t.565.243l2.388%202.388q.16.16.16.354t-.16.354t-.363.15t-.344-.15l-1.746-1.746V12.5q0%20.671-.473%201.143q-.472.472-1.143.472H7.98q-.268%200-.441.174t-.173.442V19.5q0%20.214-.144.357q-.143.143-.357.143q-.213%200-.356-.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/turn-sharp-right-rounded.svg?color=%231a73e8&size=48