cylinder icon
cylinder-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- cylinder-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
Use the cylinder 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="M12 2c-2.017 0-3.886.29-5.286.79c-.696.249-1.33.568-1.81.973C4.43 4.163 4 4.746 4 5.5v13c0 .754.43 1.337.905 1.737c.479.405 1.113.724 1.809.973c1.4.5 3.27.79 5.286.79c2.017 0 3.886-.29 5.286-.79c.696-.249 1.33-.568 1.81-.973c.474-.4.904-.983.904-1.737v-13c0-.754-.43-1.337-.905-1.737c-.479-.405-1.113-.724-1.809-.973c-1.4-.5-3.27-.79-5.286-.79M6.195 5.29c-.211.18-.211.24 0 .42c.23.193.62.412 1.192.616C8.52 6.731 10.15 7 12 7s3.48-.27 4.613-.674c.571-.204.962-.423 1.192-.617c.211-.179.211-.24 0-.418c-.23-.194-.62-.413-1.192-.617C15.48 4.269 13.85 4 12 4s-3.48.27-4.613.674c-.571.204-.962.423-1.192.617" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteCylinderFill(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="M12 2c-2.017 0-3.886.29-5.286.79c-.696.249-1.33.568-1.81.973C4.43 4.163 4 4.746 4 5.5v13c0 .754.43 1.337.905 1.737c.479.405 1.113.724 1.809.973c1.4.5 3.27.79 5.286.79c2.017 0 3.886-.29 5.286-.79c.696-.249 1.33-.568 1.81-.973c.474-.4.904-.983.904-1.737v-13c0-.754-.43-1.337-.905-1.737c-.479-.405-1.113-.724-1.809-.973c-1.4-.5-3.27-.79-5.286-.79M6.195 5.29c-.211.18-.211.24 0 .42c.23.193.62.412 1.192.616C8.52 6.731 10.15 7 12 7s3.48-.27 4.613-.674c.571-.204.962-.423 1.192-.617c.211-.179.211-.24 0-.418c-.23-.194-.62-.413-1.192-.617C15.48 4.269 13.85 4 12 4s-3.48.27-4.613.674c-.571.204-.962.423-1.192.617" 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="M12 2c-2.017 0-3.886.29-5.286.79c-.696.249-1.33.568-1.81.973C4.43 4.163 4 4.746 4 5.5v13c0 .754.43 1.337.905 1.737c.479.405 1.113.724 1.809.973c1.4.5 3.27.79 5.286.79c2.017 0 3.886-.29 5.286-.79c.696-.249 1.33-.568 1.81-.973c.474-.4.904-.983.904-1.737v-13c0-.754-.43-1.337-.905-1.737c-.479-.405-1.113-.724-1.809-.973c-1.4-.5-3.27-.79-5.286-.79M6.195 5.29c-.211.18-.211.24 0 .42c.23.193.62.412 1.192.616C8.52 6.731 10.15 7 12 7s3.48-.27 4.613-.674c.571-.204.962-.423 1.192-.617c.211-.179.211-.24 0-.418c-.23-.194-.62-.413-1.192-.617C15.48 4.269 13.85 4 12 4s-3.48.27-4.613.674c-.571.204-.962.423-1.192.617" clip-rule="evenodd"/></svg> </template>
CSS
.icon-cylinder-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%22M12%202c-2.017%200-3.886.29-5.286.79c-.696.249-1.33.568-1.81.973C4.43%204.163%204%204.746%204%205.5v13c0%20.754.43%201.337.905%201.737c.479.405%201.113.724%201.809.973c1.4.5%203.27.79%205.286.79c2.017%200%203.886-.29%205.286-.79c.696-.249%201.33-.568%201.81-.973c.474-.4.904-.983.904-1.737v-13c0-.754-.43-1.337-.905-1.737c-.479-.405-1.113-.724-1.809-.973c-1.4-.5-3.27-.79-5.286-.79M6.195%205.29c-.211.18-.211.24%200%20.42c.23.193.62.412%201.192.616C8.52%206.731%2010.15%207%2012%207s3.48-.27%204.613-.674c.571-.204.962-.423%201.192-.617c.211-.179.211-.24%200-.418c-.23-.194-.62-.413-1.192-.617C15.48%204.269%2013.85%204%2012%204s-3.48.27-4.613.674c-.571.204-.962.423-1.192.617%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%22M12%202c-2.017%200-3.886.29-5.286.79c-.696.249-1.33.568-1.81.973C4.43%204.163%204%204.746%204%205.5v13c0%20.754.43%201.337.905%201.737c.479.405%201.113.724%201.809.973c1.4.5%203.27.79%205.286.79c2.017%200%203.886-.29%205.286-.79c.696-.249%201.33-.568%201.81-.973c.474-.4.904-.983.904-1.737v-13c0-.754-.43-1.337-.905-1.737c-.479-.405-1.113-.724-1.809-.973c-1.4-.5-3.27-.79-5.286-.79M6.195%205.29c-.211.18-.211.24%200%20.42c.23.193.62.412%201.192.616C8.52%206.731%2010.15%207%2012%207s3.48-.27%204.613-.674c.571-.204.962-.423%201.192-.617c.211-.179.211-.24%200-.418c-.23-.194-.62-.413-1.192-.617C15.48%204.269%2013.85%204%2012%204s-3.48.27-4.613.674c-.571.204-.962.423-1.192.617%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-fill.svg?color=%231a73e8&size=48