cylinder 2 icon
cylinder-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- cylinder-2-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the cylinder 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.746 6.146c.782.288 1.945.546 3.363.7a1 1 0 0 1 .891.995v7.226a30 30 0 0 1 4 0V7.833a1 1 0 0 1 .886-.994c1.416-.162 2.581-.428 3.366-.719c.712-.263-.495-.436-.846-.527C16.056 5.243 14.143 5 12 5s-4.056.243-5.406.593c-.382.099-1.607.274-.848.553M21 6v12c0 .672-.466 1.114-.77 1.341c-.349.26-.798.475-1.283.655c-.982.364-2.317.657-3.833.83A1 1 0 0 1 14 19.833v-2.76a27.5 27.5 0 0 0-4 0v2.768a1 1 0 0 1-1.109.994c-1.514-.166-2.85-.449-3.836-.812c-.487-.179-.941-.396-1.293-.665C3.44 19.113 3 18.664 3 18V6c0-.44.2-.788.407-1.028c.205-.236.464-.423.72-.572c.516-.298 1.2-.545 1.965-.743C7.638 3.257 9.725 3 12 3s4.362.257 5.908.657c.765.198 1.449.445 1.964.743c.258.149.516.336.721.572c.208.24.407.588.407 1.028" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteCylinder2Fill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M5.746 6.146c.782.288 1.945.546 3.363.7a1 1 0 0 1 .891.995v7.226a30 30 0 0 1 4 0V7.833a1 1 0 0 1 .886-.994c1.416-.162 2.581-.428 3.366-.719c.712-.263-.495-.436-.846-.527C16.056 5.243 14.143 5 12 5s-4.056.243-5.406.593c-.382.099-1.607.274-.848.553M21 6v12c0 .672-.466 1.114-.77 1.341c-.349.26-.798.475-1.283.655c-.982.364-2.317.657-3.833.83A1 1 0 0 1 14 19.833v-2.76a27.5 27.5 0 0 0-4 0v2.768a1 1 0 0 1-1.109.994c-1.514-.166-2.85-.449-3.836-.812c-.487-.179-.941-.396-1.293-.665C3.44 19.113 3 18.664 3 18V6c0-.44.2-.788.407-1.028c.205-.236.464-.423.72-.572c.516-.298 1.2-.545 1.965-.743C7.638 3.257 9.725 3 12 3s4.362.257 5.908.657c.765.198 1.449.445 1.964.743c.258.149.516.336.721.572c.208.24.407.588.407 1.028" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.746 6.146c.782.288 1.945.546 3.363.7a1 1 0 0 1 .891.995v7.226a30 30 0 0 1 4 0V7.833a1 1 0 0 1 .886-.994c1.416-.162 2.581-.428 3.366-.719c.712-.263-.495-.436-.846-.527C16.056 5.243 14.143 5 12 5s-4.056.243-5.406.593c-.382.099-1.607.274-.848.553M21 6v12c0 .672-.466 1.114-.77 1.341c-.349.26-.798.475-1.283.655c-.982.364-2.317.657-3.833.83A1 1 0 0 1 14 19.833v-2.76a27.5 27.5 0 0 0-4 0v2.768a1 1 0 0 1-1.109.994c-1.514-.166-2.85-.449-3.836-.812c-.487-.179-.941-.396-1.293-.665C3.44 19.113 3 18.664 3 18V6c0-.44.2-.788.407-1.028c.205-.236.464-.423.72-.572c.516-.298 1.2-.545 1.965-.743C7.638 3.257 9.725 3 12 3s4.362.257 5.908.657c.765.198 1.449.445 1.964.743c.258.149.516.336.721.572c.208.24.407.588.407 1.028" clip-rule="evenodd"/></svg> </template>
CSS
.icon-cylinder-2-fill {
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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.746%206.146c.782.288%201.945.546%203.363.7a1%201%200%200%201%20.891.995v7.226a30%2030%200%200%201%204%200V7.833a1%201%200%200%201%20.886-.994c1.416-.162%202.581-.428%203.366-.719c.712-.263-.495-.436-.846-.527C16.056%205.243%2014.143%205%2012%205s-4.056.243-5.406.593c-.382.099-1.607.274-.848.553M21%206v12c0%20.672-.466%201.114-.77%201.341c-.349.26-.798.475-1.283.655c-.982.364-2.317.657-3.833.83A1%201%200%200%201%2014%2019.833v-2.76a27.5%2027.5%200%200%200-4%200v2.768a1%201%200%200%201-1.109.994c-1.514-.166-2.85-.449-3.836-.812c-.487-.179-.941-.396-1.293-.665C3.44%2019.113%203%2018.664%203%2018V6c0-.44.2-.788.407-1.028c.205-.236.464-.423.72-.572c.516-.298%201.2-.545%201.965-.743C7.638%203.257%209.725%203%2012%203s4.362.257%205.908.657c.765.198%201.449.445%201.964.743c.258.149.516.336.721.572c.208.24.407.588.407%201.028%22%20clip-rule%3D%22evenodd%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.746%206.146c.782.288%201.945.546%203.363.7a1%201%200%200%201%20.891.995v7.226a30%2030%200%200%201%204%200V7.833a1%201%200%200%201%20.886-.994c1.416-.162%202.581-.428%203.366-.719c.712-.263-.495-.436-.846-.527C16.056%205.243%2014.143%205%2012%205s-4.056.243-5.406.593c-.382.099-1.607.274-.848.553M21%206v12c0%20.672-.466%201.114-.77%201.341c-.349.26-.798.475-1.283.655c-.982.364-2.317.657-3.833.83A1%201%200%200%201%2014%2019.833v-2.76a27.5%2027.5%200%200%200-4%200v2.768a1%201%200%200%201-1.109.994c-1.514-.166-2.85-.449-3.836-.812c-.487-.179-.941-.396-1.293-.665C3.44%2019.113%203%2018.664%203%2018V6c0-.44.2-.788.407-1.028c.205-.236.464-.423.72-.572c.516-.298%201.2-.545%201.965-.743C7.638%203.257%209.725%203%2012%203s4.362.257%205.908.657c.765.198%201.449.445%201.964.743c.258.149.516.336.721.572c.208.24.407.588.407%201.028%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/cylinder-2-fill.svg?color=%231a73e8&size=48