roundabout right icon

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

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

2 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

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="M7 21v-6.075q-2.2-.35-3.6-2.037T2 9q0-2.5 1.75-4.25T8 3q2.2 0 3.888 1.4T13.924 8h4.25L16.6 6.4L18 5l4 4l-4 4l-1.425-1.4l1.6-1.6H13.9q-.725 0-1.275-.475t-.675-1.2q-.25-1.45-1.362-2.387T8 5Q6.35 5 5.175 6.175T4 9q0 1.475.938 2.588t2.387 1.362q.725.125 1.2.675T9 14.9V21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRoundaboutRight(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 21v-6.075q-2.2-.35-3.6-2.037T2 9q0-2.5 1.75-4.25T8 3q2.2 0 3.888 1.4T13.924 8h4.25L16.6 6.4L18 5l4 4l-4 4l-1.425-1.4l1.6-1.6H13.9q-.725 0-1.275-.475t-.675-1.2q-.25-1.45-1.362-2.387T8 5Q6.35 5 5.175 6.175T4 9q0 1.475.938 2.588t2.387 1.362q.725.125 1.2.675T9 14.9V21z"/></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 21v-6.075q-2.2-.35-3.6-2.037T2 9q0-2.5 1.75-4.25T8 3q2.2 0 3.888 1.4T13.924 8h4.25L16.6 6.4L18 5l4 4l-4 4l-1.425-1.4l1.6-1.6H13.9q-.725 0-1.275-.475t-.675-1.2q-.25-1.45-1.362-2.387T8 5Q6.35 5 5.175 6.175T4 9q0 1.475.938 2.588t2.387 1.362q.725.125 1.2.675T9 14.9V21z"/></svg>
</template>

CSS

.icon-roundabout-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%22M7%2021v-6.075q-2.2-.35-3.6-2.037T2%209q0-2.5%201.75-4.25T8%203q2.2%200%203.888%201.4T13.924%208h4.25L16.6%206.4L18%205l4%204l-4%204l-1.425-1.4l1.6-1.6H13.9q-.725%200-1.275-.475t-.675-1.2q-.25-1.45-1.362-2.387T8%205Q6.35%205%205.175%206.175T4%209q0%201.475.938%202.588t2.387%201.362q.725.125%201.2.675T9%2014.9V21z%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%2021v-6.075q-2.2-.35-3.6-2.037T2%209q0-2.5%201.75-4.25T8%203q2.2%200%203.888%201.4T13.924%208h4.25L16.6%206.4L18%205l4%204l-4%204l-1.425-1.4l1.6-1.6H13.9q-.725%200-1.275-.475t-.675-1.2q-.25-1.45-1.362-2.387T8%205Q6.35%205%205.175%206.175T4%209q0%201.475.938%202.588t2.387%201.362q.725.125%201.2.675T9%2014.9V21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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