celery logo
celery from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- celery
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the celery logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.303 0A2.3 2.3 0 0 0 0 2.303v19.394A2.3 2.3 0 0 0 2.303 24h19.394A2.3 2.3 0 0 0 24 21.697V2.303A2.3 2.3 0 0 0 21.697 0zm8.177 3.072c4.098 0 7.028 1.438 7.68 1.764l-1.194 2.55c-2.442-1.057-4.993-1.41-5.672-1.41c-1.574 0-2.17.922-2.17 1.763v8.494c0 .869.596 1.791 2.17 1.791c.679 0 3.23-.38 5.672-1.41l1.194 2.496c-.435.271-3.637 1.818-7.68 1.818c-1.112 0-4.64-.244-4.64-4.64V7.713c0-4.397 3.528-4.64 4.64-4.64z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsCelery(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="M2.303 0A2.3 2.3 0 0 0 0 2.303v19.394A2.3 2.3 0 0 0 2.303 24h19.394A2.3 2.3 0 0 0 24 21.697V2.303A2.3 2.3 0 0 0 21.697 0zm8.177 3.072c4.098 0 7.028 1.438 7.68 1.764l-1.194 2.55c-2.442-1.057-4.993-1.41-5.672-1.41c-1.574 0-2.17.922-2.17 1.763v8.494c0 .869.596 1.791 2.17 1.791c.679 0 3.23-.38 5.672-1.41l1.194 2.496c-.435.271-3.637 1.818-7.68 1.818c-1.112 0-4.64-.244-4.64-4.64V7.713c0-4.397 3.528-4.64 4.64-4.64z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.303 0A2.3 2.3 0 0 0 0 2.303v19.394A2.3 2.3 0 0 0 2.303 24h19.394A2.3 2.3 0 0 0 24 21.697V2.303A2.3 2.3 0 0 0 21.697 0zm8.177 3.072c4.098 0 7.028 1.438 7.68 1.764l-1.194 2.55c-2.442-1.057-4.993-1.41-5.672-1.41c-1.574 0-2.17.922-2.17 1.763v8.494c0 .869.596 1.791 2.17 1.791c.679 0 3.23-.38 5.672-1.41l1.194 2.496c-.435.271-3.637 1.818-7.68 1.818c-1.112 0-4.64-.244-4.64-4.64V7.713c0-4.397 3.528-4.64 4.64-4.64z"/></svg> </template>
CSS
.icon-celery {
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%22M2.303%200A2.3%202.3%200%200%200%200%202.303v19.394A2.3%202.3%200%200%200%202.303%2024h19.394A2.3%202.3%200%200%200%2024%2021.697V2.303A2.3%202.3%200%200%200%2021.697%200zm8.177%203.072c4.098%200%207.028%201.438%207.68%201.764l-1.194%202.55c-2.442-1.057-4.993-1.41-5.672-1.41c-1.574%200-2.17.922-2.17%201.763v8.494c0%20.869.596%201.791%202.17%201.791c.679%200%203.23-.38%205.672-1.41l1.194%202.496c-.435.271-3.637%201.818-7.68%201.818c-1.112%200-4.64-.244-4.64-4.64V7.713c0-4.397%203.528-4.64%204.64-4.64z%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%22M2.303%200A2.3%202.3%200%200%200%200%202.303v19.394A2.3%202.3%200%200%200%202.303%2024h19.394A2.3%202.3%200%200%200%2024%2021.697V2.303A2.3%202.3%200%200%200%2021.697%200zm8.177%203.072c4.098%200%207.028%201.438%207.68%201.764l-1.194%202.55c-2.442-1.057-4.993-1.41-5.672-1.41c-1.574%200-2.17.922-2.17%201.763v8.494c0%20.869.596%201.791%202.17%201.791c.679%200%203.23-.38%205.672-1.41l1.194%202.496c-.435.271-3.637%201.818-7.68%201.818c-1.112%200-4.64-.244-4.64-4.64V7.713c0-4.397%203.528-4.64%204.64-4.64z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/celery.svg?color=%231a73e8&size=48