barrel icon
barrel from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- barrel
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the barrel 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="M14 3c.91 2.052 1.5 5.32 1.5 9s-.59 6.948-1.5 9M10 3c-.91 2.052-1.5 5.32-1.5 9s.59 6.948 1.5 9"/><path d="M21 12c0-2.36-.484-4.55-1.312-6.358c-.468-1.022-.701-1.532-1.565-2.087C17.258 3 16.457 3 14.853 3H9.147c-1.603 0-2.404 0-3.269.555c-.864.555-1.097 1.065-1.565 2.087C3.484 7.45 3 9.64 3 12s.484 4.55 1.312 6.358c.468 1.022.701 1.532 1.565 2.087c.865.555 1.666.555 3.27.555h5.707c1.603 0 2.404 0 3.269-.555c.864-.555 1.097-1.065 1.565-2.087C20.516 16.55 21 14.36 21 12M4 7h16M4 17h16"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBarrel(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="M14 3c.91 2.052 1.5 5.32 1.5 9s-.59 6.948-1.5 9M10 3c-.91 2.052-1.5 5.32-1.5 9s.59 6.948 1.5 9"/><path d="M21 12c0-2.36-.484-4.55-1.312-6.358c-.468-1.022-.701-1.532-1.565-2.087C17.258 3 16.457 3 14.853 3H9.147c-1.603 0-2.404 0-3.269.555c-.864.555-1.097 1.065-1.565 2.087C3.484 7.45 3 9.64 3 12s.484 4.55 1.312 6.358c.468 1.022.701 1.532 1.565 2.087c.865.555 1.666.555 3.27.555h5.707c1.603 0 2.404 0 3.269-.555c.864-.555 1.097-1.065 1.565-2.087C20.516 16.55 21 14.36 21 12M4 7h16M4 17h16"/></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="M14 3c.91 2.052 1.5 5.32 1.5 9s-.59 6.948-1.5 9M10 3c-.91 2.052-1.5 5.32-1.5 9s.59 6.948 1.5 9"/><path d="M21 12c0-2.36-.484-4.55-1.312-6.358c-.468-1.022-.701-1.532-1.565-2.087C17.258 3 16.457 3 14.853 3H9.147c-1.603 0-2.404 0-3.269.555c-.864.555-1.097 1.065-1.565 2.087C3.484 7.45 3 9.64 3 12s.484 4.55 1.312 6.358c.468 1.022.701 1.532 1.565 2.087c.865.555 1.666.555 3.27.555h5.707c1.603 0 2.404 0 3.269-.555c.864-.555 1.097-1.065 1.565-2.087C20.516 16.55 21 14.36 21 12M4 7h16M4 17h16"/></g></svg> </template>
CSS
.icon-barrel {
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%22M14%203c.91%202.052%201.5%205.32%201.5%209s-.59%206.948-1.5%209M10%203c-.91%202.052-1.5%205.32-1.5%209s.59%206.948%201.5%209%22%2F%3E%3Cpath%20d%3D%22M21%2012c0-2.36-.484-4.55-1.312-6.358c-.468-1.022-.701-1.532-1.565-2.087C17.258%203%2016.457%203%2014.853%203H9.147c-1.603%200-2.404%200-3.269.555c-.864.555-1.097%201.065-1.565%202.087C3.484%207.45%203%209.64%203%2012s.484%204.55%201.312%206.358c.468%201.022.701%201.532%201.565%202.087c.865.555%201.666.555%203.27.555h5.707c1.603%200%202.404%200%203.269-.555c.864-.555%201.097-1.065%201.565-2.087C20.516%2016.55%2021%2014.36%2021%2012M4%207h16M4%2017h16%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%22M14%203c.91%202.052%201.5%205.32%201.5%209s-.59%206.948-1.5%209M10%203c-.91%202.052-1.5%205.32-1.5%209s.59%206.948%201.5%209%22%2F%3E%3Cpath%20d%3D%22M21%2012c0-2.36-.484-4.55-1.312-6.358c-.468-1.022-.701-1.532-1.565-2.087C17.258%203%2016.457%203%2014.853%203H9.147c-1.603%200-2.404%200-3.269.555c-.864.555-1.097%201.065-1.565%202.087C3.484%207.45%203%209.64%203%2012s.484%204.55%201.312%206.358c.468%201.022.701%201.532%201.565%202.087c.865.555%201.666.555%203.27.555h5.707c1.603%200%202.404%200%203.269-.555c.864-.555%201.097-1.065%201.565-2.087C20.516%2016.55%2021%2014.36%2021%2012M4%207h16M4%2017h16%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/barrel.svg?color=%231a73e8&size=48