cheerio logo
cheerio from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- cheerio
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the cheerio logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.14 15.622c.593.444 1.203.9 1.81 1.356c-.415.477-.929.9-1.584 1.307a7.2 7.2 0 0 1-1.64.741a8 8 0 0 1-1.443.31c-.43.054-.88.04-1.22.02a7.4 7.4 0 0 1-3.154-.934a7.05 7.05 0 0 1-2.146-1.869a7 7 0 0 1-1.177-2.223c-.185-.596-.266-1.207-.32-1.727c-.079-.742-.003-1.53.238-2.481c.2-.799.54-1.532 1.008-2.183c.776-1.09 1.74-1.911 2.868-2.44a7.4 7.4 0 0 1 2.321-.672a6 6 0 0 1 .689-.038c.362 0 .76.028 1.227.085a6.3 6.3 0 0 1 1.874.52a7.4 7.4 0 0 1 2.499 1.839a290 290 0 0 1-3.17 2.403a3.33 3.33 0 0 0-1.877-.824c-.894-.096-1.788.156-2.452.691a3.35 3.35 0 0 0-1.247 2.351c-.077.927.22 1.818.834 2.509a3.24 3.24 0 0 0 2.434 1.117a3.35 3.35 0 0 0 2.298-.853zM24 1.8v20.4a1.8 1.8 0 0 1-1.8 1.8H1.8A1.8 1.8 0 0 1 0 22.2V1.8A1.8 1.8 0 0 1 1.8 0h20.4A1.8 1.8 0 0 1 24 1.8m-4.542 14.963l-.419-.316a836 836 0 0 0-2.252-1.69l-1.703-1.275l-.398-.299l-.33.373c-.503.568-1.098.844-1.814.844h-.018a2.16 2.16 0 0 1-1.639-.755a2.25 2.25 0 0 1-.564-1.701a2.28 2.28 0 0 1 .848-1.6c.443-.357 1.047-.524 1.657-.458s1.148.353 1.513.808l.327.408l.418-.314c1.3-.975 2.644-1.983 3.967-3.012l.184-.143l.022-.232a.78.78 0 0 0-.242-.633q-.012-.011-.02-.022l-.01-.01a8.5 8.5 0 0 0-3.048-2.326a7.4 7.4 0 0 0-2.191-.608c-.582-.072-1.353-.142-2.165-.049a8.4 8.4 0 0 0-2.66.768c-1.298.609-2.404 1.548-3.287 2.79a7.5 7.5 0 0 0-1.178 2.546c-.273 1.078-.357 1.986-.265 2.86c.06.571.15 1.248.363 1.932c.277.9.733 1.763 1.355 2.565a8.1 8.1 0 0 0 2.475 2.152a8.45 8.45 0 0 0 3.617 1.07a11 11 0 0 0 .613.018c.254 0 .526-.012.798-.046a9 9 0 0 0 1.637-.351a8.3 8.3 0 0 0 1.886-.854c.952-.592 1.678-1.25 2.22-2.012z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsCheerio(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="M16.14 15.622c.593.444 1.203.9 1.81 1.356c-.415.477-.929.9-1.584 1.307a7.2 7.2 0 0 1-1.64.741a8 8 0 0 1-1.443.31c-.43.054-.88.04-1.22.02a7.4 7.4 0 0 1-3.154-.934a7.05 7.05 0 0 1-2.146-1.869a7 7 0 0 1-1.177-2.223c-.185-.596-.266-1.207-.32-1.727c-.079-.742-.003-1.53.238-2.481c.2-.799.54-1.532 1.008-2.183c.776-1.09 1.74-1.911 2.868-2.44a7.4 7.4 0 0 1 2.321-.672a6 6 0 0 1 .689-.038c.362 0 .76.028 1.227.085a6.3 6.3 0 0 1 1.874.52a7.4 7.4 0 0 1 2.499 1.839a290 290 0 0 1-3.17 2.403a3.33 3.33 0 0 0-1.877-.824c-.894-.096-1.788.156-2.452.691a3.35 3.35 0 0 0-1.247 2.351c-.077.927.22 1.818.834 2.509a3.24 3.24 0 0 0 2.434 1.117a3.35 3.35 0 0 0 2.298-.853zM24 1.8v20.4a1.8 1.8 0 0 1-1.8 1.8H1.8A1.8 1.8 0 0 1 0 22.2V1.8A1.8 1.8 0 0 1 1.8 0h20.4A1.8 1.8 0 0 1 24 1.8m-4.542 14.963l-.419-.316a836 836 0 0 0-2.252-1.69l-1.703-1.275l-.398-.299l-.33.373c-.503.568-1.098.844-1.814.844h-.018a2.16 2.16 0 0 1-1.639-.755a2.25 2.25 0 0 1-.564-1.701a2.28 2.28 0 0 1 .848-1.6c.443-.357 1.047-.524 1.657-.458s1.148.353 1.513.808l.327.408l.418-.314c1.3-.975 2.644-1.983 3.967-3.012l.184-.143l.022-.232a.78.78 0 0 0-.242-.633q-.012-.011-.02-.022l-.01-.01a8.5 8.5 0 0 0-3.048-2.326a7.4 7.4 0 0 0-2.191-.608c-.582-.072-1.353-.142-2.165-.049a8.4 8.4 0 0 0-2.66.768c-1.298.609-2.404 1.548-3.287 2.79a7.5 7.5 0 0 0-1.178 2.546c-.273 1.078-.357 1.986-.265 2.86c.06.571.15 1.248.363 1.932c.277.9.733 1.763 1.355 2.565a8.1 8.1 0 0 0 2.475 2.152a8.45 8.45 0 0 0 3.617 1.07a11 11 0 0 0 .613.018c.254 0 .526-.012.798-.046a9 9 0 0 0 1.637-.351a8.3 8.3 0 0 0 1.886-.854c.952-.592 1.678-1.25 2.22-2.012z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.14 15.622c.593.444 1.203.9 1.81 1.356c-.415.477-.929.9-1.584 1.307a7.2 7.2 0 0 1-1.64.741a8 8 0 0 1-1.443.31c-.43.054-.88.04-1.22.02a7.4 7.4 0 0 1-3.154-.934a7.05 7.05 0 0 1-2.146-1.869a7 7 0 0 1-1.177-2.223c-.185-.596-.266-1.207-.32-1.727c-.079-.742-.003-1.53.238-2.481c.2-.799.54-1.532 1.008-2.183c.776-1.09 1.74-1.911 2.868-2.44a7.4 7.4 0 0 1 2.321-.672a6 6 0 0 1 .689-.038c.362 0 .76.028 1.227.085a6.3 6.3 0 0 1 1.874.52a7.4 7.4 0 0 1 2.499 1.839a290 290 0 0 1-3.17 2.403a3.33 3.33 0 0 0-1.877-.824c-.894-.096-1.788.156-2.452.691a3.35 3.35 0 0 0-1.247 2.351c-.077.927.22 1.818.834 2.509a3.24 3.24 0 0 0 2.434 1.117a3.35 3.35 0 0 0 2.298-.853zM24 1.8v20.4a1.8 1.8 0 0 1-1.8 1.8H1.8A1.8 1.8 0 0 1 0 22.2V1.8A1.8 1.8 0 0 1 1.8 0h20.4A1.8 1.8 0 0 1 24 1.8m-4.542 14.963l-.419-.316a836 836 0 0 0-2.252-1.69l-1.703-1.275l-.398-.299l-.33.373c-.503.568-1.098.844-1.814.844h-.018a2.16 2.16 0 0 1-1.639-.755a2.25 2.25 0 0 1-.564-1.701a2.28 2.28 0 0 1 .848-1.6c.443-.357 1.047-.524 1.657-.458s1.148.353 1.513.808l.327.408l.418-.314c1.3-.975 2.644-1.983 3.967-3.012l.184-.143l.022-.232a.78.78 0 0 0-.242-.633q-.012-.011-.02-.022l-.01-.01a8.5 8.5 0 0 0-3.048-2.326a7.4 7.4 0 0 0-2.191-.608c-.582-.072-1.353-.142-2.165-.049a8.4 8.4 0 0 0-2.66.768c-1.298.609-2.404 1.548-3.287 2.79a7.5 7.5 0 0 0-1.178 2.546c-.273 1.078-.357 1.986-.265 2.86c.06.571.15 1.248.363 1.932c.277.9.733 1.763 1.355 2.565a8.1 8.1 0 0 0 2.475 2.152a8.45 8.45 0 0 0 3.617 1.07a11 11 0 0 0 .613.018c.254 0 .526-.012.798-.046a9 9 0 0 0 1.637-.351a8.3 8.3 0 0 0 1.886-.854c.952-.592 1.678-1.25 2.22-2.012z"/></svg> </template>
CSS
.icon-cheerio {
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%22M16.14%2015.622c.593.444%201.203.9%201.81%201.356c-.415.477-.929.9-1.584%201.307a7.2%207.2%200%200%201-1.64.741a8%208%200%200%201-1.443.31c-.43.054-.88.04-1.22.02a7.4%207.4%200%200%201-3.154-.934a7.05%207.05%200%200%201-2.146-1.869a7%207%200%200%201-1.177-2.223c-.185-.596-.266-1.207-.32-1.727c-.079-.742-.003-1.53.238-2.481c.2-.799.54-1.532%201.008-2.183c.776-1.09%201.74-1.911%202.868-2.44a7.4%207.4%200%200%201%202.321-.672a6%206%200%200%201%20.689-.038c.362%200%20.76.028%201.227.085a6.3%206.3%200%200%201%201.874.52a7.4%207.4%200%200%201%202.499%201.839a290%20290%200%200%201-3.17%202.403a3.33%203.33%200%200%200-1.877-.824c-.894-.096-1.788.156-2.452.691a3.35%203.35%200%200%200-1.247%202.351c-.077.927.22%201.818.834%202.509a3.24%203.24%200%200%200%202.434%201.117a3.35%203.35%200%200%200%202.298-.853zM24%201.8v20.4a1.8%201.8%200%200%201-1.8%201.8H1.8A1.8%201.8%200%200%201%200%2022.2V1.8A1.8%201.8%200%200%201%201.8%200h20.4A1.8%201.8%200%200%201%2024%201.8m-4.542%2014.963l-.419-.316a836%20836%200%200%200-2.252-1.69l-1.703-1.275l-.398-.299l-.33.373c-.503.568-1.098.844-1.814.844h-.018a2.16%202.16%200%200%201-1.639-.755a2.25%202.25%200%200%201-.564-1.701a2.28%202.28%200%200%201%20.848-1.6c.443-.357%201.047-.524%201.657-.458s1.148.353%201.513.808l.327.408l.418-.314c1.3-.975%202.644-1.983%203.967-3.012l.184-.143l.022-.232a.78.78%200%200%200-.242-.633q-.012-.011-.02-.022l-.01-.01a8.5%208.5%200%200%200-3.048-2.326a7.4%207.4%200%200%200-2.191-.608c-.582-.072-1.353-.142-2.165-.049a8.4%208.4%200%200%200-2.66.768c-1.298.609-2.404%201.548-3.287%202.79a7.5%207.5%200%200%200-1.178%202.546c-.273%201.078-.357%201.986-.265%202.86c.06.571.15%201.248.363%201.932c.277.9.733%201.763%201.355%202.565a8.1%208.1%200%200%200%202.475%202.152a8.45%208.45%200%200%200%203.617%201.07a11%2011%200%200%200%20.613.018c.254%200%20.526-.012.798-.046a9%209%200%200%200%201.637-.351a8.3%208.3%200%200%200%201.886-.854c.952-.592%201.678-1.25%202.22-2.012z%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%22M16.14%2015.622c.593.444%201.203.9%201.81%201.356c-.415.477-.929.9-1.584%201.307a7.2%207.2%200%200%201-1.64.741a8%208%200%200%201-1.443.31c-.43.054-.88.04-1.22.02a7.4%207.4%200%200%201-3.154-.934a7.05%207.05%200%200%201-2.146-1.869a7%207%200%200%201-1.177-2.223c-.185-.596-.266-1.207-.32-1.727c-.079-.742-.003-1.53.238-2.481c.2-.799.54-1.532%201.008-2.183c.776-1.09%201.74-1.911%202.868-2.44a7.4%207.4%200%200%201%202.321-.672a6%206%200%200%201%20.689-.038c.362%200%20.76.028%201.227.085a6.3%206.3%200%200%201%201.874.52a7.4%207.4%200%200%201%202.499%201.839a290%20290%200%200%201-3.17%202.403a3.33%203.33%200%200%200-1.877-.824c-.894-.096-1.788.156-2.452.691a3.35%203.35%200%200%200-1.247%202.351c-.077.927.22%201.818.834%202.509a3.24%203.24%200%200%200%202.434%201.117a3.35%203.35%200%200%200%202.298-.853zM24%201.8v20.4a1.8%201.8%200%200%201-1.8%201.8H1.8A1.8%201.8%200%200%201%200%2022.2V1.8A1.8%201.8%200%200%201%201.8%200h20.4A1.8%201.8%200%200%201%2024%201.8m-4.542%2014.963l-.419-.316a836%20836%200%200%200-2.252-1.69l-1.703-1.275l-.398-.299l-.33.373c-.503.568-1.098.844-1.814.844h-.018a2.16%202.16%200%200%201-1.639-.755a2.25%202.25%200%200%201-.564-1.701a2.28%202.28%200%200%201%20.848-1.6c.443-.357%201.047-.524%201.657-.458s1.148.353%201.513.808l.327.408l.418-.314c1.3-.975%202.644-1.983%203.967-3.012l.184-.143l.022-.232a.78.78%200%200%200-.242-.633q-.012-.011-.02-.022l-.01-.01a8.5%208.5%200%200%200-3.048-2.326a7.4%207.4%200%200%200-2.191-.608c-.582-.072-1.353-.142-2.165-.049a8.4%208.4%200%200%200-2.66.768c-1.298.609-2.404%201.548-3.287%202.79a7.5%207.5%200%200%200-1.178%202.546c-.273%201.078-.357%201.986-.265%202.86c.06.571.15%201.248.363%201.932c.277.9.733%201.763%201.355%202.565a8.1%208.1%200%200%200%202.475%202.152a8.45%208.45%200%200%200%203.617%201.07a11%2011%200%200%200%20.613.018c.254%200%20.526-.012.798-.046a9%209%200%200%200%201.637-.351a8.3%208.3%200%200%200%201.886-.854c.952-.592%201.678-1.25%202.22-2.012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/cheerio.svg?color=%231a73e8&size=48