card exchange 01 icon

card-exchange-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
card-exchange-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the card exchange 01 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M2 16c0 2.21 0 3.316.702 4.054q.169.178.37.327C3.908 21 5.16 21 7.667 21h.666c2.506 0 3.759 0 4.595-.62q.201-.147.37-.326C14 19.316 14 18.211 14 16c0-2.21 0-3.316-.702-4.054a3 3 0 0 0-.37-.327C12.092 11 10.84 11 8.333 11h-.666c-2.506 0-3.759 0-4.595.62a3 3 0 0 0-.37.326C2 12.684 2 13.789 2 16m8-8c0-2.21 0-3.316.702-4.054q.168-.178.37-.327C11.908 3 13.16 3 15.667 3h.666c2.506 0 3.759 0 4.595.62q.201.148.37.326C22 4.684 22 5.789 22 8c0 2.21 0 3.316-.702 4.054a3 3 0 0 1-.37.327c-.758.562-1.86.614-3.928.618"/><path d="M2 15h12m-4-8h12"/><path stroke-linejoin="round" d="M2 9c0-3.317 2.683-6 6-6l-.857 1.714M22 15c0 3.317-2.683 6-6 6l.857-1.714"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCardExchange01(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M2 16c0 2.21 0 3.316.702 4.054q.169.178.37.327C3.908 21 5.16 21 7.667 21h.666c2.506 0 3.759 0 4.595-.62q.201-.147.37-.326C14 19.316 14 18.211 14 16c0-2.21 0-3.316-.702-4.054a3 3 0 0 0-.37-.327C12.092 11 10.84 11 8.333 11h-.666c-2.506 0-3.759 0-4.595.62a3 3 0 0 0-.37.326C2 12.684 2 13.789 2 16m8-8c0-2.21 0-3.316.702-4.054q.168-.178.37-.327C11.908 3 13.16 3 15.667 3h.666c2.506 0 3.759 0 4.595.62q.201.148.37.326C22 4.684 22 5.789 22 8c0 2.21 0 3.316-.702 4.054a3 3 0 0 1-.37.327c-.758.562-1.86.614-3.928.618"/><path d="M2 15h12m-4-8h12"/><path strokeLinejoin="round" d="M2 9c0-3.317 2.683-6 6-6l-.857 1.714M22 15c0 3.317-2.683 6-6 6l.857-1.714"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M2 16c0 2.21 0 3.316.702 4.054q.169.178.37.327C3.908 21 5.16 21 7.667 21h.666c2.506 0 3.759 0 4.595-.62q.201-.147.37-.326C14 19.316 14 18.211 14 16c0-2.21 0-3.316-.702-4.054a3 3 0 0 0-.37-.327C12.092 11 10.84 11 8.333 11h-.666c-2.506 0-3.759 0-4.595.62a3 3 0 0 0-.37.326C2 12.684 2 13.789 2 16m8-8c0-2.21 0-3.316.702-4.054q.168-.178.37-.327C11.908 3 13.16 3 15.667 3h.666c2.506 0 3.759 0 4.595.62q.201.148.37.326C22 4.684 22 5.789 22 8c0 2.21 0 3.316-.702 4.054a3 3 0 0 1-.37.327c-.758.562-1.86.614-3.928.618"/><path d="M2 15h12m-4-8h12"/><path stroke-linejoin="round" d="M2 9c0-3.317 2.683-6 6-6l-.857 1.714M22 15c0 3.317-2.683 6-6 6l.857-1.714"/></g></svg>
</template>

CSS

.icon-card-exchange-01 {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2016c0%202.21%200%203.316.702%204.054q.169.178.37.327C3.908%2021%205.16%2021%207.667%2021h.666c2.506%200%203.759%200%204.595-.62q.201-.147.37-.326C14%2019.316%2014%2018.211%2014%2016c0-2.21%200-3.316-.702-4.054a3%203%200%200%200-.37-.327C12.092%2011%2010.84%2011%208.333%2011h-.666c-2.506%200-3.759%200-4.595.62a3%203%200%200%200-.37.326C2%2012.684%202%2013.789%202%2016m8-8c0-2.21%200-3.316.702-4.054q.168-.178.37-.327C11.908%203%2013.16%203%2015.667%203h.666c2.506%200%203.759%200%204.595.62q.201.148.37.326C22%204.684%2022%205.789%2022%208c0%202.21%200%203.316-.702%204.054a3%203%200%200%201-.37.327c-.758.562-1.86.614-3.928.618%22%2F%3E%3Cpath%20d%3D%22M2%2015h12m-4-8h12%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2%209c0-3.317%202.683-6%206-6l-.857%201.714M22%2015c0%203.317-2.683%206-6%206l.857-1.714%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2016c0%202.21%200%203.316.702%204.054q.169.178.37.327C3.908%2021%205.16%2021%207.667%2021h.666c2.506%200%203.759%200%204.595-.62q.201-.147.37-.326C14%2019.316%2014%2018.211%2014%2016c0-2.21%200-3.316-.702-4.054a3%203%200%200%200-.37-.327C12.092%2011%2010.84%2011%208.333%2011h-.666c-2.506%200-3.759%200-4.595.62a3%203%200%200%200-.37.326C2%2012.684%202%2013.789%202%2016m8-8c0-2.21%200-3.316.702-4.054q.168-.178.37-.327C11.908%203%2013.16%203%2015.667%203h.666c2.506%200%203.759%200%204.595.62q.201.148.37.326C22%204.684%2022%205.789%2022%208c0%202.21%200%203.316-.702%204.054a3%203%200%200%201-.37.327c-.758.562-1.86.614-3.928.618%22%2F%3E%3Cpath%20d%3D%22M2%2015h12m-4-8h12%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2%209c0-3.317%202.683-6%206-6l-.857%201.714M22%2015c0%203.317-2.683%206-6%206l.857-1.714%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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