cactus emoji
cactus from Twitter Emoji by Twitter · Default · Animals & Nature · CC-BY-4.0 Attribution required.
- Name
- cactus
- Set
- Twitter Emoji
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji 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 EmojicactusOpenMojicactusPhosphorcactus-fillRemix IconcactusTabler Icons
More animals & nature icons from Twitter Emoji
Use the cactus emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#77b255" d="M30 4a4 4 0 0 0-4 4v9.125c0 1.086-.887 1.96-2 2.448V6a6 6 0 0 0-12 0v17.629c-1.122-.475-2-1.371-2-2.504V16a4 4 0 0 0-8 0v7c0 2.209 1.75 3.875 3.375 4.812c1.244.718 4.731 1.6 6.625 1.651V33c0 3.313 12 3.313 12 0v-7.549c1.981-.119 5.291-.953 6.479-1.639C32.104 22.875 34 21.209 34 19V8a4 4 0 0 0-4-4"/><g fill="#3e721d"><circle cx="12" cy="6" r="1"/><circle cx="23" cy="3" r="1"/><circle cx="21" cy="9" r="1"/><circle cx="14" cy="16" r="1"/><circle cx="20" cy="20" r="1"/><circle cx="13" cy="26" r="1"/><circle cx="5" cy="27" r="1"/><circle cx="9" cy="20" r="1"/><circle cx="2" cy="18" r="1"/><circle cx="34" cy="8" r="1"/><circle cx="28" cy="11" r="1"/><circle cx="32" cy="16" r="1"/><circle cx="29" cy="24" r="1"/><circle cx="22" cy="30" r="1"/></g></svg>
React
import type { SVGProps } from "react";
export function TwemojiCactus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#77b255" d="M30 4a4 4 0 0 0-4 4v9.125c0 1.086-.887 1.96-2 2.448V6a6 6 0 0 0-12 0v17.629c-1.122-.475-2-1.371-2-2.504V16a4 4 0 0 0-8 0v7c0 2.209 1.75 3.875 3.375 4.812c1.244.718 4.731 1.6 6.625 1.651V33c0 3.313 12 3.313 12 0v-7.549c1.981-.119 5.291-.953 6.479-1.639C32.104 22.875 34 21.209 34 19V8a4 4 0 0 0-4-4"/><g fill="#3e721d"><circle cx="12" cy="6" r="1"/><circle cx="23" cy="3" r="1"/><circle cx="21" cy="9" r="1"/><circle cx="14" cy="16" r="1"/><circle cx="20" cy="20" r="1"/><circle cx="13" cy="26" r="1"/><circle cx="5" cy="27" r="1"/><circle cx="9" cy="20" r="1"/><circle cx="2" cy="18" r="1"/><circle cx="34" cy="8" r="1"/><circle cx="28" cy="11" r="1"/><circle cx="32" cy="16" r="1"/><circle cx="29" cy="24" r="1"/><circle cx="22" cy="30" r="1"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#77b255" d="M30 4a4 4 0 0 0-4 4v9.125c0 1.086-.887 1.96-2 2.448V6a6 6 0 0 0-12 0v17.629c-1.122-.475-2-1.371-2-2.504V16a4 4 0 0 0-8 0v7c0 2.209 1.75 3.875 3.375 4.812c1.244.718 4.731 1.6 6.625 1.651V33c0 3.313 12 3.313 12 0v-7.549c1.981-.119 5.291-.953 6.479-1.639C32.104 22.875 34 21.209 34 19V8a4 4 0 0 0-4-4"/><g fill="#3e721d"><circle cx="12" cy="6" r="1"/><circle cx="23" cy="3" r="1"/><circle cx="21" cy="9" r="1"/><circle cx="14" cy="16" r="1"/><circle cx="20" cy="20" r="1"/><circle cx="13" cy="26" r="1"/><circle cx="5" cy="27" r="1"/><circle cx="9" cy="20" r="1"/><circle cx="2" cy="18" r="1"/><circle cx="34" cy="8" r="1"/><circle cx="28" cy="11" r="1"/><circle cx="32" cy="16" r="1"/><circle cx="29" cy="24" r="1"/><circle cx="22" cy="30" r="1"/></g></svg> </template>
CSS
.icon-cactus {
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%2036%2036%22%3E%3Cpath%20fill%3D%22%2377b255%22%20d%3D%22M30%204a4%204%200%200%200-4%204v9.125c0%201.086-.887%201.96-2%202.448V6a6%206%200%200%200-12%200v17.629c-1.122-.475-2-1.371-2-2.504V16a4%204%200%200%200-8%200v7c0%202.209%201.75%203.875%203.375%204.812c1.244.718%204.731%201.6%206.625%201.651V33c0%203.313%2012%203.313%2012%200v-7.549c1.981-.119%205.291-.953%206.479-1.639C32.104%2022.875%2034%2021.209%2034%2019V8a4%204%200%200%200-4-4%22%2F%3E%3Cg%20fill%3D%22%233e721d%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%226%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%223%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%229%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%2216%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2226%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%225%22%20cy%3D%2227%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2220%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%222%22%20cy%3D%2218%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2234%22%20cy%3D%228%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2211%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2216%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%2224%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%2230%22%20r%3D%221%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%2036%2036%22%3E%3Cpath%20fill%3D%22%2377b255%22%20d%3D%22M30%204a4%204%200%200%200-4%204v9.125c0%201.086-.887%201.96-2%202.448V6a6%206%200%200%200-12%200v17.629c-1.122-.475-2-1.371-2-2.504V16a4%204%200%200%200-8%200v7c0%202.209%201.75%203.875%203.375%204.812c1.244.718%204.731%201.6%206.625%201.651V33c0%203.313%2012%203.313%2012%200v-7.549c1.981-.119%205.291-.953%206.479-1.639C32.104%2022.875%2034%2021.209%2034%2019V8a4%204%200%200%200-4-4%22%2F%3E%3Cg%20fill%3D%22%233e721d%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%226%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%223%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2221%22%20cy%3D%229%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2214%22%20cy%3D%2216%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2226%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%225%22%20cy%3D%2227%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2220%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%222%22%20cy%3D%2218%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2234%22%20cy%3D%228%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2211%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2216%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%2224%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2222%22%20cy%3D%2230%22%20r%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/cactus.svg?color=%231a73e8&size=48