cylinder 01 icon

cylinder-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
cylinder-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the cylinder 01 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-width="1.5" d="M20 5.5C20 7.433 16.418 9 12 9S4 7.433 4 5.5S7.582 2 12 2s8 1.567 8 3.5Zm0 13c0 1.933-3.582 3.5-8 3.5s-8-1.567-8-3.5S7.582 15 12 15s8 1.567 8 3.5Zm0 0v-13m-16 13v-13"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCylinder01(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" strokeWidth="1.5" d="M20 5.5C20 7.433 16.418 9 12 9S4 7.433 4 5.5S7.582 2 12 2s8 1.567 8 3.5Zm0 13c0 1.933-3.582 3.5-8 3.5s-8-1.567-8-3.5S7.582 15 12 15s8 1.567 8 3.5Zm0 0v-13m-16 13v-13"/></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-width="1.5" d="M20 5.5C20 7.433 16.418 9 12 9S4 7.433 4 5.5S7.582 2 12 2s8 1.567 8 3.5Zm0 13c0 1.933-3.582 3.5-8 3.5s-8-1.567-8-3.5S7.582 15 12 15s8 1.567 8 3.5Zm0 0v-13m-16 13v-13"/></svg>
</template>

CSS

.icon-cylinder-01 {
  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-width%3D%221.5%22%20d%3D%22M20%205.5C20%207.433%2016.418%209%2012%209S4%207.433%204%205.5S7.582%202%2012%202s8%201.567%208%203.5Zm0%2013c0%201.933-3.582%203.5-8%203.5s-8-1.567-8-3.5S7.582%2015%2012%2015s8%201.567%208%203.5Zm0%200v-13m-16%2013v-13%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-width%3D%221.5%22%20d%3D%22M20%205.5C20%207.433%2016.418%209%2012%209S4%207.433%204%205.5S7.582%202%2012%202s8%201.567%208%203.5Zm0%2013c0%201.933-3.582%203.5-8%203.5s-8-1.567-8-3.5S7.582%2015%2012%2015s8%201.567%208%203.5Zm0%200v-13m-16%2013v-13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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