cylinder icon

cylinder-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
cylinder-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the cylinder icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 20c-38.13 0-68 17.57-68 40v136c0 22.43 29.87 40 68 40s68-17.57 68-40V60c0-22.43-29.87-40-68-40m0 8c32.52 0 60 14.65 60 32s-27.48 32-60 32s-60-14.65-60-32s27.48-32 60-32m60 168c0 17.35-27.48 32-60 32s-60-14.65-60-32V79.11C79.35 91.65 101.71 100 128 100s48.65-8.35 60-20.89Z"/></svg>

React

import type { SVGProps } from "react";

export function PhCylinderThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 20c-38.13 0-68 17.57-68 40v136c0 22.43 29.87 40 68 40s68-17.57 68-40V60c0-22.43-29.87-40-68-40m0 8c32.52 0 60 14.65 60 32s-27.48 32-60 32s-60-14.65-60-32s27.48-32 60-32m60 168c0 17.35-27.48 32-60 32s-60-14.65-60-32V79.11C79.35 91.65 101.71 100 128 100s48.65-8.35 60-20.89Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 20c-38.13 0-68 17.57-68 40v136c0 22.43 29.87 40 68 40s68-17.57 68-40V60c0-22.43-29.87-40-68-40m0 8c32.52 0 60 14.65 60 32s-27.48 32-60 32s-60-14.65-60-32s27.48-32 60-32m60 168c0 17.35-27.48 32-60 32s-60-14.65-60-32V79.11C79.35 91.65 101.71 100 128 100s48.65-8.35 60-20.89Z"/></svg>
</template>

CSS

.icon-cylinder-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2020c-38.13%200-68%2017.57-68%2040v136c0%2022.43%2029.87%2040%2068%2040s68-17.57%2068-40V60c0-22.43-29.87-40-68-40m0%208c32.52%200%2060%2014.65%2060%2032s-27.48%2032-60%2032s-60-14.65-60-32s27.48-32%2060-32m60%20168c0%2017.35-27.48%2032-60%2032s-60-14.65-60-32V79.11C79.35%2091.65%20101.71%20100%20128%20100s48.65-8.35%2060-20.89Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2020c-38.13%200-68%2017.57-68%2040v136c0%2022.43%2029.87%2040%2068%2040s68-17.57%2068-40V60c0-22.43-29.87-40-68-40m0%208c32.52%200%2060%2014.65%2060%2032s-27.48%2032-60%2032s-60-14.65-60-32s27.48-32%2060-32m60%20168c0%2017.35-27.48%2032-60%2032s-60-14.65-60-32V79.11C79.35%2091.65%20101.71%20100%20128%20100s48.65-8.35%2060-20.89Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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