cactus icon
cactus-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- cactus-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
cactusEmoji One (Colored)cactusFluent EmojicactusFluent Emoji FlatcactusFluent Emoji High ContrastcactusFirefox OS EmojicactusHuge IconscactusIconParkcactusIconPark OutlinecactusIconPark SolidcactusIconPark TwoTonecactusJam IconscactusLucide LabcactusMaterial Design Iconscactus-fillMingCute IconcactusNoto EmojicactusOpenMojicactus-fillRemix IconcactusTabler IconscactusTwitter Emoji
Use the cactus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 212h-52v-32h8a64.07 64.07 0 0 0 64-64a24 24 0 0 0-48 0a16 16 0 0 1-16 16h-8V56a36 36 0 0 0-72 0v36h-8a16 16 0 0 1-16-16a24 24 0 0 0-48 0a64.07 64.07 0 0 0 64 64h8v72H40a4 4 0 0 0 0 8h176a4 4 0 0 0 0-8M96 132H84a56.06 56.06 0 0 1-56-56a16 16 0 0 1 32 0a24 24 0 0 0 24 24h12a4 4 0 0 0 4-4V56a28 28 0 0 1 56 0v80a4 4 0 0 0 4 4h12a24 24 0 0 0 24-24a16 16 0 0 1 32 0a56.06 56.06 0 0 1-56 56h-12a4 4 0 0 0-4 4v36h-56v-76a4 4 0 0 0-4-4"/></svg>
React
import type { SVGProps } from "react";
export function PhCactusThin(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="M216 212h-52v-32h8a64.07 64.07 0 0 0 64-64a24 24 0 0 0-48 0a16 16 0 0 1-16 16h-8V56a36 36 0 0 0-72 0v36h-8a16 16 0 0 1-16-16a24 24 0 0 0-48 0a64.07 64.07 0 0 0 64 64h8v72H40a4 4 0 0 0 0 8h176a4 4 0 0 0 0-8M96 132H84a56.06 56.06 0 0 1-56-56a16 16 0 0 1 32 0a24 24 0 0 0 24 24h12a4 4 0 0 0 4-4V56a28 28 0 0 1 56 0v80a4 4 0 0 0 4 4h12a24 24 0 0 0 24-24a16 16 0 0 1 32 0a56.06 56.06 0 0 1-56 56h-12a4 4 0 0 0-4 4v36h-56v-76a4 4 0 0 0-4-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 212h-52v-32h8a64.07 64.07 0 0 0 64-64a24 24 0 0 0-48 0a16 16 0 0 1-16 16h-8V56a36 36 0 0 0-72 0v36h-8a16 16 0 0 1-16-16a24 24 0 0 0-48 0a64.07 64.07 0 0 0 64 64h8v72H40a4 4 0 0 0 0 8h176a4 4 0 0 0 0-8M96 132H84a56.06 56.06 0 0 1-56-56a16 16 0 0 1 32 0a24 24 0 0 0 24 24h12a4 4 0 0 0 4-4V56a28 28 0 0 1 56 0v80a4 4 0 0 0 4 4h12a24 24 0 0 0 24-24a16 16 0 0 1 32 0a56.06 56.06 0 0 1-56 56h-12a4 4 0 0 0-4 4v36h-56v-76a4 4 0 0 0-4-4"/></svg> </template>
CSS
.icon-cactus-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%22M216%20212h-52v-32h8a64.07%2064.07%200%200%200%2064-64a24%2024%200%200%200-48%200a16%2016%200%200%201-16%2016h-8V56a36%2036%200%200%200-72%200v36h-8a16%2016%200%200%201-16-16a24%2024%200%200%200-48%200a64.07%2064.07%200%200%200%2064%2064h8v72H40a4%204%200%200%200%200%208h176a4%204%200%200%200%200-8M96%20132H84a56.06%2056.06%200%200%201-56-56a16%2016%200%200%201%2032%200a24%2024%200%200%200%2024%2024h12a4%204%200%200%200%204-4V56a28%2028%200%200%201%2056%200v80a4%204%200%200%200%204%204h12a24%2024%200%200%200%2024-24a16%2016%200%200%201%2032%200a56.06%2056.06%200%200%201-56%2056h-12a4%204%200%200%200-4%204v36h-56v-76a4%204%200%200%200-4-4%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%22M216%20212h-52v-32h8a64.07%2064.07%200%200%200%2064-64a24%2024%200%200%200-48%200a16%2016%200%200%201-16%2016h-8V56a36%2036%200%200%200-72%200v36h-8a16%2016%200%200%201-16-16a24%2024%200%200%200-48%200a64.07%2064.07%200%200%200%2064%2064h8v72H40a4%204%200%200%200%200%208h176a4%204%200%200%200%200-8M96%20132H84a56.06%2056.06%200%200%201-56-56a16%2016%200%200%201%2032%200a24%2024%200%200%200%2024%2024h12a4%204%200%200%200%204-4V56a28%2028%200%200%201%2056%200v80a4%204%200%200%200%204%204h12a24%2024%200%200%200%2024-24a16%2016%200%200%201%2032%200a56.06%2056.06%200%200%201-56%2056h-12a4%204%200%200%200-4%204v36h-56v-76a4%204%200%200%200-4-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cactus-thin.svg?color=%231a73e8&size=48