bower logo
bower from Catppuccin Icons by Catppuccin · Color · MIT Free for personal and commercial use.
- Name
- bower
- Set
- Catppuccin Icons
- Style
- Color
- Viewbox
- 16×16
- License
- MIT
The same logo in other sets
Use the bower logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="#91d7e3" d="M10.77 3.5c.13-.28.27-.53.45-.75c.67-.83 1.75-1.25 3.25-1.25c-.5 2.17-1 3.5-1.5 4s-1.33.83-2.5 1c-.03-.45-.05-.79-.05-1"/><path stroke="#eed49f" d="M6.47 4.5a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1a1 1 0 0 1 1 1m2 5.5c.67.17 1.17.08 1.5-.25q1.005.255 1.5-.75c.83-.17 1.17-.67 1-1.5"/><path stroke="#a6da95" d="m8.47 6.5l7 1c.17 1-.08 2.17-.75 2.5c0 .67-.58 1-1.75 1c-.33.33-.67.5-1 .5s-.67-.17-1-.5c-.33.33-.67.58-1 .75s-.75.08-1.25-.25"/><path stroke="#eed49f" d="m8.72 11.5l.75 2c.17.5 0 .83-.5 1c-.43.14-.75-.25-1.25-.25s-.56.65-.75.75c-.67.33-1.17.17-1.5-.5l-.5-1.5c-.33.33-.75.5-1.25.5c-.55 0-2.03-1.2-2.79-3.5"/><path stroke="#ee99a0" d="M.93 10a9.5 9.5 0 0 1-.46-3c0-4.25 3.5-5.5 5.5-5.5c1.33 0 2.5.67 3.5 2l2.5 1l-3.5 2M.97 10c1.33.33 2.33.17 3-.5q3.495.495 4.5-3"/></g></svg>
React
import type { SVGProps } from "react";
export function CatppuccinBower(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" strokeLinecap="round" strokeLinejoin="round"><path stroke="#91d7e3" d="M10.77 3.5c.13-.28.27-.53.45-.75c.67-.83 1.75-1.25 3.25-1.25c-.5 2.17-1 3.5-1.5 4s-1.33.83-2.5 1c-.03-.45-.05-.79-.05-1"/><path stroke="#eed49f" d="M6.47 4.5a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1a1 1 0 0 1 1 1m2 5.5c.67.17 1.17.08 1.5-.25q1.005.255 1.5-.75c.83-.17 1.17-.67 1-1.5"/><path stroke="#a6da95" d="m8.47 6.5l7 1c.17 1-.08 2.17-.75 2.5c0 .67-.58 1-1.75 1c-.33.33-.67.5-1 .5s-.67-.17-1-.5c-.33.33-.67.58-1 .75s-.75.08-1.25-.25"/><path stroke="#eed49f" d="m8.72 11.5l.75 2c.17.5 0 .83-.5 1c-.43.14-.75-.25-1.25-.25s-.56.65-.75.75c-.67.33-1.17.17-1.5-.5l-.5-1.5c-.33.33-.75.5-1.25.5c-.55 0-2.03-1.2-2.79-3.5"/><path stroke="#ee99a0" d="M.93 10a9.5 9.5 0 0 1-.46-3c0-4.25 3.5-5.5 5.5-5.5c1.33 0 2.5.67 3.5 2l2.5 1l-3.5 2M.97 10c1.33.33 2.33.17 3-.5q3.495.495 4.5-3"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="#91d7e3" d="M10.77 3.5c.13-.28.27-.53.45-.75c.67-.83 1.75-1.25 3.25-1.25c-.5 2.17-1 3.5-1.5 4s-1.33.83-2.5 1c-.03-.45-.05-.79-.05-1"/><path stroke="#eed49f" d="M6.47 4.5a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1a1 1 0 0 1 1 1m2 5.5c.67.17 1.17.08 1.5-.25q1.005.255 1.5-.75c.83-.17 1.17-.67 1-1.5"/><path stroke="#a6da95" d="m8.47 6.5l7 1c.17 1-.08 2.17-.75 2.5c0 .67-.58 1-1.75 1c-.33.33-.67.5-1 .5s-.67-.17-1-.5c-.33.33-.67.58-1 .75s-.75.08-1.25-.25"/><path stroke="#eed49f" d="m8.72 11.5l.75 2c.17.5 0 .83-.5 1c-.43.14-.75-.25-1.25-.25s-.56.65-.75.75c-.67.33-1.17.17-1.5-.5l-.5-1.5c-.33.33-.75.5-1.25.5c-.55 0-2.03-1.2-2.79-3.5"/><path stroke="#ee99a0" d="M.93 10a9.5 9.5 0 0 1-.46-3c0-4.25 3.5-5.5 5.5-5.5c1.33 0 2.5.67 3.5 2l2.5 1l-3.5 2M.97 10c1.33.33 2.33.17 3-.5q3.495.495 4.5-3"/></g></svg> </template>
CSS
.icon-bower {
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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22%2391d7e3%22%20d%3D%22M10.77%203.5c.13-.28.27-.53.45-.75c.67-.83%201.75-1.25%203.25-1.25c-.5%202.17-1%203.5-1.5%204s-1.33.83-2.5%201c-.03-.45-.05-.79-.05-1%22%2F%3E%3Cpath%20stroke%3D%22%23eed49f%22%20d%3D%22M6.47%204.5a1%201%200%200%201-1%201a1%201%200%200%201-1-1a1%201%200%200%201%201-1a1%201%200%200%201%201%201m2%205.5c.67.17%201.17.08%201.5-.25q1.005.255%201.5-.75c.83-.17%201.17-.67%201-1.5%22%2F%3E%3Cpath%20stroke%3D%22%23a6da95%22%20d%3D%22m8.47%206.5l7%201c.17%201-.08%202.17-.75%202.5c0%20.67-.58%201-1.75%201c-.33.33-.67.5-1%20.5s-.67-.17-1-.5c-.33.33-.67.58-1%20.75s-.75.08-1.25-.25%22%2F%3E%3Cpath%20stroke%3D%22%23eed49f%22%20d%3D%22m8.72%2011.5l.75%202c.17.5%200%20.83-.5%201c-.43.14-.75-.25-1.25-.25s-.56.65-.75.75c-.67.33-1.17.17-1.5-.5l-.5-1.5c-.33.33-.75.5-1.25.5c-.55%200-2.03-1.2-2.79-3.5%22%2F%3E%3Cpath%20stroke%3D%22%23ee99a0%22%20d%3D%22M.93%2010a9.5%209.5%200%200%201-.46-3c0-4.25%203.5-5.5%205.5-5.5c1.33%200%202.5.67%203.5%202l2.5%201l-3.5%202M.97%2010c1.33.33%202.33.17%203-.5q3.495.495%204.5-3%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke%3D%22%2391d7e3%22%20d%3D%22M10.77%203.5c.13-.28.27-.53.45-.75c.67-.83%201.75-1.25%203.25-1.25c-.5%202.17-1%203.5-1.5%204s-1.33.83-2.5%201c-.03-.45-.05-.79-.05-1%22%2F%3E%3Cpath%20stroke%3D%22%23eed49f%22%20d%3D%22M6.47%204.5a1%201%200%200%201-1%201a1%201%200%200%201-1-1a1%201%200%200%201%201-1a1%201%200%200%201%201%201m2%205.5c.67.17%201.17.08%201.5-.25q1.005.255%201.5-.75c.83-.17%201.17-.67%201-1.5%22%2F%3E%3Cpath%20stroke%3D%22%23a6da95%22%20d%3D%22m8.47%206.5l7%201c.17%201-.08%202.17-.75%202.5c0%20.67-.58%201-1.75%201c-.33.33-.67.5-1%20.5s-.67-.17-1-.5c-.33.33-.67.58-1%20.75s-.75.08-1.25-.25%22%2F%3E%3Cpath%20stroke%3D%22%23eed49f%22%20d%3D%22m8.72%2011.5l.75%202c.17.5%200%20.83-.5%201c-.43.14-.75-.25-1.25-.25s-.56.65-.75.75c-.67.33-1.17.17-1.5-.5l-.5-1.5c-.33.33-.75.5-1.25.5c-.55%200-2.03-1.2-2.79-3.5%22%2F%3E%3Cpath%20stroke%3D%22%23ee99a0%22%20d%3D%22M.93%2010a9.5%209.5%200%200%201-.46-3c0-4.25%203.5-5.5%205.5-5.5c1.33%200%202.5.67%203.5%202l2.5%201l-3.5%202M.97%2010c1.33.33%202.33.17%203-.5q3.495.495%204.5-3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/catppuccin/bower.svg?color=%231a73e8&size=48