roundabout left icon
roundabout-left-rounded from Material Symbols Light by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- roundabout-left-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- roundabout-left-outline-rounded
2 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
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 left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.98 19.5v-4.484q0-.552.36-.958t.912-.512q1.617-.263 2.673-1.443t1.056-2.795q0-1.766-1.272-3.037Q17.44 5 15.673 5q-1.615 0-2.795 1.066q-1.18 1.065-1.444 2.663q-.105.552-.511.912q-.406.359-.957.359H4.92l1.746 1.746q.147.146.153.344q.007.199-.158.364q-.166.16-.354.162q-.189.003-.354-.162l-2.388-2.388q-.131-.132-.184-.268T3.329 9.5t.053-.298t.184-.267l2.388-2.389q.14-.14.341-.153t.367.153q.16.16.16.354t-.16.354L4.922 9h5.076q.154 0 .27-.115q.115-.116.153-.27q.331-1.957 1.782-3.286Q13.653 4 15.673 4q2.212 0 3.76 1.548t1.548 3.76q0 2.019-1.339 3.46t-3.276 1.772q-.154.039-.27.164q-.115.125-.115.279V19.5q0 .214-.144.357t-.356.143t-.357-.143t-.143-.357"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRoundaboutLeftRounded(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="M14.98 19.5v-4.484q0-.552.36-.958t.912-.512q1.617-.263 2.673-1.443t1.056-2.795q0-1.766-1.272-3.037Q17.44 5 15.673 5q-1.615 0-2.795 1.066q-1.18 1.065-1.444 2.663q-.105.552-.511.912q-.406.359-.957.359H4.92l1.746 1.746q.147.146.153.344q.007.199-.158.364q-.166.16-.354.162q-.189.003-.354-.162l-2.388-2.388q-.131-.132-.184-.268T3.329 9.5t.053-.298t.184-.267l2.388-2.389q.14-.14.341-.153t.367.153q.16.16.16.354t-.16.354L4.922 9h5.076q.154 0 .27-.115q.115-.116.153-.27q.331-1.957 1.782-3.286Q13.653 4 15.673 4q2.212 0 3.76 1.548t1.548 3.76q0 2.019-1.339 3.46t-3.276 1.772q-.154.039-.27.164q-.115.125-.115.279V19.5q0 .214-.144.357t-.356.143t-.357-.143t-.143-.357"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.98 19.5v-4.484q0-.552.36-.958t.912-.512q1.617-.263 2.673-1.443t1.056-2.795q0-1.766-1.272-3.037Q17.44 5 15.673 5q-1.615 0-2.795 1.066q-1.18 1.065-1.444 2.663q-.105.552-.511.912q-.406.359-.957.359H4.92l1.746 1.746q.147.146.153.344q.007.199-.158.364q-.166.16-.354.162q-.189.003-.354-.162l-2.388-2.388q-.131-.132-.184-.268T3.329 9.5t.053-.298t.184-.267l2.388-2.389q.14-.14.341-.153t.367.153q.16.16.16.354t-.16.354L4.922 9h5.076q.154 0 .27-.115q.115-.116.153-.27q.331-1.957 1.782-3.286Q13.653 4 15.673 4q2.212 0 3.76 1.548t1.548 3.76q0 2.019-1.339 3.46t-3.276 1.772q-.154.039-.27.164q-.115.125-.115.279V19.5q0 .214-.144.357t-.356.143t-.357-.143t-.143-.357"/></svg> </template>
CSS
.icon-roundabout-left-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%22M14.98%2019.5v-4.484q0-.552.36-.958t.912-.512q1.617-.263%202.673-1.443t1.056-2.795q0-1.766-1.272-3.037Q17.44%205%2015.673%205q-1.615%200-2.795%201.066q-1.18%201.065-1.444%202.663q-.105.552-.511.912q-.406.359-.957.359H4.92l1.746%201.746q.147.146.153.344q.007.199-.158.364q-.166.16-.354.162q-.189.003-.354-.162l-2.388-2.388q-.131-.132-.184-.268T3.329%209.5t.053-.298t.184-.267l2.388-2.389q.14-.14.341-.153t.367.153q.16.16.16.354t-.16.354L4.922%209h5.076q.154%200%20.27-.115q.115-.116.153-.27q.331-1.957%201.782-3.286Q13.653%204%2015.673%204q2.212%200%203.76%201.548t1.548%203.76q0%202.019-1.339%203.46t-3.276%201.772q-.154.039-.27.164q-.115.125-.115.279V19.5q0%20.214-.144.357t-.356.143t-.357-.143t-.143-.357%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%22M14.98%2019.5v-4.484q0-.552.36-.958t.912-.512q1.617-.263%202.673-1.443t1.056-2.795q0-1.766-1.272-3.037Q17.44%205%2015.673%205q-1.615%200-2.795%201.066q-1.18%201.065-1.444%202.663q-.105.552-.511.912q-.406.359-.957.359H4.92l1.746%201.746q.147.146.153.344q.007.199-.158.364q-.166.16-.354.162q-.189.003-.354-.162l-2.388-2.388q-.131-.132-.184-.268T3.329%209.5t.053-.298t.184-.267l2.388-2.389q.14-.14.341-.153t.367.153q.16.16.16.354t-.16.354L4.922%209h5.076q.154%200%20.27-.115q.115-.116.153-.27q.331-1.957%201.782-3.286Q13.653%204%2015.673%204q2.212%200%203.76%201.548t1.548%203.76q0%202.019-1.339%203.46t-3.276%201.772q-.154.039-.27.164q-.115.125-.115.279V19.5q0%20.214-.144.357t-.356.143t-.357-.143t-.143-.357%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-left-rounded.svg?color=%231a73e8&size=48