commodity icon

commodity from IconPark by ByteDance · Color · Money · Apache-2.0 Free for personal and commercial use.

Name
commodity
Set
IconPark
Style
Color
Category
Money
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More money icons from IconPark

Use the commodity icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M9.78101 9.75193C9.90612 8.75107 10.7569 8 11.7656 8H36.2344C37.2431 8 38.0939 8.75107 38.219 9.75193L41.719 37.7519C41.8682 38.9456 40.9374 40 39.7344 40H8.26556C7.06257 40 6.1318 38.9456 6.28101 37.7519L9.78101 9.75193Z"/><path stroke="#fff" stroke-linecap="round" d="M15 18C15 18 17 22 24 22C31 22 33 18 33 18"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkCommodity(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M9.78101 9.75193C9.90612 8.75107 10.7569 8 11.7656 8H36.2344C37.2431 8 38.0939 8.75107 38.219 9.75193L41.719 37.7519C41.8682 38.9456 40.9374 40 39.7344 40H8.26556C7.06257 40 6.1318 38.9456 6.28101 37.7519L9.78101 9.75193Z"/><path stroke="#fff" strokeLinecap="round" d="M15 18C15 18 17 22 24 22C31 22 33 18 33 18"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M9.78101 9.75193C9.90612 8.75107 10.7569 8 11.7656 8H36.2344C37.2431 8 38.0939 8.75107 38.219 9.75193L41.719 37.7519C41.8682 38.9456 40.9374 40 39.7344 40H8.26556C7.06257 40 6.1318 38.9456 6.28101 37.7519L9.78101 9.75193Z"/><path stroke="#fff" stroke-linecap="round" d="M15 18C15 18 17 22 24 22C31 22 33 18 33 18"/></g></svg>
</template>

CSS

.icon-commodity {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M9.78101%209.75193C9.90612%208.75107%2010.7569%208%2011.7656%208H36.2344C37.2431%208%2038.0939%208.75107%2038.219%209.75193L41.719%2037.7519C41.8682%2038.9456%2040.9374%2040%2039.7344%2040H8.26556C7.06257%2040%206.1318%2038.9456%206.28101%2037.7519L9.78101%209.75193Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M15%2018C15%2018%2017%2022%2024%2022C31%2022%2033%2018%2033%2018%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M9.78101%209.75193C9.90612%208.75107%2010.7569%208%2011.7656%208H36.2344C37.2431%208%2038.0939%208.75107%2038.219%209.75193L41.719%2037.7519C41.8682%2038.9456%2040.9374%2040%2039.7344%2040H8.26556C7.06257%2040%206.1318%2038.9456%206.28101%2037.7519L9.78101%209.75193Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M15%2018C15%2018%2017%2022%2024%2022C31%2022%2033%2018%2033%2018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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