trade from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
trade
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the trade 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-linejoin="round" stroke-width="1.5"><path d="M22 8.5a6.5 6.5 0 0 1-7.02 6.48a6.51 6.51 0 0 0-5.96-5.96A6.5 6.5 0 1 1 22 8.5"/><path d="M15 15.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0M5.59 2H3c-.55 0-1 .45-1 1v2.59c0 .89 1.08 1.34 1.71.71L6.3 3.71C6.92 3.08 6.48 2 5.59 2m12.82 20H21c.55 0 1-.45 1-1v-2.59c0-.89-1.08-1.34-1.71-.71l-2.59 2.59c-.62.63-.18 1.71.71 1.71"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconTrade(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M22 8.5a6.5 6.5 0 0 1-7.02 6.48a6.51 6.51 0 0 0-5.96-5.96A6.5 6.5 0 1 1 22 8.5"/><path d="M15 15.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0M5.59 2H3c-.55 0-1 .45-1 1v2.59c0 .89 1.08 1.34 1.71.71L6.3 3.71C6.92 3.08 6.48 2 5.59 2m12.82 20H21c.55 0 1-.45 1-1v-2.59c0-.89-1.08-1.34-1.71-.71l-2.59 2.59c-.62.63-.18 1.71.71 1.71"/></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-linejoin="round" stroke-width="1.5"><path d="M22 8.5a6.5 6.5 0 0 1-7.02 6.48a6.51 6.51 0 0 0-5.96-5.96A6.5 6.5 0 1 1 22 8.5"/><path d="M15 15.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0M5.59 2H3c-.55 0-1 .45-1 1v2.59c0 .89 1.08 1.34 1.71.71L6.3 3.71C6.92 3.08 6.48 2 5.59 2m12.82 20H21c.55 0 1-.45 1-1v-2.59c0-.89-1.08-1.34-1.71-.71l-2.59 2.59c-.62.63-.18 1.71.71 1.71"/></g></svg>
</template>

CSS

.icon-trade {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%208.5a6.5%206.5%200%200%201-7.02%206.48a6.51%206.51%200%200%200-5.96-5.96A6.5%206.5%200%201%201%2022%208.5%22%2F%3E%3Cpath%20d%3D%22M15%2015.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200M5.59%202H3c-.55%200-1%20.45-1%201v2.59c0%20.89%201.08%201.34%201.71.71L6.3%203.71C6.92%203.08%206.48%202%205.59%202m12.82%2020H21c.55%200%201-.45%201-1v-2.59c0-.89-1.08-1.34-1.71-.71l-2.59%202.59c-.62.63-.18%201.71.71%201.71%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%208.5a6.5%206.5%200%200%201-7.02%206.48a6.51%206.51%200%200%200-5.96-5.96A6.5%206.5%200%201%201%2022%208.5%22%2F%3E%3Cpath%20d%3D%22M15%2015.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200M5.59%202H3c-.55%200-1%20.45-1%201v2.59c0%20.89%201.08%201.34%201.71.71L6.3%203.71C6.92%203.08%206.48%202%205.59%202m12.82%2020H21c.55%200%201-.45%201-1v-2.59c0-.89-1.08-1.34-1.71-.71l-2.59%202.59c-.62.63-.18%201.71.71%201.71%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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