jar from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
jar
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the jar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.005 2.076V16c0 2.828 0 4.243.88 5.121s2.296.879 5.13.879c2.832 0 4.249 0 5.129-.879c.88-.878.88-2.293.88-5.121V7.25c0-.955.182-1.493.75-2.25c.444-.59 1.644-1.743 1.077-2.566C20.552 2 19.792 2 18.273 2H10.01c-2.833 0-4.25 0-5.13.879C4 3.757 4 5.172 4 8v2m15-2h-3m3 3.333h-3m3 3.334h-3M18.5 18H16"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsJar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M7.005 2.076V16c0 2.828 0 4.243.88 5.121s2.296.879 5.13.879c2.832 0 4.249 0 5.129-.879c.88-.878.88-2.293.88-5.121V7.25c0-.955.182-1.493.75-2.25c.444-.59 1.644-1.743 1.077-2.566C20.552 2 19.792 2 18.273 2H10.01c-2.833 0-4.25 0-5.13.879C4 3.757 4 5.172 4 8v2m15-2h-3m3 3.333h-3m3 3.334h-3M18.5 18H16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.005 2.076V16c0 2.828 0 4.243.88 5.121s2.296.879 5.13.879c2.832 0 4.249 0 5.129-.879c.88-.878.88-2.293.88-5.121V7.25c0-.955.182-1.493.75-2.25c.444-.59 1.644-1.743 1.077-2.566C20.552 2 19.792 2 18.273 2H10.01c-2.833 0-4.25 0-5.13.879C4 3.757 4 5.172 4 8v2m15-2h-3m3 3.333h-3m3 3.334h-3M18.5 18H16"/></svg>
</template>

CSS

.icon-jar {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7.005%202.076V16c0%202.828%200%204.243.88%205.121s2.296.879%205.13.879c2.832%200%204.249%200%205.129-.879c.88-.878.88-2.293.88-5.121V7.25c0-.955.182-1.493.75-2.25c.444-.59%201.644-1.743%201.077-2.566C20.552%202%2019.792%202%2018.273%202H10.01c-2.833%200-4.25%200-5.13.879C4%203.757%204%205.172%204%208v2m15-2h-3m3%203.333h-3m3%203.334h-3M18.5%2018H16%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7.005%202.076V16c0%202.828%200%204.243.88%205.121s2.296.879%205.13.879c2.832%200%204.249%200%205.129-.879c.88-.878.88-2.293.88-5.121V7.25c0-.955.182-1.493.75-2.25c.444-.59%201.644-1.743%201.077-2.566C20.552%202%2019.792%202%2018.273%202H10.01c-2.833%200-4.25%200-5.13.879C4%203.757%204%205.172%204%208v2m15-2h-3m3%203.333h-3m3%203.334h-3M18.5%2018H16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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