roundabout right icon
roundabout-right-sharp from Material Symbols by Google · Sharp · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- roundabout-right-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- roundabout-right-outline-sharp
2 other variants in Material Symbols
The same icon in other sets
More hardware icons from Material Symbols
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
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.15q-2.125-.35-3.562-1.987T2 9q0-2.5 1.75-4.25T8 3q2.225 0 3.863 1.438T13.85 8h4.325L16.6 6.4L18 5l4 4l-4 4l-1.425-1.4l1.6-1.6H11.95V9q0-1.65-1.15-2.825T8 5T5.175 6.175T4 9t1.175 2.8T8 12.95h1V21z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsRoundaboutRightSharp(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.15q-2.125-.35-3.562-1.987T2 9q0-2.5 1.75-4.25T8 3q2.225 0 3.863 1.438T13.85 8h4.325L16.6 6.4L18 5l4 4l-4 4l-1.425-1.4l1.6-1.6H11.95V9q0-1.65-1.15-2.825T8 5T5.175 6.175T4 9t1.175 2.8T8 12.95h1V21z"/></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.15q-2.125-.35-3.562-1.987T2 9q0-2.5 1.75-4.25T8 3q2.225 0 3.863 1.438T13.85 8h4.325L16.6 6.4L18 5l4 4l-4 4l-1.425-1.4l1.6-1.6H11.95V9q0-1.65-1.15-2.825T8 5T5.175 6.175T4 9t1.175 2.8T8 12.95h1V21z"/></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%22M7%2021v-6.15q-2.125-.35-3.562-1.987T2%209q0-2.5%201.75-4.25T8%203q2.225%200%203.863%201.438T13.85%208h4.325L16.6%206.4L18%205l4%204l-4%204l-1.425-1.4l1.6-1.6H11.95V9q0-1.65-1.15-2.825T8%205T5.175%206.175T4%209t1.175%202.8T8%2012.95h1V21z%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.15q-2.125-.35-3.562-1.987T2%209q0-2.5%201.75-4.25T8%203q2.225%200%203.863%201.438T13.85%208h4.325L16.6%206.4L18%205l4%204l-4%204l-1.425-1.4l1.6-1.6H11.95V9q0-1.65-1.15-2.825T8%205T5.175%206.175T4%209t1.175%202.8T8%2012.95h1V21z%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-sharp.svg?color=%231a73e8&size=48