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

Name
swap-horiz-rounded
Set
Material Symbols Light
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
swap-horiz-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 swap horiz icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.921 15.173l2.74 2.74q.141.14.15.342q.01.2-.15.366q-.165.165-.356.165t-.357-.165l-3.383-3.383q-.13-.13-.183-.267t-.053-.298t.053-.298t.184-.267l3.388-3.389q.146-.146.344-.153t.364.159q.16.165.162.354t-.162.354l-2.74 2.74h6.886q.213 0 .357.143t.143.357t-.143.357t-.357.143zM19.08 9.808h-6.887q-.213 0-.356-.144t-.144-.356t.144-.357t.356-.143h6.887l-2.74-2.74q-.141-.141-.15-.342t.15-.366q.165-.166.356-.166q.192 0 .357.166l3.383 3.382q.13.131.183.267q.053.137.053.299t-.053.298q-.052.136-.183.267l-3.389 3.389q-.146.146-.344.153q-.198.006-.363-.16q-.16-.164-.163-.353t.163-.354z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSwapHorizRounded(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="m4.921 15.173l2.74 2.74q.141.14.15.342q.01.2-.15.366q-.165.165-.356.165t-.357-.165l-3.383-3.383q-.13-.13-.183-.267t-.053-.298t.053-.298t.184-.267l3.388-3.389q.146-.146.344-.153t.364.159q.16.165.162.354t-.162.354l-2.74 2.74h6.886q.213 0 .357.143t.143.357t-.143.357t-.357.143zM19.08 9.808h-6.887q-.213 0-.356-.144t-.144-.356t.144-.357t.356-.143h6.887l-2.74-2.74q-.141-.141-.15-.342t.15-.366q.165-.166.356-.166q.192 0 .357.166l3.383 3.382q.13.131.183.267q.053.137.053.299t-.053.298q-.052.136-.183.267l-3.389 3.389q-.146.146-.344.153q-.198.006-.363-.16q-.16-.164-.163-.353t.163-.354z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.921 15.173l2.74 2.74q.141.14.15.342q.01.2-.15.366q-.165.165-.356.165t-.357-.165l-3.383-3.383q-.13-.13-.183-.267t-.053-.298t.053-.298t.184-.267l3.388-3.389q.146-.146.344-.153t.364.159q.16.165.162.354t-.162.354l-2.74 2.74h6.886q.213 0 .357.143t.143.357t-.143.357t-.357.143zM19.08 9.808h-6.887q-.213 0-.356-.144t-.144-.356t.144-.357t.356-.143h6.887l-2.74-2.74q-.141-.141-.15-.342t.15-.366q.165-.166.356-.166q.192 0 .357.166l3.383 3.382q.13.131.183.267q.053.137.053.299t-.053.298q-.052.136-.183.267l-3.389 3.389q-.146.146-.344.153q-.198.006-.363-.16q-.16-.164-.163-.353t.163-.354z"/></svg>
</template>

CSS

.icon-swap-horiz-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%22m4.921%2015.173l2.74%202.74q.141.14.15.342q.01.2-.15.366q-.165.165-.356.165t-.357-.165l-3.383-3.383q-.13-.13-.183-.267t-.053-.298t.053-.298t.184-.267l3.388-3.389q.146-.146.344-.153t.364.159q.16.165.162.354t-.162.354l-2.74%202.74h6.886q.213%200%20.357.143t.143.357t-.143.357t-.357.143zM19.08%209.808h-6.887q-.213%200-.356-.144t-.144-.356t.144-.357t.356-.143h6.887l-2.74-2.74q-.141-.141-.15-.342t.15-.366q.165-.166.356-.166q.192%200%20.357.166l3.383%203.382q.13.131.183.267q.053.137.053.299t-.053.298q-.052.136-.183.267l-3.389%203.389q-.146.146-.344.153q-.198.006-.363-.16q-.16-.164-.163-.353t.163-.354z%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%22m4.921%2015.173l2.74%202.74q.141.14.15.342q.01.2-.15.366q-.165.165-.356.165t-.357-.165l-3.383-3.383q-.13-.13-.183-.267t-.053-.298t.053-.298t.184-.267l3.388-3.389q.146-.146.344-.153t.364.159q.16.165.162.354t-.162.354l-2.74%202.74h6.886q.213%200%20.357.143t.143.357t-.143.357t-.357.143zM19.08%209.808h-6.887q-.213%200-.356-.144t-.144-.356t.144-.357t.356-.143h6.887l-2.74-2.74q-.141-.141-.15-.342t.15-.366q.165-.166.356-.166q.192%200%20.357.166l3.383%203.382q.13.131.183.267q.053.137.053.299t-.053.298q-.052.136-.183.267l-3.389%203.389q-.146.146-.344.153q-.198.006-.363-.16q-.16-.164-.163-.353t.163-.354z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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