compare-arrows-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
compare-arrows-rounded
Set
Material Symbols Light
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
compare-arrows-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the compare arrows icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.387 15.173H3.5q-.213 0-.357-.143T3 14.673t.143-.357t.357-.143h6.887l-2.74-2.74q-.141-.14-.15-.342q-.01-.2.15-.366q.165-.165.356-.165t.357.165l3.382 3.383q.131.13.184.267t.053.298t-.053.298t-.184.267l-3.388 3.389q-.146.146-.344.153q-.199.007-.364-.159q-.16-.165-.162-.354t.162-.353zm3.226-5.365l2.74 2.74q.141.14.15.341t-.15.367q-.164.165-.356.165t-.356-.165l-3.383-3.383q-.131-.13-.184-.267t-.053-.298t.053-.298t.184-.268l3.388-3.388q.146-.146.345-.153t.363.159q.16.165.162.353q.003.189-.162.354l-2.74 2.74H20.5q.214 0 .357.144t.143.357t-.143.357t-.357.143z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCompareArrowsRounded(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="M10.387 15.173H3.5q-.213 0-.357-.143T3 14.673t.143-.357t.357-.143h6.887l-2.74-2.74q-.141-.14-.15-.342q-.01-.2.15-.366q.165-.165.356-.165t.357.165l3.382 3.383q.131.13.184.267t.053.298t-.053.298t-.184.267l-3.388 3.389q-.146.146-.344.153q-.199.007-.364-.159q-.16-.165-.162-.354t.162-.353zm3.226-5.365l2.74 2.74q.141.14.15.341t-.15.367q-.164.165-.356.165t-.356-.165l-3.383-3.383q-.131-.13-.184-.267t-.053-.298t.053-.298t.184-.268l3.388-3.388q.146-.146.345-.153t.363.159q.16.165.162.353q.003.189-.162.354l-2.74 2.74H20.5q.214 0 .357.144t.143.357t-.143.357t-.357.143z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.387 15.173H3.5q-.213 0-.357-.143T3 14.673t.143-.357t.357-.143h6.887l-2.74-2.74q-.141-.14-.15-.342q-.01-.2.15-.366q.165-.165.356-.165t.357.165l3.382 3.383q.131.13.184.267t.053.298t-.053.298t-.184.267l-3.388 3.389q-.146.146-.344.153q-.199.007-.364-.159q-.16-.165-.162-.354t.162-.353zm3.226-5.365l2.74 2.74q.141.14.15.341t-.15.367q-.164.165-.356.165t-.356-.165l-3.383-3.383q-.131-.13-.184-.267t-.053-.298t.053-.298t.184-.268l3.388-3.388q.146-.146.345-.153t.363.159q.16.165.162.353q.003.189-.162.354l-2.74 2.74H20.5q.214 0 .357.144t.143.357t-.143.357t-.357.143z"/></svg>
</template>

CSS

.icon-compare-arrows-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%22M10.387%2015.173H3.5q-.213%200-.357-.143T3%2014.673t.143-.357t.357-.143h6.887l-2.74-2.74q-.141-.14-.15-.342q-.01-.2.15-.366q.165-.165.356-.165t.357.165l3.382%203.383q.131.13.184.267t.053.298t-.053.298t-.184.267l-3.388%203.389q-.146.146-.344.153q-.199.007-.364-.159q-.16-.165-.162-.354t.162-.353zm3.226-5.365l2.74%202.74q.141.14.15.341t-.15.367q-.164.165-.356.165t-.356-.165l-3.383-3.383q-.131-.13-.184-.267t-.053-.298t.053-.298t.184-.268l3.388-3.388q.146-.146.345-.153t.363.159q.16.165.162.353q.003.189-.162.354l-2.74%202.74H20.5q.214%200%20.357.144t.143.357t-.143.357t-.357.143z%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%22M10.387%2015.173H3.5q-.213%200-.357-.143T3%2014.673t.143-.357t.357-.143h6.887l-2.74-2.74q-.141-.14-.15-.342q-.01-.2.15-.366q.165-.165.356-.165t.357.165l3.382%203.383q.131.13.184.267t.053.298t-.053.298t-.184.267l-3.388%203.389q-.146.146-.344.153q-.199.007-.364-.159q-.16-.165-.162-.354t.162-.353zm3.226-5.365l2.74%202.74q.141.14.15.341t-.15.367q-.164.165-.356.165t-.356-.165l-3.383-3.383q-.131-.13-.184-.267t-.053-.298t.053-.298t.184-.268l3.388-3.388q.146-.146.345-.153t.363.159q.16.165.162.353q.003.189-.162.354l-2.74%202.74H20.5q.214%200%20.357.144t.143.357t-.143.357t-.357.143z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/compare-arrows-rounded.svg?color=%231a73e8&size=48