exchange-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
exchange-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

Use the exchange icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 3a3 3 0 0 1 1 5.83V13a6 6 0 0 1-6 6h-.585l1.292 1.293a1 1 0 0 1 .083 1.32l-.083.094a1 1 0 0 1-1.414 0l-2.959-2.959a1 1 0 0 1-.238-.32l-.038-.091l-.028-.094a.98.98 0 0 1 .187-.866l.076-.084l3-3a1 1 0 0 1 1.414 1.414L13.414 17H14a4 4 0 0 0 3.995-3.8L18 13V8.829A3 3 0 0 1 16 6l.005-.176A3 3 0 0 1 19 3m-8.293-.707l3 3a.98.98 0 0 1 .263.95l-.01.031l-.003.018l-.008.018l-.007.027l-.016.035l-.01.032l-.007.01l-.005.014a1 1 0 0 1-.232.316l-2.965 2.963a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1 0-1.414L10.584 7H10a4 4 0 0 0-3.995 3.8L6 11v4.171A3.001 3.001 0 1 1 2 18l.005-.176A3 3 0 0 1 4 15.17V11a6 6 0 0 1 6-6h.585L9.293 3.707a1 1 0 0 1-.083-1.32l.083-.094a1 1 0 0 1 1.414 0"/></svg>

React

import type { SVGProps } from "react";

export function TablerExchangeFilled(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="M19 3a3 3 0 0 1 1 5.83V13a6 6 0 0 1-6 6h-.585l1.292 1.293a1 1 0 0 1 .083 1.32l-.083.094a1 1 0 0 1-1.414 0l-2.959-2.959a1 1 0 0 1-.238-.32l-.038-.091l-.028-.094a.98.98 0 0 1 .187-.866l.076-.084l3-3a1 1 0 0 1 1.414 1.414L13.414 17H14a4 4 0 0 0 3.995-3.8L18 13V8.829A3 3 0 0 1 16 6l.005-.176A3 3 0 0 1 19 3m-8.293-.707l3 3a.98.98 0 0 1 .263.95l-.01.031l-.003.018l-.008.018l-.007.027l-.016.035l-.01.032l-.007.01l-.005.014a1 1 0 0 1-.232.316l-2.965 2.963a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1 0-1.414L10.584 7H10a4 4 0 0 0-3.995 3.8L6 11v4.171A3.001 3.001 0 1 1 2 18l.005-.176A3 3 0 0 1 4 15.17V11a6 6 0 0 1 6-6h.585L9.293 3.707a1 1 0 0 1-.083-1.32l.083-.094a1 1 0 0 1 1.414 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 3a3 3 0 0 1 1 5.83V13a6 6 0 0 1-6 6h-.585l1.292 1.293a1 1 0 0 1 .083 1.32l-.083.094a1 1 0 0 1-1.414 0l-2.959-2.959a1 1 0 0 1-.238-.32l-.038-.091l-.028-.094a.98.98 0 0 1 .187-.866l.076-.084l3-3a1 1 0 0 1 1.414 1.414L13.414 17H14a4 4 0 0 0 3.995-3.8L18 13V8.829A3 3 0 0 1 16 6l.005-.176A3 3 0 0 1 19 3m-8.293-.707l3 3a.98.98 0 0 1 .263.95l-.01.031l-.003.018l-.008.018l-.007.027l-.016.035l-.01.032l-.007.01l-.005.014a1 1 0 0 1-.232.316l-2.965 2.963a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1 0-1.414L10.584 7H10a4 4 0 0 0-3.995 3.8L6 11v4.171A3.001 3.001 0 1 1 2 18l.005-.176A3 3 0 0 1 4 15.17V11a6 6 0 0 1 6-6h.585L9.293 3.707a1 1 0 0 1-.083-1.32l.083-.094a1 1 0 0 1 1.414 0"/></svg>
</template>

CSS

.icon-exchange-filled {
  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%22M19%203a3%203%200%200%201%201%205.83V13a6%206%200%200%201-6%206h-.585l1.292%201.293a1%201%200%200%201%20.083%201.32l-.083.094a1%201%200%200%201-1.414%200l-2.959-2.959a1%201%200%200%201-.238-.32l-.038-.091l-.028-.094a.98.98%200%200%201%20.187-.866l.076-.084l3-3a1%201%200%200%201%201.414%201.414L13.414%2017H14a4%204%200%200%200%203.995-3.8L18%2013V8.829A3%203%200%200%201%2016%206l.005-.176A3%203%200%200%201%2019%203m-8.293-.707l3%203a.98.98%200%200%201%20.263.95l-.01.031l-.003.018l-.008.018l-.007.027l-.016.035l-.01.032l-.007.01l-.005.014a1%201%200%200%201-.232.316l-2.965%202.963a1%201%200%200%201-1.32.083l-.094-.083a1%201%200%200%201%200-1.414L10.584%207H10a4%204%200%200%200-3.995%203.8L6%2011v4.171A3.001%203.001%200%201%201%202%2018l.005-.176A3%203%200%200%201%204%2015.17V11a6%206%200%200%201%206-6h.585L9.293%203.707a1%201%200%200%201-.083-1.32l.083-.094a1%201%200%200%201%201.414%200%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%22M19%203a3%203%200%200%201%201%205.83V13a6%206%200%200%201-6%206h-.585l1.292%201.293a1%201%200%200%201%20.083%201.32l-.083.094a1%201%200%200%201-1.414%200l-2.959-2.959a1%201%200%200%201-.238-.32l-.038-.091l-.028-.094a.98.98%200%200%201%20.187-.866l.076-.084l3-3a1%201%200%200%201%201.414%201.414L13.414%2017H14a4%204%200%200%200%203.995-3.8L18%2013V8.829A3%203%200%200%201%2016%206l.005-.176A3%203%200%200%201%2019%203m-8.293-.707l3%203a.98.98%200%200%201%20.263.95l-.01.031l-.003.018l-.008.018l-.007.027l-.016.035l-.01.032l-.007.01l-.005.014a1%201%200%200%201-.232.316l-2.965%202.963a1%201%200%200%201-1.32.083l-.094-.083a1%201%200%200%201%200-1.414L10.584%207H10a4%204%200%200%200-3.995%203.8L6%2011v4.171A3.001%203.001%200%201%201%202%2018l.005-.176A3%203%200%200%201%204%2015.17V11a6%206%200%200%201%206-6h.585L9.293%203.707a1%201%200%200%201-.083-1.32l.083-.094a1%201%200%200%201%201.414%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/exchange-filled.svg?color=%231a73e8&size=48