cactus 2 icon
cactus-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- cactus-2-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
Use the cactus 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3a1 1 0 0 1 1 1v.057a8.95 8.95 0 0 1 4.616 1.912l.041-.04a1 1 0 0 1 1.414 1.414l-.04.04A8.96 8.96 0 0 1 20.942 12H21a1 1 0 1 1 0 2h-.056a8.96 8.96 0 0 1-1.913 4.617l.04.04a1 1 0 0 1-1.414 1.414l-.04-.04a9 9 0 0 1-1.256.843a1 1 0 0 1-.485.126H8.124a1 1 0 0 1-.485-.126a9 9 0 0 1-1.257-.843l-.04.04a1 1 0 0 1-1.413-1.414l.039-.04A8.96 8.96 0 0 1 3.056 14H3a1 1 0 1 1 0-2h.057a8.96 8.96 0 0 1 1.912-4.617l-.04-.04a1 1 0 0 1 1.414-1.414l.04.04A8.96 8.96 0 0 1 11 4.057V4a1 1 0 0 1 1-1m0 3a7 7 0 0 0-2.213.358l-.165.288a13.3 13.3 0 0 0-1.286 3.39l-.28-.162a1 1 0 0 0-1 1.731l.867.5q.052.03.104.052A13 13 0 0 0 8.038 14H7.5a1 1 0 0 0 0 2h.845a13.3 13.3 0 0 0 1.096 3h2.293A11.25 11.25 0 0 1 12 6.599A11.24 11.24 0 0 1 14 13a11.25 11.25 0 0 1-1.734 6h2.293a13.3 13.3 0 0 0 1.096-3h.845a1 1 0 0 0 0-2h-.538a13 13 0 0 0 .01-1.843q.053-.022.105-.052l.866-.5a1 1 0 0 0-1-1.731l-.28.161a13.3 13.3 0 0 0-1.285-3.389q-.083-.149-.166-.288A7 7 0 0 0 12 6"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteCactus2Fill(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" d="M12 3a1 1 0 0 1 1 1v.057a8.95 8.95 0 0 1 4.616 1.912l.041-.04a1 1 0 0 1 1.414 1.414l-.04.04A8.96 8.96 0 0 1 20.942 12H21a1 1 0 1 1 0 2h-.056a8.96 8.96 0 0 1-1.913 4.617l.04.04a1 1 0 0 1-1.414 1.414l-.04-.04a9 9 0 0 1-1.256.843a1 1 0 0 1-.485.126H8.124a1 1 0 0 1-.485-.126a9 9 0 0 1-1.257-.843l-.04.04a1 1 0 0 1-1.413-1.414l.039-.04A8.96 8.96 0 0 1 3.056 14H3a1 1 0 1 1 0-2h.057a8.96 8.96 0 0 1 1.912-4.617l-.04-.04a1 1 0 0 1 1.414-1.414l.04.04A8.96 8.96 0 0 1 11 4.057V4a1 1 0 0 1 1-1m0 3a7 7 0 0 0-2.213.358l-.165.288a13.3 13.3 0 0 0-1.286 3.39l-.28-.162a1 1 0 0 0-1 1.731l.867.5q.052.03.104.052A13 13 0 0 0 8.038 14H7.5a1 1 0 0 0 0 2h.845a13.3 13.3 0 0 0 1.096 3h2.293A11.25 11.25 0 0 1 12 6.599A11.24 11.24 0 0 1 14 13a11.25 11.25 0 0 1-1.734 6h2.293a13.3 13.3 0 0 0 1.096-3h.845a1 1 0 0 0 0-2h-.538a13 13 0 0 0 .01-1.843q.053-.022.105-.052l.866-.5a1 1 0 0 0-1-1.731l-.28.161a13.3 13.3 0 0 0-1.285-3.389q-.083-.149-.166-.288A7 7 0 0 0 12 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3a1 1 0 0 1 1 1v.057a8.95 8.95 0 0 1 4.616 1.912l.041-.04a1 1 0 0 1 1.414 1.414l-.04.04A8.96 8.96 0 0 1 20.942 12H21a1 1 0 1 1 0 2h-.056a8.96 8.96 0 0 1-1.913 4.617l.04.04a1 1 0 0 1-1.414 1.414l-.04-.04a9 9 0 0 1-1.256.843a1 1 0 0 1-.485.126H8.124a1 1 0 0 1-.485-.126a9 9 0 0 1-1.257-.843l-.04.04a1 1 0 0 1-1.413-1.414l.039-.04A8.96 8.96 0 0 1 3.056 14H3a1 1 0 1 1 0-2h.057a8.96 8.96 0 0 1 1.912-4.617l-.04-.04a1 1 0 0 1 1.414-1.414l.04.04A8.96 8.96 0 0 1 11 4.057V4a1 1 0 0 1 1-1m0 3a7 7 0 0 0-2.213.358l-.165.288a13.3 13.3 0 0 0-1.286 3.39l-.28-.162a1 1 0 0 0-1 1.731l.867.5q.052.03.104.052A13 13 0 0 0 8.038 14H7.5a1 1 0 0 0 0 2h.845a13.3 13.3 0 0 0 1.096 3h2.293A11.25 11.25 0 0 1 12 6.599A11.24 11.24 0 0 1 14 13a11.25 11.25 0 0 1-1.734 6h2.293a13.3 13.3 0 0 0 1.096-3h.845a1 1 0 0 0 0-2h-.538a13 13 0 0 0 .01-1.843q.053-.022.105-.052l.866-.5a1 1 0 0 0-1-1.731l-.28.161a13.3 13.3 0 0 0-1.285-3.389q-.083-.149-.166-.288A7 7 0 0 0 12 6"/></svg> </template>
CSS
.icon-cactus-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%20d%3D%22M12%203a1%201%200%200%201%201%201v.057a8.95%208.95%200%200%201%204.616%201.912l.041-.04a1%201%200%200%201%201.414%201.414l-.04.04A8.96%208.96%200%200%201%2020.942%2012H21a1%201%200%201%201%200%202h-.056a8.96%208.96%200%200%201-1.913%204.617l.04.04a1%201%200%200%201-1.414%201.414l-.04-.04a9%209%200%200%201-1.256.843a1%201%200%200%201-.485.126H8.124a1%201%200%200%201-.485-.126a9%209%200%200%201-1.257-.843l-.04.04a1%201%200%200%201-1.413-1.414l.039-.04A8.96%208.96%200%200%201%203.056%2014H3a1%201%200%201%201%200-2h.057a8.96%208.96%200%200%201%201.912-4.617l-.04-.04a1%201%200%200%201%201.414-1.414l.04.04A8.96%208.96%200%200%201%2011%204.057V4a1%201%200%200%201%201-1m0%203a7%207%200%200%200-2.213.358l-.165.288a13.3%2013.3%200%200%200-1.286%203.39l-.28-.162a1%201%200%200%200-1%201.731l.867.5q.052.03.104.052A13%2013%200%200%200%208.038%2014H7.5a1%201%200%200%200%200%202h.845a13.3%2013.3%200%200%200%201.096%203h2.293A11.25%2011.25%200%200%201%2012%206.599A11.24%2011.24%200%200%201%2014%2013a11.25%2011.25%200%200%201-1.734%206h2.293a13.3%2013.3%200%200%200%201.096-3h.845a1%201%200%200%200%200-2h-.538a13%2013%200%200%200%20.01-1.843q.053-.022.105-.052l.866-.5a1%201%200%200%200-1-1.731l-.28.161a13.3%2013.3%200%200%200-1.285-3.389q-.083-.149-.166-.288A7%207%200%200%200%2012%206%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%20d%3D%22M12%203a1%201%200%200%201%201%201v.057a8.95%208.95%200%200%201%204.616%201.912l.041-.04a1%201%200%200%201%201.414%201.414l-.04.04A8.96%208.96%200%200%201%2020.942%2012H21a1%201%200%201%201%200%202h-.056a8.96%208.96%200%200%201-1.913%204.617l.04.04a1%201%200%200%201-1.414%201.414l-.04-.04a9%209%200%200%201-1.256.843a1%201%200%200%201-.485.126H8.124a1%201%200%200%201-.485-.126a9%209%200%200%201-1.257-.843l-.04.04a1%201%200%200%201-1.413-1.414l.039-.04A8.96%208.96%200%200%201%203.056%2014H3a1%201%200%201%201%200-2h.057a8.96%208.96%200%200%201%201.912-4.617l-.04-.04a1%201%200%200%201%201.414-1.414l.04.04A8.96%208.96%200%200%201%2011%204.057V4a1%201%200%200%201%201-1m0%203a7%207%200%200%200-2.213.358l-.165.288a13.3%2013.3%200%200%200-1.286%203.39l-.28-.162a1%201%200%200%200-1%201.731l.867.5q.052.03.104.052A13%2013%200%200%200%208.038%2014H7.5a1%201%200%200%200%200%202h.845a13.3%2013.3%200%200%200%201.096%203h2.293A11.25%2011.25%200%200%201%2012%206.599A11.24%2011.24%200%200%201%2014%2013a11.25%2011.25%200%200%201-1.734%206h2.293a13.3%2013.3%200%200%200%201.096-3h.845a1%201%200%200%200%200-2h-.538a13%2013%200%200%200%20.01-1.843q.053-.022.105-.052l.866-.5a1%201%200%200%200-1-1.731l-.28.161a13.3%2013.3%200%200%200-1.285-3.389q-.083-.149-.166-.288A7%207%200%200%200%2012%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/cactus-2-fill.svg?color=%231a73e8&size=48