arrows left right circle icon
arrows-left-right-circle-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- arrows-left-right-circle-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
add-diamondadf-scanneraod-tabletaod-watcharrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tvdeskphone
Use the arrows left right circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.494 20.299q-1.642-.701-2.867-1.926t-1.926-2.867T3 12t.701-3.506t1.926-2.857T8.494 3.71T12 3t3.506.71t2.857 1.927t1.926 2.857T21 12t-.71 3.506t-1.926 2.867t-2.858 1.926T12 21t-3.506-.701M12 20q3.325 0 5.663-2.328T20 12q0-3.325-2.337-5.663T12 4Q8.656 4 6.328 6.338T4 12q0 3.344 2.328 5.672T12 20m-1.992-5.18q.14-.141.14-.355q0-.213-.14-.353L8.396 12.5h7.227l-1.592 1.612q-.14.14-.15.344t.15.363t.354.16t.354-.16l2.215-2.254q.242-.242.242-.565t-.242-.565L14.738 9.2q-.14-.16-.344-.16t-.363.16t-.16.354t.16.354l1.592 1.592H8.396l1.592-1.611q.14-.141.15-.345t-.13-.344q-.14-.16-.354-.15T9.3 9.2l-2.234 2.235q-.243.242-.243.565t.243.566L9.3 14.819q.14.14.354.15t.354-.15"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightArrowsLeftRightCircleOutlineRounded(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.494 20.299q-1.642-.701-2.867-1.926t-1.926-2.867T3 12t.701-3.506t1.926-2.857T8.494 3.71T12 3t3.506.71t2.857 1.927t1.926 2.857T21 12t-.71 3.506t-1.926 2.867t-2.858 1.926T12 21t-3.506-.701M12 20q3.325 0 5.663-2.328T20 12q0-3.325-2.337-5.663T12 4Q8.656 4 6.328 6.338T4 12q0 3.344 2.328 5.672T12 20m-1.992-5.18q.14-.141.14-.355q0-.213-.14-.353L8.396 12.5h7.227l-1.592 1.612q-.14.14-.15.344t.15.363t.354.16t.354-.16l2.215-2.254q.242-.242.242-.565t-.242-.565L14.738 9.2q-.14-.16-.344-.16t-.363.16t-.16.354t.16.354l1.592 1.592H8.396l1.592-1.611q.14-.141.15-.345t-.13-.344q-.14-.16-.354-.15T9.3 9.2l-2.234 2.235q-.243.242-.243.565t.243.566L9.3 14.819q.14.14.354.15t.354-.15"/></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.494 20.299q-1.642-.701-2.867-1.926t-1.926-2.867T3 12t.701-3.506t1.926-2.857T8.494 3.71T12 3t3.506.71t2.857 1.927t1.926 2.857T21 12t-.71 3.506t-1.926 2.867t-2.858 1.926T12 21t-3.506-.701M12 20q3.325 0 5.663-2.328T20 12q0-3.325-2.337-5.663T12 4Q8.656 4 6.328 6.338T4 12q0 3.344 2.328 5.672T12 20m-1.992-5.18q.14-.141.14-.355q0-.213-.14-.353L8.396 12.5h7.227l-1.592 1.612q-.14.14-.15.344t.15.363t.354.16t.354-.16l2.215-2.254q.242-.242.242-.565t-.242-.565L14.738 9.2q-.14-.16-.344-.16t-.363.16t-.16.354t.16.354l1.592 1.592H8.396l1.592-1.611q.14-.141.15-.345t-.13-.344q-.14-.16-.354-.15T9.3 9.2l-2.234 2.235q-.243.242-.243.565t.243.566L9.3 14.819q.14.14.354.15t.354-.15"/></svg> </template>
CSS
.icon-arrows-left-right-circle-outline-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%22M8.494%2020.299q-1.642-.701-2.867-1.926t-1.926-2.867T3%2012t.701-3.506t1.926-2.857T8.494%203.71T12%203t3.506.71t2.857%201.927t1.926%202.857T21%2012t-.71%203.506t-1.926%202.867t-2.858%201.926T12%2021t-3.506-.701M12%2020q3.325%200%205.663-2.328T20%2012q0-3.325-2.337-5.663T12%204Q8.656%204%206.328%206.338T4%2012q0%203.344%202.328%205.672T12%2020m-1.992-5.18q.14-.141.14-.355q0-.213-.14-.353L8.396%2012.5h7.227l-1.592%201.612q-.14.14-.15.344t.15.363t.354.16t.354-.16l2.215-2.254q.242-.242.242-.565t-.242-.565L14.738%209.2q-.14-.16-.344-.16t-.363.16t-.16.354t.16.354l1.592%201.592H8.396l1.592-1.611q.14-.141.15-.345t-.13-.344q-.14-.16-.354-.15T9.3%209.2l-2.234%202.235q-.243.242-.243.565t.243.566L9.3%2014.819q.14.14.354.15t.354-.15%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.494%2020.299q-1.642-.701-2.867-1.926t-1.926-2.867T3%2012t.701-3.506t1.926-2.857T8.494%203.71T12%203t3.506.71t2.857%201.927t1.926%202.857T21%2012t-.71%203.506t-1.926%202.867t-2.858%201.926T12%2021t-3.506-.701M12%2020q3.325%200%205.663-2.328T20%2012q0-3.325-2.337-5.663T12%204Q8.656%204%206.328%206.338T4%2012q0%203.344%202.328%205.672T12%2020m-1.992-5.18q.14-.141.14-.355q0-.213-.14-.353L8.396%2012.5h7.227l-1.592%201.612q-.14.14-.15.344t.15.363t.354.16t.354-.16l2.215-2.254q.242-.242.242-.565t-.242-.565L14.738%209.2q-.14-.16-.344-.16t-.363.16t-.16.354t.16.354l1.592%201.592H8.396l1.592-1.611q.14-.141.15-.345t-.13-.344q-.14-.16-.354-.15T9.3%209.2l-2.234%202.235q-.243.242-.243.565t.243.566L9.3%2014.819q.14.14.354.15t.354-.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/arrows-left-right-circle-outline-rounded.svg?color=%231a73e8&size=48