broccoli logo
broccoli from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- broccoli
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×266
- License
- CC0
The same logo in other sets
Use the broccoli logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 266"><path fill="#598527" d="M99.316 250.603c1.229 2.516 3.312 5.281 5.525 7.184c2.705 2.326 6.075 3.971 9.642 5.291c2.49.922 5.78 1.726 8.441 2.204c2.758.495 6.144.486 9.336.45c5.67-.061 10.147-.59 15.199-1.82c3.183-.775 6.206-1.636 8.66-2.602c4.634-1.823 7.587-3.847 8.204-5.16c-.463-2.172-1.19-5.59-1.732-8.664a141 141 0 0 1-1.203-8.304c-.694-6.021-.337-10.257.432-17.26c1.133-10.315 3.336-15.014 6.552-21.144c3.072-5.854 8.143-14.037 12.05-19.308c4.074-5.496 14.274-16.235 17.994-20.226c1.298.384 3.804 1.22 7.68 1.984c2.953.584 6.392 1.278 10.72 1.133c10.304-.347 14.055-2.317 20.048-6.225c5.439-3.546 10.642-10.64 13.367-17.438c2.095-5.227 2.74-10.549 1.828-16.794c-.614-4.202-1.971-9.176-3.056-12.466c-1.18-3.579-3.033-7.422-4.588-10.33c0 0 6.255-7.474 8.758-13.71c2.155-5.368 3.16-12.277 2.729-16.595c-.448-4.481-4.252-12.702-6.643-15.637c-3.15-3.865-6.23-7.873-10.12-11.016c-3.815-3.08-8.134-5.602-12.658-7.492c-4.687-1.958-10.295-3.091-14.739-3.872c-.667-3.56-1.587-6.043-4.037-10.327c-3.06-5.502-6.42-7.987-11.701-11.854c-6.553-4.798-15.686-9.747-24.55-10.424c-3.82-.292-9.418-.413-16.458 1.101c-6.121 1.317-12.156 3.804-16.744 6.148c-9.213-3.528-17.82-3.007-24.61-1.163c-5.726 1.555-6.948 2.488-12.188 5.571c-5.143 2.222-10.731 7.39-15.058 13.372c-16.117.457-29.532 6.126-39.083 11.546c-10.864 6.166-20.613 17.95-24.43 25.445c-4.26 8.366-8.515 20.2-4.92 38.5c-23.742 14.598-21.3 37.947-7.954 50.984c11.706 11.433 31.098 14.996 49.464 13.144c5.488 5.562 26.246 30.71 26.246 30.71s20.91 23.565 13.597 55.064M76.79 153.059c2.841-2.841 5.277-6.9 7.17-10.012c2.15.12 6.564.41 10.904.21c4.352-.2 8.963-.843 10.807-1.92c.518 1.551 4.119 14.407 4.347 22.307c.3 10.357.011 12.192-1.663 15.828c-.911.43-1.797.618-2.916.217c-3.984-1.43-10.624-6.407-15.385-10.848c-7.373-6.878-13.264-15.782-13.264-15.782m82.074-2.188c-.142 1.258-.234 5.774.374 9.719c.618 4.006 1.224 7.729 2.735 9.175c5.31-.957 9.018-4.363 12.223-6.755c0 0 10.402-8.121 12.41-9.987c-1.53-1.387-3.682-4.64-4.448-6.6c0 0-7.32 2.144-11.003 2.909c-4.64 1.005-10.09 1.443-12.291 1.539"/></svg>
React
import type { SVGProps } from "react";
export function LogosBroccoli(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 266"><path fill="#598527" d="M99.316 250.603c1.229 2.516 3.312 5.281 5.525 7.184c2.705 2.326 6.075 3.971 9.642 5.291c2.49.922 5.78 1.726 8.441 2.204c2.758.495 6.144.486 9.336.45c5.67-.061 10.147-.59 15.199-1.82c3.183-.775 6.206-1.636 8.66-2.602c4.634-1.823 7.587-3.847 8.204-5.16c-.463-2.172-1.19-5.59-1.732-8.664a141 141 0 0 1-1.203-8.304c-.694-6.021-.337-10.257.432-17.26c1.133-10.315 3.336-15.014 6.552-21.144c3.072-5.854 8.143-14.037 12.05-19.308c4.074-5.496 14.274-16.235 17.994-20.226c1.298.384 3.804 1.22 7.68 1.984c2.953.584 6.392 1.278 10.72 1.133c10.304-.347 14.055-2.317 20.048-6.225c5.439-3.546 10.642-10.64 13.367-17.438c2.095-5.227 2.74-10.549 1.828-16.794c-.614-4.202-1.971-9.176-3.056-12.466c-1.18-3.579-3.033-7.422-4.588-10.33c0 0 6.255-7.474 8.758-13.71c2.155-5.368 3.16-12.277 2.729-16.595c-.448-4.481-4.252-12.702-6.643-15.637c-3.15-3.865-6.23-7.873-10.12-11.016c-3.815-3.08-8.134-5.602-12.658-7.492c-4.687-1.958-10.295-3.091-14.739-3.872c-.667-3.56-1.587-6.043-4.037-10.327c-3.06-5.502-6.42-7.987-11.701-11.854c-6.553-4.798-15.686-9.747-24.55-10.424c-3.82-.292-9.418-.413-16.458 1.101c-6.121 1.317-12.156 3.804-16.744 6.148c-9.213-3.528-17.82-3.007-24.61-1.163c-5.726 1.555-6.948 2.488-12.188 5.571c-5.143 2.222-10.731 7.39-15.058 13.372c-16.117.457-29.532 6.126-39.083 11.546c-10.864 6.166-20.613 17.95-24.43 25.445c-4.26 8.366-8.515 20.2-4.92 38.5c-23.742 14.598-21.3 37.947-7.954 50.984c11.706 11.433 31.098 14.996 49.464 13.144c5.488 5.562 26.246 30.71 26.246 30.71s20.91 23.565 13.597 55.064M76.79 153.059c2.841-2.841 5.277-6.9 7.17-10.012c2.15.12 6.564.41 10.904.21c4.352-.2 8.963-.843 10.807-1.92c.518 1.551 4.119 14.407 4.347 22.307c.3 10.357.011 12.192-1.663 15.828c-.911.43-1.797.618-2.916.217c-3.984-1.43-10.624-6.407-15.385-10.848c-7.373-6.878-13.264-15.782-13.264-15.782m82.074-2.188c-.142 1.258-.234 5.774.374 9.719c.618 4.006 1.224 7.729 2.735 9.175c5.31-.957 9.018-4.363 12.223-6.755c0 0 10.402-8.121 12.41-9.987c-1.53-1.387-3.682-4.64-4.448-6.6c0 0-7.32 2.144-11.003 2.909c-4.64 1.005-10.09 1.443-12.291 1.539"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 266"><path fill="#598527" d="M99.316 250.603c1.229 2.516 3.312 5.281 5.525 7.184c2.705 2.326 6.075 3.971 9.642 5.291c2.49.922 5.78 1.726 8.441 2.204c2.758.495 6.144.486 9.336.45c5.67-.061 10.147-.59 15.199-1.82c3.183-.775 6.206-1.636 8.66-2.602c4.634-1.823 7.587-3.847 8.204-5.16c-.463-2.172-1.19-5.59-1.732-8.664a141 141 0 0 1-1.203-8.304c-.694-6.021-.337-10.257.432-17.26c1.133-10.315 3.336-15.014 6.552-21.144c3.072-5.854 8.143-14.037 12.05-19.308c4.074-5.496 14.274-16.235 17.994-20.226c1.298.384 3.804 1.22 7.68 1.984c2.953.584 6.392 1.278 10.72 1.133c10.304-.347 14.055-2.317 20.048-6.225c5.439-3.546 10.642-10.64 13.367-17.438c2.095-5.227 2.74-10.549 1.828-16.794c-.614-4.202-1.971-9.176-3.056-12.466c-1.18-3.579-3.033-7.422-4.588-10.33c0 0 6.255-7.474 8.758-13.71c2.155-5.368 3.16-12.277 2.729-16.595c-.448-4.481-4.252-12.702-6.643-15.637c-3.15-3.865-6.23-7.873-10.12-11.016c-3.815-3.08-8.134-5.602-12.658-7.492c-4.687-1.958-10.295-3.091-14.739-3.872c-.667-3.56-1.587-6.043-4.037-10.327c-3.06-5.502-6.42-7.987-11.701-11.854c-6.553-4.798-15.686-9.747-24.55-10.424c-3.82-.292-9.418-.413-16.458 1.101c-6.121 1.317-12.156 3.804-16.744 6.148c-9.213-3.528-17.82-3.007-24.61-1.163c-5.726 1.555-6.948 2.488-12.188 5.571c-5.143 2.222-10.731 7.39-15.058 13.372c-16.117.457-29.532 6.126-39.083 11.546c-10.864 6.166-20.613 17.95-24.43 25.445c-4.26 8.366-8.515 20.2-4.92 38.5c-23.742 14.598-21.3 37.947-7.954 50.984c11.706 11.433 31.098 14.996 49.464 13.144c5.488 5.562 26.246 30.71 26.246 30.71s20.91 23.565 13.597 55.064M76.79 153.059c2.841-2.841 5.277-6.9 7.17-10.012c2.15.12 6.564.41 10.904.21c4.352-.2 8.963-.843 10.807-1.92c.518 1.551 4.119 14.407 4.347 22.307c.3 10.357.011 12.192-1.663 15.828c-.911.43-1.797.618-2.916.217c-3.984-1.43-10.624-6.407-15.385-10.848c-7.373-6.878-13.264-15.782-13.264-15.782m82.074-2.188c-.142 1.258-.234 5.774.374 9.719c.618 4.006 1.224 7.729 2.735 9.175c5.31-.957 9.018-4.363 12.223-6.755c0 0 10.402-8.121 12.41-9.987c-1.53-1.387-3.682-4.64-4.448-6.6c0 0-7.32 2.144-11.003 2.909c-4.64 1.005-10.09 1.443-12.291 1.539"/></svg> </template>
CSS
.icon-broccoli {
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%20256%20266%22%3E%3Cpath%20fill%3D%22%23598527%22%20d%3D%22M99.316%20250.603c1.229%202.516%203.312%205.281%205.525%207.184c2.705%202.326%206.075%203.971%209.642%205.291c2.49.922%205.78%201.726%208.441%202.204c2.758.495%206.144.486%209.336.45c5.67-.061%2010.147-.59%2015.199-1.82c3.183-.775%206.206-1.636%208.66-2.602c4.634-1.823%207.587-3.847%208.204-5.16c-.463-2.172-1.19-5.59-1.732-8.664a141%20141%200%200%201-1.203-8.304c-.694-6.021-.337-10.257.432-17.26c1.133-10.315%203.336-15.014%206.552-21.144c3.072-5.854%208.143-14.037%2012.05-19.308c4.074-5.496%2014.274-16.235%2017.994-20.226c1.298.384%203.804%201.22%207.68%201.984c2.953.584%206.392%201.278%2010.72%201.133c10.304-.347%2014.055-2.317%2020.048-6.225c5.439-3.546%2010.642-10.64%2013.367-17.438c2.095-5.227%202.74-10.549%201.828-16.794c-.614-4.202-1.971-9.176-3.056-12.466c-1.18-3.579-3.033-7.422-4.588-10.33c0%200%206.255-7.474%208.758-13.71c2.155-5.368%203.16-12.277%202.729-16.595c-.448-4.481-4.252-12.702-6.643-15.637c-3.15-3.865-6.23-7.873-10.12-11.016c-3.815-3.08-8.134-5.602-12.658-7.492c-4.687-1.958-10.295-3.091-14.739-3.872c-.667-3.56-1.587-6.043-4.037-10.327c-3.06-5.502-6.42-7.987-11.701-11.854c-6.553-4.798-15.686-9.747-24.55-10.424c-3.82-.292-9.418-.413-16.458%201.101c-6.121%201.317-12.156%203.804-16.744%206.148c-9.213-3.528-17.82-3.007-24.61-1.163c-5.726%201.555-6.948%202.488-12.188%205.571c-5.143%202.222-10.731%207.39-15.058%2013.372c-16.117.457-29.532%206.126-39.083%2011.546c-10.864%206.166-20.613%2017.95-24.43%2025.445c-4.26%208.366-8.515%2020.2-4.92%2038.5c-23.742%2014.598-21.3%2037.947-7.954%2050.984c11.706%2011.433%2031.098%2014.996%2049.464%2013.144c5.488%205.562%2026.246%2030.71%2026.246%2030.71s20.91%2023.565%2013.597%2055.064M76.79%20153.059c2.841-2.841%205.277-6.9%207.17-10.012c2.15.12%206.564.41%2010.904.21c4.352-.2%208.963-.843%2010.807-1.92c.518%201.551%204.119%2014.407%204.347%2022.307c.3%2010.357.011%2012.192-1.663%2015.828c-.911.43-1.797.618-2.916.217c-3.984-1.43-10.624-6.407-15.385-10.848c-7.373-6.878-13.264-15.782-13.264-15.782m82.074-2.188c-.142%201.258-.234%205.774.374%209.719c.618%204.006%201.224%207.729%202.735%209.175c5.31-.957%209.018-4.363%2012.223-6.755c0%200%2010.402-8.121%2012.41-9.987c-1.53-1.387-3.682-4.64-4.448-6.6c0%200-7.32%202.144-11.003%202.909c-4.64%201.005-10.09%201.443-12.291%201.539%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%20256%20266%22%3E%3Cpath%20fill%3D%22%23598527%22%20d%3D%22M99.316%20250.603c1.229%202.516%203.312%205.281%205.525%207.184c2.705%202.326%206.075%203.971%209.642%205.291c2.49.922%205.78%201.726%208.441%202.204c2.758.495%206.144.486%209.336.45c5.67-.061%2010.147-.59%2015.199-1.82c3.183-.775%206.206-1.636%208.66-2.602c4.634-1.823%207.587-3.847%208.204-5.16c-.463-2.172-1.19-5.59-1.732-8.664a141%20141%200%200%201-1.203-8.304c-.694-6.021-.337-10.257.432-17.26c1.133-10.315%203.336-15.014%206.552-21.144c3.072-5.854%208.143-14.037%2012.05-19.308c4.074-5.496%2014.274-16.235%2017.994-20.226c1.298.384%203.804%201.22%207.68%201.984c2.953.584%206.392%201.278%2010.72%201.133c10.304-.347%2014.055-2.317%2020.048-6.225c5.439-3.546%2010.642-10.64%2013.367-17.438c2.095-5.227%202.74-10.549%201.828-16.794c-.614-4.202-1.971-9.176-3.056-12.466c-1.18-3.579-3.033-7.422-4.588-10.33c0%200%206.255-7.474%208.758-13.71c2.155-5.368%203.16-12.277%202.729-16.595c-.448-4.481-4.252-12.702-6.643-15.637c-3.15-3.865-6.23-7.873-10.12-11.016c-3.815-3.08-8.134-5.602-12.658-7.492c-4.687-1.958-10.295-3.091-14.739-3.872c-.667-3.56-1.587-6.043-4.037-10.327c-3.06-5.502-6.42-7.987-11.701-11.854c-6.553-4.798-15.686-9.747-24.55-10.424c-3.82-.292-9.418-.413-16.458%201.101c-6.121%201.317-12.156%203.804-16.744%206.148c-9.213-3.528-17.82-3.007-24.61-1.163c-5.726%201.555-6.948%202.488-12.188%205.571c-5.143%202.222-10.731%207.39-15.058%2013.372c-16.117.457-29.532%206.126-39.083%2011.546c-10.864%206.166-20.613%2017.95-24.43%2025.445c-4.26%208.366-8.515%2020.2-4.92%2038.5c-23.742%2014.598-21.3%2037.947-7.954%2050.984c11.706%2011.433%2031.098%2014.996%2049.464%2013.144c5.488%205.562%2026.246%2030.71%2026.246%2030.71s20.91%2023.565%2013.597%2055.064M76.79%20153.059c2.841-2.841%205.277-6.9%207.17-10.012c2.15.12%206.564.41%2010.904.21c4.352-.2%208.963-.843%2010.807-1.92c.518%201.551%204.119%2014.407%204.347%2022.307c.3%2010.357.011%2012.192-1.663%2015.828c-.911.43-1.797.618-2.916.217c-3.984-1.43-10.624-6.407-15.385-10.848c-7.373-6.878-13.264-15.782-13.264-15.782m82.074-2.188c-.142%201.258-.234%205.774.374%209.719c.618%204.006%201.224%207.729%202.735%209.175c5.31-.957%209.018-4.363%2012.223-6.755c0%200%2010.402-8.121%2012.41-9.987c-1.53-1.387-3.682-4.64-4.448-6.6c0%200-7.32%202.144-11.003%202.909c-4.64%201.005-10.09%201.443-12.291%201.539%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/broccoli.svg?color=%231a73e8&size=48