compare arrows icon

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

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

1 other variant in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

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="M9.175 16H3q-.425 0-.712-.288T2 15t.288-.712T3 14h6.175L7.3 12.125q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L12.3 14.3q.15.15.213.325t.062.375t-.062.375t-.213.325l-3.6 3.6q-.3.3-.7.288t-.7-.313q-.275-.3-.287-.7t.287-.7zm5.65-6l1.875 1.875q.275.275.275.688t-.275.712q-.3.3-.712.3t-.713-.3L11.7 9.7q-.15-.15-.212-.325T11.425 9t.063-.375t.212-.325l3.6-3.6q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7L14.825 8H21q.425 0 .713.288T22 9t-.288.713T21 10z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsCompareArrowsRounded(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="M9.175 16H3q-.425 0-.712-.288T2 15t.288-.712T3 14h6.175L7.3 12.125q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L12.3 14.3q.15.15.213.325t.062.375t-.062.375t-.213.325l-3.6 3.6q-.3.3-.7.288t-.7-.313q-.275-.3-.287-.7t.287-.7zm5.65-6l1.875 1.875q.275.275.275.688t-.275.712q-.3.3-.712.3t-.713-.3L11.7 9.7q-.15-.15-.212-.325T11.425 9t.063-.375t.212-.325l3.6-3.6q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7L14.825 8H21q.425 0 .713.288T22 9t-.288.713T21 10z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.175 16H3q-.425 0-.712-.288T2 15t.288-.712T3 14h6.175L7.3 12.125q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L12.3 14.3q.15.15.213.325t.062.375t-.062.375t-.213.325l-3.6 3.6q-.3.3-.7.288t-.7-.313q-.275-.3-.287-.7t.287-.7zm5.65-6l1.875 1.875q.275.275.275.688t-.275.712q-.3.3-.712.3t-.713-.3L11.7 9.7q-.15-.15-.212-.325T11.425 9t.063-.375t.212-.325l3.6-3.6q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7L14.825 8H21q.425 0 .713.288T22 9t-.288.713T21 10z"/></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%22M9.175%2016H3q-.425%200-.712-.288T2%2015t.288-.712T3%2014h6.175L7.3%2012.125q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L12.3%2014.3q.15.15.213.325t.062.375t-.062.375t-.213.325l-3.6%203.6q-.3.3-.7.288t-.7-.313q-.275-.3-.287-.7t.287-.7zm5.65-6l1.875%201.875q.275.275.275.688t-.275.712q-.3.3-.712.3t-.713-.3L11.7%209.7q-.15-.15-.212-.325T11.425%209t.063-.375t.212-.325l3.6-3.6q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7L14.825%208H21q.425%200%20.713.288T22%209t-.288.713T21%2010z%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%22M9.175%2016H3q-.425%200-.712-.288T2%2015t.288-.712T3%2014h6.175L7.3%2012.125q-.275-.275-.275-.687t.275-.713q.3-.3.713-.3t.712.3L12.3%2014.3q.15.15.213.325t.062.375t-.062.375t-.213.325l-3.6%203.6q-.3.3-.7.288t-.7-.313q-.275-.3-.287-.7t.287-.7zm5.65-6l1.875%201.875q.275.275.275.688t-.275.712q-.3.3-.712.3t-.713-.3L11.7%209.7q-.15-.15-.212-.325T11.425%209t.063-.375t.212-.325l3.6-3.6q.3-.3.7-.287t.7.312q.275.3.288.7t-.288.7L14.825%208H21q.425%200%20.713.288T22%209t-.288.713T21%2010z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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