bean icon
bean-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- bean-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
Use the bean icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.55 2.174c-1.628-.657-3.088-.668-4.348-.203c-1.238.456-2.18 1.332-2.873 2.271c-.485.658-.786 1.397-1.035 2.007l-.11.27c-.29.695-.561 1.246-1.024 1.708c-.456.456-1.003.727-1.7 1.018l-.271.113c-.611.25-1.35.553-2.01 1.035c-.961.703-1.852 1.648-2.309 2.89c-.465 1.266-.437 2.724.24 4.346c1.178 2.817 3.988 4.446 7.085 4.69c3.113.246 6.61-.884 9.392-3.665c2.946-2.947 4.105-6.457 3.815-9.558c-.29-3.09-2.035-5.786-4.852-6.922m-10.782 8.86a3 3 0 0 1-.193-.212l.164-.068l.301-.124c.723-.303 1.505-.666 2.181-1.342c.683-.683 1.046-1.468 1.347-2.192l.123-.299l.089-.214q.12.097.23.208a3 3 0 1 1-4.242 4.243"/></svg>
React
import type { SVGProps } from "react";
export function TdesignBeanFilled(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="M17.55 2.174c-1.628-.657-3.088-.668-4.348-.203c-1.238.456-2.18 1.332-2.873 2.271c-.485.658-.786 1.397-1.035 2.007l-.11.27c-.29.695-.561 1.246-1.024 1.708c-.456.456-1.003.727-1.7 1.018l-.271.113c-.611.25-1.35.553-2.01 1.035c-.961.703-1.852 1.648-2.309 2.89c-.465 1.266-.437 2.724.24 4.346c1.178 2.817 3.988 4.446 7.085 4.69c3.113.246 6.61-.884 9.392-3.665c2.946-2.947 4.105-6.457 3.815-9.558c-.29-3.09-2.035-5.786-4.852-6.922m-10.782 8.86a3 3 0 0 1-.193-.212l.164-.068l.301-.124c.723-.303 1.505-.666 2.181-1.342c.683-.683 1.046-1.468 1.347-2.192l.123-.299l.089-.214q.12.097.23.208a3 3 0 1 1-4.242 4.243"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.55 2.174c-1.628-.657-3.088-.668-4.348-.203c-1.238.456-2.18 1.332-2.873 2.271c-.485.658-.786 1.397-1.035 2.007l-.11.27c-.29.695-.561 1.246-1.024 1.708c-.456.456-1.003.727-1.7 1.018l-.271.113c-.611.25-1.35.553-2.01 1.035c-.961.703-1.852 1.648-2.309 2.89c-.465 1.266-.437 2.724.24 4.346c1.178 2.817 3.988 4.446 7.085 4.69c3.113.246 6.61-.884 9.392-3.665c2.946-2.947 4.105-6.457 3.815-9.558c-.29-3.09-2.035-5.786-4.852-6.922m-10.782 8.86a3 3 0 0 1-.193-.212l.164-.068l.301-.124c.723-.303 1.505-.666 2.181-1.342c.683-.683 1.046-1.468 1.347-2.192l.123-.299l.089-.214q.12.097.23.208a3 3 0 1 1-4.242 4.243"/></svg> </template>
CSS
.icon-bean-filled {
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%22M17.55%202.174c-1.628-.657-3.088-.668-4.348-.203c-1.238.456-2.18%201.332-2.873%202.271c-.485.658-.786%201.397-1.035%202.007l-.11.27c-.29.695-.561%201.246-1.024%201.708c-.456.456-1.003.727-1.7%201.018l-.271.113c-.611.25-1.35.553-2.01%201.035c-.961.703-1.852%201.648-2.309%202.89c-.465%201.266-.437%202.724.24%204.346c1.178%202.817%203.988%204.446%207.085%204.69c3.113.246%206.61-.884%209.392-3.665c2.946-2.947%204.105-6.457%203.815-9.558c-.29-3.09-2.035-5.786-4.852-6.922m-10.782%208.86a3%203%200%200%201-.193-.212l.164-.068l.301-.124c.723-.303%201.505-.666%202.181-1.342c.683-.683%201.046-1.468%201.347-2.192l.123-.299l.089-.214q.12.097.23.208a3%203%200%201%201-4.242%204.243%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%22M17.55%202.174c-1.628-.657-3.088-.668-4.348-.203c-1.238.456-2.18%201.332-2.873%202.271c-.485.658-.786%201.397-1.035%202.007l-.11.27c-.29.695-.561%201.246-1.024%201.708c-.456.456-1.003.727-1.7%201.018l-.271.113c-.611.25-1.35.553-2.01%201.035c-.961.703-1.852%201.648-2.309%202.89c-.465%201.266-.437%202.724.24%204.346c1.178%202.817%203.988%204.446%207.085%204.69c3.113.246%206.61-.884%209.392-3.665c2.946-2.947%204.105-6.457%203.815-9.558c-.29-3.09-2.035-5.786-4.852-6.922m-10.782%208.86a3%203%200%200%201-.193-.212l.164-.068l.301-.124c.723-.303%201.505-.666%202.181-1.342c.683-.683%201.046-1.468%201.347-2.192l.123-.299l.089-.214q.12.097.23.208a3%203%200%201%201-4.242%204.243%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/bean-filled.svg?color=%231a73e8&size=48