jar icon
jar from Akar Icons by Arturo Wibawa · Outline · MIT Free for personal and commercial use.
- Name
- jar
- Set
- Akar Icons
- Style
- Outline
- 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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m3 9l1.164 8.926a3.875 3.875 0 0 0 2.844 3.243v0c3.27.872 6.713.872 9.984 0v0a3.875 3.875 0 0 0 2.844-3.243L21 9"/><path d="M5.035 7.266C3.763 7.661 3 8.165 3 8.714C3 9.977 7.03 11 12 11s9-1.023 9-2.286c0-.55-.764-1.054-2.037-1.448"/><path d="m9 4l-3 .51C4.159 4.874 3 5.407 3 6c0 1.105 4.03 2 9 2s9-.895 9-2c0-.592-1.159-1.125-3-1.49L15 4m0 0a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v0"/></g></svg>
React
import type { SVGProps } from "react";
export function AkarIconsJar(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="2"><path d="m3 9l1.164 8.926a3.875 3.875 0 0 0 2.844 3.243v0c3.27.872 6.713.872 9.984 0v0a3.875 3.875 0 0 0 2.844-3.243L21 9"/><path d="M5.035 7.266C3.763 7.661 3 8.165 3 8.714C3 9.977 7.03 11 12 11s9-1.023 9-2.286c0-.55-.764-1.054-2.037-1.448"/><path d="m9 4l-3 .51C4.159 4.874 3 5.407 3 6c0 1.105 4.03 2 9 2s9-.895 9-2c0-.592-1.159-1.125-3-1.49L15 4m0 0a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v0"/></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="2"><path d="m3 9l1.164 8.926a3.875 3.875 0 0 0 2.844 3.243v0c3.27.872 6.713.872 9.984 0v0a3.875 3.875 0 0 0 2.844-3.243L21 9"/><path d="M5.035 7.266C3.763 7.661 3 8.165 3 8.714C3 9.977 7.03 11 12 11s9-1.023 9-2.286c0-.55-.764-1.054-2.037-1.448"/><path d="m9 4l-3 .51C4.159 4.874 3 5.407 3 6c0 1.105 4.03 2 9 2s9-.895 9-2c0-.592-1.159-1.125-3-1.49L15 4m0 0a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v0"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22m3%209l1.164%208.926a3.875%203.875%200%200%200%202.844%203.243v0c3.27.872%206.713.872%209.984%200v0a3.875%203.875%200%200%200%202.844-3.243L21%209%22%2F%3E%3Cpath%20d%3D%22M5.035%207.266C3.763%207.661%203%208.165%203%208.714C3%209.977%207.03%2011%2012%2011s9-1.023%209-2.286c0-.55-.764-1.054-2.037-1.448%22%2F%3E%3Cpath%20d%3D%22m9%204l-3%20.51C4.159%204.874%203%205.407%203%206c0%201.105%204.03%202%209%202s9-.895%209-2c0-.592-1.159-1.125-3-1.49L15%204m0%200a2%202%200%200%200-2-2h-2a2%202%200%200%200-2%202v0%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%222%22%3E%3Cpath%20d%3D%22m3%209l1.164%208.926a3.875%203.875%200%200%200%202.844%203.243v0c3.27.872%206.713.872%209.984%200v0a3.875%203.875%200%200%200%202.844-3.243L21%209%22%2F%3E%3Cpath%20d%3D%22M5.035%207.266C3.763%207.661%203%208.165%203%208.714C3%209.977%207.03%2011%2012%2011s9-1.023%209-2.286c0-.55-.764-1.054-2.037-1.448%22%2F%3E%3Cpath%20d%3D%22m9%204l-3%20.51C4.159%204.874%203%205.407%203%206c0%201.105%204.03%202%209%202s9-.895%209-2c0-.592-1.159-1.125-3-1.49L15%204m0%200a2%202%200%200%200-2-2h-2a2%202%200%200%200-2%202v0%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/akar-icons/jar.svg?color=%231a73e8&size=48