trade icon
trade-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- trade-filled
- Set
- Reicon
- Style
- Filled
- 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="currentColor"><path d="M15 15.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0"/><path d="M22 8.5c0 3.26-2.4 5.95-5.52 6.42v-.06c-.31-3.88-3.46-7.03-7.37-7.34h-.03A6.495 6.495 0 0 1 15.5 2A6.5 6.5 0 0 1 22 8.5M5.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 ReiconTradeFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15 15.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0"/><path d="M22 8.5c0 3.26-2.4 5.95-5.52 6.42v-.06c-.31-3.88-3.46-7.03-7.37-7.34h-.03A6.495 6.495 0 0 1 15.5 2A6.5 6.5 0 0 1 22 8.5M5.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="currentColor"><path d="M15 15.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0"/><path d="M22 8.5c0 3.26-2.4 5.95-5.52 6.42v-.06c-.31-3.88-3.46-7.03-7.37-7.34h-.03A6.495 6.495 0 0 1 15.5 2A6.5 6.5 0 0 1 22 8.5M5.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-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15%2015.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200%22%2F%3E%3Cpath%20d%3D%22M22%208.5c0%203.26-2.4%205.95-5.52%206.42v-.06c-.31-3.88-3.46-7.03-7.37-7.34h-.03A6.495%206.495%200%200%201%2015.5%202A6.5%206.5%200%200%201%2022%208.5M5.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%22currentColor%22%3E%3Cpath%20d%3D%22M15%2015.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200%22%2F%3E%3Cpath%20d%3D%22M22%208.5c0%203.26-2.4%205.95-5.52%206.42v-.06c-.31-3.88-3.46-7.03-7.37-7.34h-.03A6.495%206.495%200%200%201%2015.5%202A6.5%206.5%200%200%201%2022%208.5M5.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-filled.svg?color=%231a73e8&size=48