cactus emoji
cactus from OpenMoji by OpenMoji · Default · Animals Nature · CC-BY-SA-4.0 Attribution required.
- Name
- cactus
- Set
- OpenMoji
- Style
- Default
- Category
- Animals Nature
- Viewbox
- 72×72
- License
- CC BY-SA 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 EmojicactusPhosphorcactus-fillRemix IconcactusTabler IconscactusTwitter Emoji
More animals nature icons from OpenMoji
Use the cactus emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" d="M35.487 7.054c-3.627 0-6.566 3.265-6.566 7.292v19.193h-2.978c-3.961 0-3.795-1.031-3.795-4.77l-1.61-3.252c0-2.792-.382-3.682-3.4-3.41c-2.631.237-5.176 1.555-5.176 4.05l-.206 11.283c0 2.637 4.38 7.58 7.174 7.58l7.013.069h2.978v19.086h13.132V14.346c0-4.027-2.94-7.292-6.566-7.292m19.037 18.93a4.777 4.777 0 0 0-5.245 4.753v6.365c0 3.738.157 4.769-3.582 4.769h-3.39l.078 11.55h11.67a4.776 4.776 0 0 0 4.775-4.775V30.943a4.914 4.914 0 0 0-4.306-4.959"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M42.054 63.148v-48.95c0-3.956-2.94-7.163-6.567-7.163s-6.566 3.207-6.566 7.163v48.95m-3.859-19.103h-6.365a6.77 6.77 0 0 1-6.768-6.768v-11.14a4.777 4.777 0 0 1 5.244-4.753a4.914 4.914 0 0 1 4.307 4.958v4.768a3.384 3.384 0 0 0 3.384 3.384h.198m20.764 17.909h8.357a4.776 4.776 0 0 0 4.776-4.776V29.924a4.914 4.914 0 0 0-4.307-4.958a4.777 4.777 0 0 0-5.245 4.753v6.364c0 3.738.157 6.768-3.581 6.768m-5.73-24.502l4.069-4.069m6.969 33.803l4.069-4.068m-35.05-13.646l4.068-4.068m8.925-14.598L29.668 7m1.549 48.233l-4.593-3.623m29.281-23.614l4.069-4.068m-8.942 11.644l-4.405-3.848m-10.453-6.146l-2.937-4.217m-18.543 4.601l-2.938-5.25"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiCactus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" d="M35.487 7.054c-3.627 0-6.566 3.265-6.566 7.292v19.193h-2.978c-3.961 0-3.795-1.031-3.795-4.77l-1.61-3.252c0-2.792-.382-3.682-3.4-3.41c-2.631.237-5.176 1.555-5.176 4.05l-.206 11.283c0 2.637 4.38 7.58 7.174 7.58l7.013.069h2.978v19.086h13.132V14.346c0-4.027-2.94-7.292-6.566-7.292m19.037 18.93a4.777 4.777 0 0 0-5.245 4.753v6.365c0 3.738.157 4.769-3.582 4.769h-3.39l.078 11.55h11.67a4.776 4.776 0 0 0 4.775-4.775V30.943a4.914 4.914 0 0 0-4.306-4.959"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M42.054 63.148v-48.95c0-3.956-2.94-7.163-6.567-7.163s-6.566 3.207-6.566 7.163v48.95m-3.859-19.103h-6.365a6.77 6.77 0 0 1-6.768-6.768v-11.14a4.777 4.777 0 0 1 5.244-4.753a4.914 4.914 0 0 1 4.307 4.958v4.768a3.384 3.384 0 0 0 3.384 3.384h.198m20.764 17.909h8.357a4.776 4.776 0 0 0 4.776-4.776V29.924a4.914 4.914 0 0 0-4.307-4.958a4.777 4.777 0 0 0-5.245 4.753v6.364c0 3.738.157 6.768-3.581 6.768m-5.73-24.502l4.069-4.069m6.969 33.803l4.069-4.068m-35.05-13.646l4.068-4.068m8.925-14.598L29.668 7m1.549 48.233l-4.593-3.623m29.281-23.614l4.069-4.068m-8.942 11.644l-4.405-3.848m-10.453-6.146l-2.937-4.217m-18.543 4.601l-2.938-5.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#b1cc33" d="M35.487 7.054c-3.627 0-6.566 3.265-6.566 7.292v19.193h-2.978c-3.961 0-3.795-1.031-3.795-4.77l-1.61-3.252c0-2.792-.382-3.682-3.4-3.41c-2.631.237-5.176 1.555-5.176 4.05l-.206 11.283c0 2.637 4.38 7.58 7.174 7.58l7.013.069h2.978v19.086h13.132V14.346c0-4.027-2.94-7.292-6.566-7.292m19.037 18.93a4.777 4.777 0 0 0-5.245 4.753v6.365c0 3.738.157 4.769-3.582 4.769h-3.39l.078 11.55h11.67a4.776 4.776 0 0 0 4.775-4.775V30.943a4.914 4.914 0 0 0-4.306-4.959"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M42.054 63.148v-48.95c0-3.956-2.94-7.163-6.567-7.163s-6.566 3.207-6.566 7.163v48.95m-3.859-19.103h-6.365a6.77 6.77 0 0 1-6.768-6.768v-11.14a4.777 4.777 0 0 1 5.244-4.753a4.914 4.914 0 0 1 4.307 4.958v4.768a3.384 3.384 0 0 0 3.384 3.384h.198m20.764 17.909h8.357a4.776 4.776 0 0 0 4.776-4.776V29.924a4.914 4.914 0 0 0-4.307-4.958a4.777 4.777 0 0 0-5.245 4.753v6.364c0 3.738.157 6.768-3.581 6.768m-5.73-24.502l4.069-4.069m6.969 33.803l4.069-4.068m-35.05-13.646l4.068-4.068m8.925-14.598L29.668 7m1.549 48.233l-4.593-3.623m29.281-23.614l4.069-4.068m-8.942 11.644l-4.405-3.848m-10.453-6.146l-2.937-4.217m-18.543 4.601l-2.938-5.25"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M35.487%207.054c-3.627%200-6.566%203.265-6.566%207.292v19.193h-2.978c-3.961%200-3.795-1.031-3.795-4.77l-1.61-3.252c0-2.792-.382-3.682-3.4-3.41c-2.631.237-5.176%201.555-5.176%204.05l-.206%2011.283c0%202.637%204.38%207.58%207.174%207.58l7.013.069h2.978v19.086h13.132V14.346c0-4.027-2.94-7.292-6.566-7.292m19.037%2018.93a4.777%204.777%200%200%200-5.245%204.753v6.365c0%203.738.157%204.769-3.582%204.769h-3.39l.078%2011.55h11.67a4.776%204.776%200%200%200%204.775-4.775V30.943a4.914%204.914%200%200%200-4.306-4.959%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M42.054%2063.148v-48.95c0-3.956-2.94-7.163-6.567-7.163s-6.566%203.207-6.566%207.163v48.95m-3.859-19.103h-6.365a6.77%206.77%200%200%201-6.768-6.768v-11.14a4.777%204.777%200%200%201%205.244-4.753a4.914%204.914%200%200%201%204.307%204.958v4.768a3.384%203.384%200%200%200%203.384%203.384h.198m20.764%2017.909h8.357a4.776%204.776%200%200%200%204.776-4.776V29.924a4.914%204.914%200%200%200-4.307-4.958a4.777%204.777%200%200%200-5.245%204.753v6.364c0%203.738.157%206.768-3.581%206.768m-5.73-24.502l4.069-4.069m6.969%2033.803l4.069-4.068m-35.05-13.646l4.068-4.068m8.925-14.598L29.668%207m1.549%2048.233l-4.593-3.623m29.281-23.614l4.069-4.068m-8.942%2011.644l-4.405-3.848m-10.453-6.146l-2.937-4.217m-18.543%204.601l-2.938-5.25%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23b1cc33%22%20d%3D%22M35.487%207.054c-3.627%200-6.566%203.265-6.566%207.292v19.193h-2.978c-3.961%200-3.795-1.031-3.795-4.77l-1.61-3.252c0-2.792-.382-3.682-3.4-3.41c-2.631.237-5.176%201.555-5.176%204.05l-.206%2011.283c0%202.637%204.38%207.58%207.174%207.58l7.013.069h2.978v19.086h13.132V14.346c0-4.027-2.94-7.292-6.566-7.292m19.037%2018.93a4.777%204.777%200%200%200-5.245%204.753v6.365c0%203.738.157%204.769-3.582%204.769h-3.39l.078%2011.55h11.67a4.776%204.776%200%200%200%204.775-4.775V30.943a4.914%204.914%200%200%200-4.306-4.959%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M42.054%2063.148v-48.95c0-3.956-2.94-7.163-6.567-7.163s-6.566%203.207-6.566%207.163v48.95m-3.859-19.103h-6.365a6.77%206.77%200%200%201-6.768-6.768v-11.14a4.777%204.777%200%200%201%205.244-4.753a4.914%204.914%200%200%201%204.307%204.958v4.768a3.384%203.384%200%200%200%203.384%203.384h.198m20.764%2017.909h8.357a4.776%204.776%200%200%200%204.776-4.776V29.924a4.914%204.914%200%200%200-4.307-4.958a4.777%204.777%200%200%200-5.245%204.753v6.364c0%203.738.157%206.768-3.581%206.768m-5.73-24.502l4.069-4.069m6.969%2033.803l4.069-4.068m-35.05-13.646l4.068-4.068m8.925-14.598L29.668%207m1.549%2048.233l-4.593-3.623m29.281-23.614l4.069-4.068m-8.942%2011.644l-4.405-3.848m-10.453-6.146l-2.937-4.217m-18.543%204.601l-2.938-5.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/cactus.svg?color=%231a73e8&size=48