cylinder icon
cylinder from Iconoir by Luca Burgio · Regular · 3D Editor · MIT Free for personal and commercial use.
- Name
- cylinder
- Set
- Iconoir
- Style
- Regular
- Category
- 3D Editor
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
More 3d editor icons from Iconoir
arc-3darc-3d-center-pointbox-3d-centerbox-3d-pointbox-3d-three-pointsbridge-3dbridge-surfaceconstrained-surfacecubecube-bandagecube-cut-with-curvecube-dotscube-holecube-replace-facecube-scancurve-arrayellipse-3dellipse-3d-three-pointsextrudeface-3d-draftfillet-3dloft-3done-point-circleorthogonal-view
Use the cylinder 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-width="1.5"><path d="M12 2c8 0 8 3 8 3s0 3-8 3s-8-3-8-3s0-3 8-3Zm0 14c8 0 8 3 8 3s0 3-8 3s-8-3-8-3s0-3 8-3Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M20 5v14M4 5v14"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirCylinder(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" strokeWidth="1.5"><path d="M12 2c8 0 8 3 8 3s0 3-8 3s-8-3-8-3s0-3 8-3Zm0 14c8 0 8 3 8 3s0 3-8 3s-8-3-8-3s0-3 8-3Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M20 5v14M4 5v14"/></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-width="1.5"><path d="M12 2c8 0 8 3 8 3s0 3-8 3s-8-3-8-3s0-3 8-3Zm0 14c8 0 8 3 8 3s0 3-8 3s-8-3-8-3s0-3 8-3Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M20 5v14M4 5v14"/></g></svg> </template>
CSS
.icon-cylinder {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%202c8%200%208%203%208%203s0%203-8%203s-8-3-8-3s0-3%208-3Zm0%2014c8%200%208%203%208%203s0%203-8%203s-8-3-8-3s0-3%208-3Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20%205v14M4%205v14%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%202c8%200%208%203%208%203s0%203-8%203s-8-3-8-3s0-3%208-3Zm0%2014c8%200%208%203%208%203s0%203-8%203s-8-3-8-3s0-3%208-3Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20%205v14M4%205v14%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/cylinder.svg?color=%231a73e8&size=48