arrows left right circle icon

arrows-left-right-circle from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
arrows-left-right-circle
Set
Material Symbols Light
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
arrows-left-right-circle-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

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-.701m1.16-5.126l.688-.708L8.396 12.5h7.227l-1.946 1.966l.708.707L17.519 12l-3.134-3.154l-.708.708l1.946 1.946H8.396l1.946-1.946l-.688-.708L6.5 12z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightArrowsLeftRightCircle(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-.701m1.16-5.126l.688-.708L8.396 12.5h7.227l-1.946 1.966l.708.707L17.519 12l-3.134-3.154l-.708.708l1.946 1.946H8.396l1.946-1.946l-.688-.708L6.5 12z"/></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-.701m1.16-5.126l.688-.708L8.396 12.5h7.227l-1.946 1.966l.708.707L17.519 12l-3.134-3.154l-.708.708l1.946 1.946H8.396l1.946-1.946l-.688-.708L6.5 12z"/></svg>
</template>

CSS

.icon-arrows-left-right-circle {
  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-.701m1.16-5.126l.688-.708L8.396%2012.5h7.227l-1.946%201.966l.708.707L17.519%2012l-3.134-3.154l-.708.708l1.946%201.946H8.396l1.946-1.946l-.688-.708L6.5%2012z%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-.701m1.16-5.126l.688-.708L8.396%2012.5h7.227l-1.946%201.966l.708.707L17.519%2012l-3.134-3.154l-.708.708l1.946%201.946H8.396l1.946-1.946l-.688-.708L6.5%2012z%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.svg?color=%231a73e8&size=48