cactus from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.

Name
cactus
Set
Fluent Emoji High Contrast
Style
Default
Category
Animals & Nature
Viewbox
32×32
License
MIT

The same emoji in other sets

More animals & nature icons from Fluent Emoji High Contrast

Use the cactus emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 8.5C30 6.568 28.432 5 26.5 5c-.785 0-1.502.268-2.086.704l-.554-.554c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l.554.554A3.47 3.47 0 0 0 23 8.5v2.82c0 .378-.302.68-.68.68H22V7a5.97 5.97 0 0 0-1.01-3.329a.5.5 0 0 0 .15-.101l.71-.71c.2-.2.2-.51 0-.71s-.51-.2-.71 0l-.71.71c-.018.018-.026.041-.04.06a5.98 5.98 0 0 0-8.776-.004c-.016-.022-.024-.047-.044-.066l-.71-.7c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l.71.71a.5.5 0 0 0 .15.101A5.97 5.97 0 0 0 10 7v2h-.5c-.28 0-.5.22-.5.5s.22.5.5.5h.5v9h-.32a.677.677 0 0 1-.68-.68v-3.01l.71-.71c.2-.2.2-.51 0-.71s-.51-.2-.71 0v-2.34C9 9.618 7.417 7.957 5.429 8h-.001a3.5 3.5 0 0 0-2.015.703L2.86 8.15c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l.552.56A3.47 3.47 0 0 0 2 11.5v6.82c0 1.945.729 3.716 1.921 5.069c-.02.015-.042.023-.061.041l-.71.71c-.2.2-.2.51 0 .71s.51.2.71 0l.71-.71c.018-.018.026-.041.041-.061A7.64 7.64 0 0 0 9.68 26H10v3.06A1.94 1.94 0 0 0 11.94 31h8.12A1.94 1.94 0 0 0 22 29.06V25h.875c.28 0 .5-.22.5-.5s-.22-.5-.5-.5H22v-5h.32a7.64 7.64 0 0 0 5.096-1.952c.006.007.008.015.014.021l.71.71c.2.2.51.2.71 0s.2-.51 0-.71l-.71-.71c-.008-.008-.018-.01-.025-.017A7.64 7.64 0 0 0 30 11.32zM20 14h2.32A2.68 2.68 0 0 0 25 11.32V8.5c0-.652.419-1.201 1-1.408v4.228c0 2.03-1.65 3.68-3.68 3.68H19v-3h.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5H19V4.381c.615.703 1 1.613 1 2.619zM18 3.555V29h-4V3.555A3.96 3.96 0 0 1 16 3c.732 0 1.41.211 2 .555M4 18.32V11.5c0-.814.653-1.482 1.472-1.5C6.283 9.983 7 10.683 7 11.55v6.77A2.68 2.68 0 0 0 9.68 21H12V7c0-1.007.385-1.916 1-2.619v11.161l-.1-.102c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l.81.828V22H9.68C7.65 22 6 20.35 6 18.32v-6.77c0-.29-.23-.55-.5-.55h-.01c-.27.01-.49.23-.49.5v6.82C5 20.9 7.1 23 9.68 23H13v6h-1v-5H9.68A5.68 5.68 0 0 1 4 18.32M22.32 17H20v12h-1v-7.882l.83-.848c.2-.19.2-.51 0-.71s-.51-.2-.71 0l-.12.122V16h3.32C24.9 16 27 13.9 27 11.32V7.092c.581.207 1 .756 1 1.408v2.82A5.69 5.69 0 0 1 22.32 17"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastCactus(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 8.5C30 6.568 28.432 5 26.5 5c-.785 0-1.502.268-2.086.704l-.554-.554c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l.554.554A3.47 3.47 0 0 0 23 8.5v2.82c0 .378-.302.68-.68.68H22V7a5.97 5.97 0 0 0-1.01-3.329a.5.5 0 0 0 .15-.101l.71-.71c.2-.2.2-.51 0-.71s-.51-.2-.71 0l-.71.71c-.018.018-.026.041-.04.06a5.98 5.98 0 0 0-8.776-.004c-.016-.022-.024-.047-.044-.066l-.71-.7c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l.71.71a.5.5 0 0 0 .15.101A5.97 5.97 0 0 0 10 7v2h-.5c-.28 0-.5.22-.5.5s.22.5.5.5h.5v9h-.32a.677.677 0 0 1-.68-.68v-3.01l.71-.71c.2-.2.2-.51 0-.71s-.51-.2-.71 0v-2.34C9 9.618 7.417 7.957 5.429 8h-.001a3.5 3.5 0 0 0-2.015.703L2.86 8.15c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l.552.56A3.47 3.47 0 0 0 2 11.5v6.82c0 1.945.729 3.716 1.921 5.069c-.02.015-.042.023-.061.041l-.71.71c-.2.2-.2.51 0 .71s.51.2.71 0l.71-.71c.018-.018.026-.041.041-.061A7.64 7.64 0 0 0 9.68 26H10v3.06A1.94 1.94 0 0 0 11.94 31h8.12A1.94 1.94 0 0 0 22 29.06V25h.875c.28 0 .5-.22.5-.5s-.22-.5-.5-.5H22v-5h.32a7.64 7.64 0 0 0 5.096-1.952c.006.007.008.015.014.021l.71.71c.2.2.51.2.71 0s.2-.51 0-.71l-.71-.71c-.008-.008-.018-.01-.025-.017A7.64 7.64 0 0 0 30 11.32zM20 14h2.32A2.68 2.68 0 0 0 25 11.32V8.5c0-.652.419-1.201 1-1.408v4.228c0 2.03-1.65 3.68-3.68 3.68H19v-3h.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5H19V4.381c.615.703 1 1.613 1 2.619zM18 3.555V29h-4V3.555A3.96 3.96 0 0 1 16 3c.732 0 1.41.211 2 .555M4 18.32V11.5c0-.814.653-1.482 1.472-1.5C6.283 9.983 7 10.683 7 11.55v6.77A2.68 2.68 0 0 0 9.68 21H12V7c0-1.007.385-1.916 1-2.619v11.161l-.1-.102c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l.81.828V22H9.68C7.65 22 6 20.35 6 18.32v-6.77c0-.29-.23-.55-.5-.55h-.01c-.27.01-.49.23-.49.5v6.82C5 20.9 7.1 23 9.68 23H13v6h-1v-5H9.68A5.68 5.68 0 0 1 4 18.32M22.32 17H20v12h-1v-7.882l.83-.848c.2-.19.2-.51 0-.71s-.51-.2-.71 0l-.12.122V16h3.32C24.9 16 27 13.9 27 11.32V7.092c.581.207 1 .756 1 1.408v2.82A5.69 5.69 0 0 1 22.32 17"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 8.5C30 6.568 28.432 5 26.5 5c-.785 0-1.502.268-2.086.704l-.554-.554c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l.554.554A3.47 3.47 0 0 0 23 8.5v2.82c0 .378-.302.68-.68.68H22V7a5.97 5.97 0 0 0-1.01-3.329a.5.5 0 0 0 .15-.101l.71-.71c.2-.2.2-.51 0-.71s-.51-.2-.71 0l-.71.71c-.018.018-.026.041-.04.06a5.98 5.98 0 0 0-8.776-.004c-.016-.022-.024-.047-.044-.066l-.71-.7c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l.71.71a.5.5 0 0 0 .15.101A5.97 5.97 0 0 0 10 7v2h-.5c-.28 0-.5.22-.5.5s.22.5.5.5h.5v9h-.32a.677.677 0 0 1-.68-.68v-3.01l.71-.71c.2-.2.2-.51 0-.71s-.51-.2-.71 0v-2.34C9 9.618 7.417 7.957 5.429 8h-.001a3.5 3.5 0 0 0-2.015.703L2.86 8.15c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l.552.56A3.47 3.47 0 0 0 2 11.5v6.82c0 1.945.729 3.716 1.921 5.069c-.02.015-.042.023-.061.041l-.71.71c-.2.2-.2.51 0 .71s.51.2.71 0l.71-.71c.018-.018.026-.041.041-.061A7.64 7.64 0 0 0 9.68 26H10v3.06A1.94 1.94 0 0 0 11.94 31h8.12A1.94 1.94 0 0 0 22 29.06V25h.875c.28 0 .5-.22.5-.5s-.22-.5-.5-.5H22v-5h.32a7.64 7.64 0 0 0 5.096-1.952c.006.007.008.015.014.021l.71.71c.2.2.51.2.71 0s.2-.51 0-.71l-.71-.71c-.008-.008-.018-.01-.025-.017A7.64 7.64 0 0 0 30 11.32zM20 14h2.32A2.68 2.68 0 0 0 25 11.32V8.5c0-.652.419-1.201 1-1.408v4.228c0 2.03-1.65 3.68-3.68 3.68H19v-3h.5c.28 0 .5-.22.5-.5s-.22-.5-.5-.5H19V4.381c.615.703 1 1.613 1 2.619zM18 3.555V29h-4V3.555A3.96 3.96 0 0 1 16 3c.732 0 1.41.211 2 .555M4 18.32V11.5c0-.814.653-1.482 1.472-1.5C6.283 9.983 7 10.683 7 11.55v6.77A2.68 2.68 0 0 0 9.68 21H12V7c0-1.007.385-1.916 1-2.619v11.161l-.1-.102c-.2-.2-.51-.2-.71 0s-.2.51 0 .71l.81.828V22H9.68C7.65 22 6 20.35 6 18.32v-6.77c0-.29-.23-.55-.5-.55h-.01c-.27.01-.49.23-.49.5v6.82C5 20.9 7.1 23 9.68 23H13v6h-1v-5H9.68A5.68 5.68 0 0 1 4 18.32M22.32 17H20v12h-1v-7.882l.83-.848c.2-.19.2-.51 0-.71s-.51-.2-.71 0l-.12.122V16h3.32C24.9 16 27 13.9 27 11.32V7.092c.581.207 1 .756 1 1.408v2.82A5.69 5.69 0 0 1 22.32 17"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%208.5C30%206.568%2028.432%205%2026.5%205c-.785%200-1.502.268-2.086.704l-.554-.554c-.2-.2-.51-.2-.71%200s-.2.51%200%20.71l.554.554A3.47%203.47%200%200%200%2023%208.5v2.82c0%20.378-.302.68-.68.68H22V7a5.97%205.97%200%200%200-1.01-3.329a.5.5%200%200%200%20.15-.101l.71-.71c.2-.2.2-.51%200-.71s-.51-.2-.71%200l-.71.71c-.018.018-.026.041-.04.06a5.98%205.98%200%200%200-8.776-.004c-.016-.022-.024-.047-.044-.066l-.71-.7c-.2-.2-.51-.2-.71%200s-.2.51%200%20.71l.71.71a.5.5%200%200%200%20.15.101A5.97%205.97%200%200%200%2010%207v2h-.5c-.28%200-.5.22-.5.5s.22.5.5.5h.5v9h-.32a.677.677%200%200%201-.68-.68v-3.01l.71-.71c.2-.2.2-.51%200-.71s-.51-.2-.71%200v-2.34C9%209.618%207.417%207.957%205.429%208h-.001a3.5%203.5%200%200%200-2.015.703L2.86%208.15c-.2-.2-.51-.2-.71%200s-.2.51%200%20.71l.552.56A3.47%203.47%200%200%200%202%2011.5v6.82c0%201.945.729%203.716%201.921%205.069c-.02.015-.042.023-.061.041l-.71.71c-.2.2-.2.51%200%20.71s.51.2.71%200l.71-.71c.018-.018.026-.041.041-.061A7.64%207.64%200%200%200%209.68%2026H10v3.06A1.94%201.94%200%200%200%2011.94%2031h8.12A1.94%201.94%200%200%200%2022%2029.06V25h.875c.28%200%20.5-.22.5-.5s-.22-.5-.5-.5H22v-5h.32a7.64%207.64%200%200%200%205.096-1.952c.006.007.008.015.014.021l.71.71c.2.2.51.2.71%200s.2-.51%200-.71l-.71-.71c-.008-.008-.018-.01-.025-.017A7.64%207.64%200%200%200%2030%2011.32zM20%2014h2.32A2.68%202.68%200%200%200%2025%2011.32V8.5c0-.652.419-1.201%201-1.408v4.228c0%202.03-1.65%203.68-3.68%203.68H19v-3h.5c.28%200%20.5-.22.5-.5s-.22-.5-.5-.5H19V4.381c.615.703%201%201.613%201%202.619zM18%203.555V29h-4V3.555A3.96%203.96%200%200%201%2016%203c.732%200%201.41.211%202%20.555M4%2018.32V11.5c0-.814.653-1.482%201.472-1.5C6.283%209.983%207%2010.683%207%2011.55v6.77A2.68%202.68%200%200%200%209.68%2021H12V7c0-1.007.385-1.916%201-2.619v11.161l-.1-.102c-.2-.2-.51-.2-.71%200s-.2.51%200%20.71l.81.828V22H9.68C7.65%2022%206%2020.35%206%2018.32v-6.77c0-.29-.23-.55-.5-.55h-.01c-.27.01-.49.23-.49.5v6.82C5%2020.9%207.1%2023%209.68%2023H13v6h-1v-5H9.68A5.68%205.68%200%200%201%204%2018.32M22.32%2017H20v12h-1v-7.882l.83-.848c.2-.19.2-.51%200-.71s-.51-.2-.71%200l-.12.122V16h3.32C24.9%2016%2027%2013.9%2027%2011.32V7.092c.581.207%201%20.756%201%201.408v2.82A5.69%205.69%200%200%201%2022.32%2017%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%208.5C30%206.568%2028.432%205%2026.5%205c-.785%200-1.502.268-2.086.704l-.554-.554c-.2-.2-.51-.2-.71%200s-.2.51%200%20.71l.554.554A3.47%203.47%200%200%200%2023%208.5v2.82c0%20.378-.302.68-.68.68H22V7a5.97%205.97%200%200%200-1.01-3.329a.5.5%200%200%200%20.15-.101l.71-.71c.2-.2.2-.51%200-.71s-.51-.2-.71%200l-.71.71c-.018.018-.026.041-.04.06a5.98%205.98%200%200%200-8.776-.004c-.016-.022-.024-.047-.044-.066l-.71-.7c-.2-.2-.51-.2-.71%200s-.2.51%200%20.71l.71.71a.5.5%200%200%200%20.15.101A5.97%205.97%200%200%200%2010%207v2h-.5c-.28%200-.5.22-.5.5s.22.5.5.5h.5v9h-.32a.677.677%200%200%201-.68-.68v-3.01l.71-.71c.2-.2.2-.51%200-.71s-.51-.2-.71%200v-2.34C9%209.618%207.417%207.957%205.429%208h-.001a3.5%203.5%200%200%200-2.015.703L2.86%208.15c-.2-.2-.51-.2-.71%200s-.2.51%200%20.71l.552.56A3.47%203.47%200%200%200%202%2011.5v6.82c0%201.945.729%203.716%201.921%205.069c-.02.015-.042.023-.061.041l-.71.71c-.2.2-.2.51%200%20.71s.51.2.71%200l.71-.71c.018-.018.026-.041.041-.061A7.64%207.64%200%200%200%209.68%2026H10v3.06A1.94%201.94%200%200%200%2011.94%2031h8.12A1.94%201.94%200%200%200%2022%2029.06V25h.875c.28%200%20.5-.22.5-.5s-.22-.5-.5-.5H22v-5h.32a7.64%207.64%200%200%200%205.096-1.952c.006.007.008.015.014.021l.71.71c.2.2.51.2.71%200s.2-.51%200-.71l-.71-.71c-.008-.008-.018-.01-.025-.017A7.64%207.64%200%200%200%2030%2011.32zM20%2014h2.32A2.68%202.68%200%200%200%2025%2011.32V8.5c0-.652.419-1.201%201-1.408v4.228c0%202.03-1.65%203.68-3.68%203.68H19v-3h.5c.28%200%20.5-.22.5-.5s-.22-.5-.5-.5H19V4.381c.615.703%201%201.613%201%202.619zM18%203.555V29h-4V3.555A3.96%203.96%200%200%201%2016%203c.732%200%201.41.211%202%20.555M4%2018.32V11.5c0-.814.653-1.482%201.472-1.5C6.283%209.983%207%2010.683%207%2011.55v6.77A2.68%202.68%200%200%200%209.68%2021H12V7c0-1.007.385-1.916%201-2.619v11.161l-.1-.102c-.2-.2-.51-.2-.71%200s-.2.51%200%20.71l.81.828V22H9.68C7.65%2022%206%2020.35%206%2018.32v-6.77c0-.29-.23-.55-.5-.55h-.01c-.27.01-.49.23-.49.5v6.82C5%2020.9%207.1%2023%209.68%2023H13v6h-1v-5H9.68A5.68%205.68%200%200%201%204%2018.32M22.32%2017H20v12h-1v-7.882l.83-.848c.2-.19.2-.51%200-.71s-.51-.2-.71%200l-.12.122V16h3.32C24.9%2016%2027%2013.9%2027%2011.32V7.092c.581.207%201%20.756%201%201.408v2.82A5.69%205.69%200%200%201%2022.32%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/cactus.svg?color=%231a73e8&size=48