feeder icon
feeder-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- feeder-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the feeder icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.822 1.972a2.636 2.636 0 0 1 3.678 3.19l-.235.705l.087.03a6 6 0 0 1 3.468 3.008l.075.148a1 1 0 0 1-.269 1.225a3.3 3.3 0 0 1 .543 2.684c-.213.898-.369 1.817-.369 2.538s.156 1.64.37 2.538C18.62 19.94 17.256 22 15.151 22H8.849c-2.106 0-3.47-2.06-3.019-3.962c.213-.899.37-1.817.37-2.538s-.157-1.64-.37-2.538a3.3 3.3 0 0 1 .543-2.684a1 1 0 0 1-.267-1.225l.074-.148a6 6 0 0 1 3.469-3.009l.086-.029l-.235-.705a2.636 2.636 0 0 1 1.322-3.19M8.182 16a14 14 0 0 1-.295 1.993Q7.943 18 8 18h3a1 1 0 0 0 0-2zm-.296-3c.138.65.254 1.345.296 2H11a1 1 0 0 0 0-2zm4.398-9.24a.637.637 0 0 0-.886.77l.393 1.179a1.5 1.5 0 0 1-.949 1.897l-.56.188a4 4 0 0 0-1.803 1.228A3 3 0 0 1 8.849 9h6.303q.187 0 .369.022a4 4 0 0 0-1.802-1.228l-.56-.188a1.5 1.5 0 0 1-.95-1.897l.394-1.18a.636.636 0 0 0-.319-.77"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteFeederFill(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="M10.822 1.972a2.636 2.636 0 0 1 3.678 3.19l-.235.705l.087.03a6 6 0 0 1 3.468 3.008l.075.148a1 1 0 0 1-.269 1.225a3.3 3.3 0 0 1 .543 2.684c-.213.898-.369 1.817-.369 2.538s.156 1.64.37 2.538C18.62 19.94 17.256 22 15.151 22H8.849c-2.106 0-3.47-2.06-3.019-3.962c.213-.899.37-1.817.37-2.538s-.157-1.64-.37-2.538a3.3 3.3 0 0 1 .543-2.684a1 1 0 0 1-.267-1.225l.074-.148a6 6 0 0 1 3.469-3.009l.086-.029l-.235-.705a2.636 2.636 0 0 1 1.322-3.19M8.182 16a14 14 0 0 1-.295 1.993Q7.943 18 8 18h3a1 1 0 0 0 0-2zm-.296-3c.138.65.254 1.345.296 2H11a1 1 0 0 0 0-2zm4.398-9.24a.637.637 0 0 0-.886.77l.393 1.179a1.5 1.5 0 0 1-.949 1.897l-.56.188a4 4 0 0 0-1.803 1.228A3 3 0 0 1 8.849 9h6.303q.187 0 .369.022a4 4 0 0 0-1.802-1.228l-.56-.188a1.5 1.5 0 0 1-.95-1.897l.394-1.18a.636.636 0 0 0-.319-.77"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.822 1.972a2.636 2.636 0 0 1 3.678 3.19l-.235.705l.087.03a6 6 0 0 1 3.468 3.008l.075.148a1 1 0 0 1-.269 1.225a3.3 3.3 0 0 1 .543 2.684c-.213.898-.369 1.817-.369 2.538s.156 1.64.37 2.538C18.62 19.94 17.256 22 15.151 22H8.849c-2.106 0-3.47-2.06-3.019-3.962c.213-.899.37-1.817.37-2.538s-.157-1.64-.37-2.538a3.3 3.3 0 0 1 .543-2.684a1 1 0 0 1-.267-1.225l.074-.148a6 6 0 0 1 3.469-3.009l.086-.029l-.235-.705a2.636 2.636 0 0 1 1.322-3.19M8.182 16a14 14 0 0 1-.295 1.993Q7.943 18 8 18h3a1 1 0 0 0 0-2zm-.296-3c.138.65.254 1.345.296 2H11a1 1 0 0 0 0-2zm4.398-9.24a.637.637 0 0 0-.886.77l.393 1.179a1.5 1.5 0 0 1-.949 1.897l-.56.188a4 4 0 0 0-1.803 1.228A3 3 0 0 1 8.849 9h6.303q.187 0 .369.022a4 4 0 0 0-1.802-1.228l-.56-.188a1.5 1.5 0 0 1-.95-1.897l.394-1.18a.636.636 0 0 0-.319-.77"/></svg> </template>
CSS
.icon-feeder-fill {
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%22M10.822%201.972a2.636%202.636%200%200%201%203.678%203.19l-.235.705l.087.03a6%206%200%200%201%203.468%203.008l.075.148a1%201%200%200%201-.269%201.225a3.3%203.3%200%200%201%20.543%202.684c-.213.898-.369%201.817-.369%202.538s.156%201.64.37%202.538C18.62%2019.94%2017.256%2022%2015.151%2022H8.849c-2.106%200-3.47-2.06-3.019-3.962c.213-.899.37-1.817.37-2.538s-.157-1.64-.37-2.538a3.3%203.3%200%200%201%20.543-2.684a1%201%200%200%201-.267-1.225l.074-.148a6%206%200%200%201%203.469-3.009l.086-.029l-.235-.705a2.636%202.636%200%200%201%201.322-3.19M8.182%2016a14%2014%200%200%201-.295%201.993Q7.943%2018%208%2018h3a1%201%200%200%200%200-2zm-.296-3c.138.65.254%201.345.296%202H11a1%201%200%200%200%200-2zm4.398-9.24a.637.637%200%200%200-.886.77l.393%201.179a1.5%201.5%200%200%201-.949%201.897l-.56.188a4%204%200%200%200-1.803%201.228A3%203%200%200%201%208.849%209h6.303q.187%200%20.369.022a4%204%200%200%200-1.802-1.228l-.56-.188a1.5%201.5%200%200%201-.95-1.897l.394-1.18a.636.636%200%200%200-.319-.77%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%22M10.822%201.972a2.636%202.636%200%200%201%203.678%203.19l-.235.705l.087.03a6%206%200%200%201%203.468%203.008l.075.148a1%201%200%200%201-.269%201.225a3.3%203.3%200%200%201%20.543%202.684c-.213.898-.369%201.817-.369%202.538s.156%201.64.37%202.538C18.62%2019.94%2017.256%2022%2015.151%2022H8.849c-2.106%200-3.47-2.06-3.019-3.962c.213-.899.37-1.817.37-2.538s-.157-1.64-.37-2.538a3.3%203.3%200%200%201%20.543-2.684a1%201%200%200%201-.267-1.225l.074-.148a6%206%200%200%201%203.469-3.009l.086-.029l-.235-.705a2.636%202.636%200%200%201%201.322-3.19M8.182%2016a14%2014%200%200%201-.295%201.993Q7.943%2018%208%2018h3a1%201%200%200%200%200-2zm-.296-3c.138.65.254%201.345.296%202H11a1%201%200%200%200%200-2zm4.398-9.24a.637.637%200%200%200-.886.77l.393%201.179a1.5%201.5%200%200%201-.949%201.897l-.56.188a4%204%200%200%200-1.803%201.228A3%203%200%200%201%208.849%209h6.303q.187%200%20.369.022a4%204%200%200%200-1.802-1.228l-.56-.188a1.5%201.5%200%200%201-.95-1.897l.394-1.18a.636.636%200%200%200-.319-.77%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/feeder-fill.svg?color=%231a73e8&size=48