chocolatey logo
chocolatey from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- chocolatey
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the chocolatey logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m0 1.249l1.439 3.18L0 6.926l1.439 2.5L0 11.923l1.439 2.424L0 16.845l1.439 2.5L0 22.75l2.8-.91c6.3.01 12.696.006 18.096 0l3.104.91l-2.044-3.635l1.136-1.892l-2.196-2.272l-.004-.017V2.005c-6.551-.001-12.243 0-18.091 0zm19.688 1.968v7.03l-.23-.898l-1.438-4.39l-3.56.605l-1.89-2.343zm-11.695.004h4.563L9.539 4.428zm2.86 3.68a3.9 3.9 0 0 1 1.64.254c1.968.757 1.286 2.8.15 4.012c-.378.378-1.21.227-.605-.908c.228-.454.454-1.363-.227-1.59c-1.515-.53-3.255.682-3.634 2.271c-.378 1.363.606 2.801 2.347 2.423c1.439-.303 2.802-1.288 3.332-1.742c.53-.455.907.38.301 1.288c-.68.908-1.74 1.968-2.65 2.574c-3.558 2.423-6.662-.758-5.375-4.392c.677-1.845 2.454-4.041 4.72-4.19zm6.527 2.031a.66.66 0 0 1 .454.182c.324.326.204.972-.268 1.445c-.473.474-1.121.593-1.446.268c-.325-.326-.205-.972.267-1.445c.292-.292.666-.461.993-.45m-.42 3.233a.66.66 0 0 1 .454.182c.325.325.206.973-.268 1.446c-.473.473-1.12.592-1.445.268c-.324-.326-.205-.972.268-1.445c.291-.292.664-.462.99-.451Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsChocolatey(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="m0 1.249l1.439 3.18L0 6.926l1.439 2.5L0 11.923l1.439 2.424L0 16.845l1.439 2.5L0 22.75l2.8-.91c6.3.01 12.696.006 18.096 0l3.104.91l-2.044-3.635l1.136-1.892l-2.196-2.272l-.004-.017V2.005c-6.551-.001-12.243 0-18.091 0zm19.688 1.968v7.03l-.23-.898l-1.438-4.39l-3.56.605l-1.89-2.343zm-11.695.004h4.563L9.539 4.428zm2.86 3.68a3.9 3.9 0 0 1 1.64.254c1.968.757 1.286 2.8.15 4.012c-.378.378-1.21.227-.605-.908c.228-.454.454-1.363-.227-1.59c-1.515-.53-3.255.682-3.634 2.271c-.378 1.363.606 2.801 2.347 2.423c1.439-.303 2.802-1.288 3.332-1.742c.53-.455.907.38.301 1.288c-.68.908-1.74 1.968-2.65 2.574c-3.558 2.423-6.662-.758-5.375-4.392c.677-1.845 2.454-4.041 4.72-4.19zm6.527 2.031a.66.66 0 0 1 .454.182c.324.326.204.972-.268 1.445c-.473.474-1.121.593-1.446.268c-.325-.326-.205-.972.267-1.445c.292-.292.666-.461.993-.45m-.42 3.233a.66.66 0 0 1 .454.182c.325.325.206.973-.268 1.446c-.473.473-1.12.592-1.445.268c-.324-.326-.205-.972.268-1.445c.291-.292.664-.462.99-.451Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m0 1.249l1.439 3.18L0 6.926l1.439 2.5L0 11.923l1.439 2.424L0 16.845l1.439 2.5L0 22.75l2.8-.91c6.3.01 12.696.006 18.096 0l3.104.91l-2.044-3.635l1.136-1.892l-2.196-2.272l-.004-.017V2.005c-6.551-.001-12.243 0-18.091 0zm19.688 1.968v7.03l-.23-.898l-1.438-4.39l-3.56.605l-1.89-2.343zm-11.695.004h4.563L9.539 4.428zm2.86 3.68a3.9 3.9 0 0 1 1.64.254c1.968.757 1.286 2.8.15 4.012c-.378.378-1.21.227-.605-.908c.228-.454.454-1.363-.227-1.59c-1.515-.53-3.255.682-3.634 2.271c-.378 1.363.606 2.801 2.347 2.423c1.439-.303 2.802-1.288 3.332-1.742c.53-.455.907.38.301 1.288c-.68.908-1.74 1.968-2.65 2.574c-3.558 2.423-6.662-.758-5.375-4.392c.677-1.845 2.454-4.041 4.72-4.19zm6.527 2.031a.66.66 0 0 1 .454.182c.324.326.204.972-.268 1.445c-.473.474-1.121.593-1.446.268c-.325-.326-.205-.972.267-1.445c.292-.292.666-.461.993-.45m-.42 3.233a.66.66 0 0 1 .454.182c.325.325.206.973-.268 1.446c-.473.473-1.12.592-1.445.268c-.324-.326-.205-.972.268-1.445c.291-.292.664-.462.99-.451Z"/></svg> </template>
CSS
.icon-chocolatey {
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%22m0%201.249l1.439%203.18L0%206.926l1.439%202.5L0%2011.923l1.439%202.424L0%2016.845l1.439%202.5L0%2022.75l2.8-.91c6.3.01%2012.696.006%2018.096%200l3.104.91l-2.044-3.635l1.136-1.892l-2.196-2.272l-.004-.017V2.005c-6.551-.001-12.243%200-18.091%200zm19.688%201.968v7.03l-.23-.898l-1.438-4.39l-3.56.605l-1.89-2.343zm-11.695.004h4.563L9.539%204.428zm2.86%203.68a3.9%203.9%200%200%201%201.64.254c1.968.757%201.286%202.8.15%204.012c-.378.378-1.21.227-.605-.908c.228-.454.454-1.363-.227-1.59c-1.515-.53-3.255.682-3.634%202.271c-.378%201.363.606%202.801%202.347%202.423c1.439-.303%202.802-1.288%203.332-1.742c.53-.455.907.38.301%201.288c-.68.908-1.74%201.968-2.65%202.574c-3.558%202.423-6.662-.758-5.375-4.392c.677-1.845%202.454-4.041%204.72-4.19zm6.527%202.031a.66.66%200%200%201%20.454.182c.324.326.204.972-.268%201.445c-.473.474-1.121.593-1.446.268c-.325-.326-.205-.972.267-1.445c.292-.292.666-.461.993-.45m-.42%203.233a.66.66%200%200%201%20.454.182c.325.325.206.973-.268%201.446c-.473.473-1.12.592-1.445.268c-.324-.326-.205-.972.268-1.445c.291-.292.664-.462.99-.451Z%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%22m0%201.249l1.439%203.18L0%206.926l1.439%202.5L0%2011.923l1.439%202.424L0%2016.845l1.439%202.5L0%2022.75l2.8-.91c6.3.01%2012.696.006%2018.096%200l3.104.91l-2.044-3.635l1.136-1.892l-2.196-2.272l-.004-.017V2.005c-6.551-.001-12.243%200-18.091%200zm19.688%201.968v7.03l-.23-.898l-1.438-4.39l-3.56.605l-1.89-2.343zm-11.695.004h4.563L9.539%204.428zm2.86%203.68a3.9%203.9%200%200%201%201.64.254c1.968.757%201.286%202.8.15%204.012c-.378.378-1.21.227-.605-.908c.228-.454.454-1.363-.227-1.59c-1.515-.53-3.255.682-3.634%202.271c-.378%201.363.606%202.801%202.347%202.423c1.439-.303%202.802-1.288%203.332-1.742c.53-.455.907.38.301%201.288c-.68.908-1.74%201.968-2.65%202.574c-3.558%202.423-6.662-.758-5.375-4.392c.677-1.845%202.454-4.041%204.72-4.19zm6.527%202.031a.66.66%200%200%201%20.454.182c.324.326.204.972-.268%201.445c-.473.474-1.121.593-1.446.268c-.325-.326-.205-.972.267-1.445c.292-.292.666-.461.993-.45m-.42%203.233a.66.66%200%200%201%20.454.182c.325.325.206.973-.268%201.446c-.473.473-1.12.592-1.445.268c-.324-.326-.205-.972.268-1.445c.291-.292.664-.462.99-.451Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/chocolatey.svg?color=%231a73e8&size=48