roundabout right icon

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

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

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 20v-5.075q-2.2-.35-3.6-2.037T2 9q0-2.5 1.75-4.25T8 3q2.2 0 3.888 1.4T13.924 8h4.25l-.9-.9Q17 6.825 17 6.413t.3-.713q.275-.275.7-.275t.7.275l2.6 2.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-2.6 2.6q-.275.275-.687.275T17.3 12.3q-.3-.3-.3-.712t.3-.713l.875-.875H13.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.9V20q0 .425-.288.713T8 21t-.712-.288T7 20"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRoundaboutRightRounded(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 20v-5.075q-2.2-.35-3.6-2.037T2 9q0-2.5 1.75-4.25T8 3q2.2 0 3.888 1.4T13.924 8h4.25l-.9-.9Q17 6.825 17 6.413t.3-.713q.275-.275.7-.275t.7.275l2.6 2.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-2.6 2.6q-.275.275-.687.275T17.3 12.3q-.3-.3-.3-.712t.3-.713l.875-.875H13.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.9V20q0 .425-.288.713T8 21t-.712-.288T7 20"/></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 20v-5.075q-2.2-.35-3.6-2.037T2 9q0-2.5 1.75-4.25T8 3q2.2 0 3.888 1.4T13.924 8h4.25l-.9-.9Q17 6.825 17 6.413t.3-.713q.275-.275.7-.275t.7.275l2.6 2.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-2.6 2.6q-.275.275-.687.275T17.3 12.3q-.3-.3-.3-.712t.3-.713l.875-.875H13.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.9V20q0 .425-.288.713T8 21t-.712-.288T7 20"/></svg>
</template>

CSS

.icon-roundabout-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%2020v-5.075q-2.2-.35-3.6-2.037T2%209q0-2.5%201.75-4.25T8%203q2.2%200%203.888%201.4T13.924%208h4.25l-.9-.9Q17%206.825%2017%206.413t.3-.713q.275-.275.7-.275t.7.275l2.6%202.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-2.6%202.6q-.275.275-.687.275T17.3%2012.3q-.3-.3-.3-.712t.3-.713l.875-.875H13.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.9V20q0%20.425-.288.713T8%2021t-.712-.288T7%2020%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%2020v-5.075q-2.2-.35-3.6-2.037T2%209q0-2.5%201.75-4.25T8%203q2.2%200%203.888%201.4T13.924%208h4.25l-.9-.9Q17%206.825%2017%206.413t.3-.713q.275-.275.7-.275t.7.275l2.6%202.6q.15.15.213.325t.062.375t-.062.375t-.213.325l-2.6%202.6q-.275.275-.687.275T17.3%2012.3q-.3-.3-.3-.712t.3-.713l.875-.875H13.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.9V20q0%20.425-.288.713T8%2021t-.712-.288T7%2020%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-rounded.svg?color=%231a73e8&size=48