roundabout-right-sharp from Material Symbols Light by Google · Sharp · Hardware · Apache-2.0 Free for personal and commercial use.

Name
roundabout-right-sharp
Set
Material Symbols Light
Style
Sharp
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
roundabout-right-outline-sharp

2 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the roundabout right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.02 20v-5.477q-2.106-.12-3.563-1.622T3 9.269q0-2.211 1.539-3.74T8.289 4q2.128 0 3.64 1.447T13.562 9h5.518l-2.095-2.1l.708-.708L21 9.5l-3.308 3.308l-.713-.708l2.1-2.1h-6.514v-.692q0-1.785-1.246-3.046T8.29 5T5.252 6.252T4 9.269q0 1.785 1.271 3.031t3.056 1.246h.692V20z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRoundaboutRightSharp(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="M8.02 20v-5.477q-2.106-.12-3.563-1.622T3 9.269q0-2.211 1.539-3.74T8.289 4q2.128 0 3.64 1.447T13.562 9h5.518l-2.095-2.1l.708-.708L21 9.5l-3.308 3.308l-.713-.708l2.1-2.1h-6.514v-.692q0-1.785-1.246-3.046T8.29 5T5.252 6.252T4 9.269q0 1.785 1.271 3.031t3.056 1.246h.692V20z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.02 20v-5.477q-2.106-.12-3.563-1.622T3 9.269q0-2.211 1.539-3.74T8.289 4q2.128 0 3.64 1.447T13.562 9h5.518l-2.095-2.1l.708-.708L21 9.5l-3.308 3.308l-.713-.708l2.1-2.1h-6.514v-.692q0-1.785-1.246-3.046T8.29 5T5.252 6.252T4 9.269q0 1.785 1.271 3.031t3.056 1.246h.692V20z"/></svg>
</template>

CSS

.icon-roundabout-right-sharp {
  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%22M8.02%2020v-5.477q-2.106-.12-3.563-1.622T3%209.269q0-2.211%201.539-3.74T8.289%204q2.128%200%203.64%201.447T13.562%209h5.518l-2.095-2.1l.708-.708L21%209.5l-3.308%203.308l-.713-.708l2.1-2.1h-6.514v-.692q0-1.785-1.246-3.046T8.29%205T5.252%206.252T4%209.269q0%201.785%201.271%203.031t3.056%201.246h.692V20z%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%22M8.02%2020v-5.477q-2.106-.12-3.563-1.622T3%209.269q0-2.211%201.539-3.74T8.289%204q2.128%200%203.64%201.447T13.562%209h5.518l-2.095-2.1l.708-.708L21%209.5l-3.308%203.308l-.713-.708l2.1-2.1h-6.514v-.692q0-1.785-1.246-3.046T8.29%205T5.252%206.252T4%209.269q0%201.785%201.271%203.031t3.056%201.246h.692V20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/roundabout-right-sharp.svg?color=%231a73e8&size=48