feeder icon
feeder-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- feeder-line
- Set
- MingCute Icon
- Style
- Line
- 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m7 9.5l.074-.148a5 5 0 0 1 2.89-2.507l.562-.187a.5.5 0 0 0 .316-.632l-.394-1.18a1.635 1.635 0 1 1 3.104 0l-.394 1.18a.5.5 0 0 0 .316.632l.561.187a5 5 0 0 1 2.891 2.507L17 9.5M7.5 14H11m-3 3h3m-3.8-1.5c0 .838-.178 1.846-.396 2.768c-.32 1.35.659 2.732 2.045 2.732h6.302c1.386 0 2.365-1.383 2.046-2.732c-.22-.922-.397-1.93-.397-2.768s.178-1.846.396-2.768c.32-1.35-.659-2.732-2.045-2.732H8.85c-1.386 0-2.365 1.383-2.045 2.732c.218.922.396 1.93.396 2.768"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteFeederLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m7 9.5l.074-.148a5 5 0 0 1 2.89-2.507l.562-.187a.5.5 0 0 0 .316-.632l-.394-1.18a1.635 1.635 0 1 1 3.104 0l-.394 1.18a.5.5 0 0 0 .316.632l.561.187a5 5 0 0 1 2.891 2.507L17 9.5M7.5 14H11m-3 3h3m-3.8-1.5c0 .838-.178 1.846-.396 2.768c-.32 1.35.659 2.732 2.045 2.732h6.302c1.386 0 2.365-1.383 2.046-2.732c-.22-.922-.397-1.93-.397-2.768s.178-1.846.396-2.768c.32-1.35-.659-2.732-2.045-2.732H8.85c-1.386 0-2.365 1.383-2.045 2.732c.218.922.396 1.93.396 2.768"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m7 9.5l.074-.148a5 5 0 0 1 2.89-2.507l.562-.187a.5.5 0 0 0 .316-.632l-.394-1.18a1.635 1.635 0 1 1 3.104 0l-.394 1.18a.5.5 0 0 0 .316.632l.561.187a5 5 0 0 1 2.891 2.507L17 9.5M7.5 14H11m-3 3h3m-3.8-1.5c0 .838-.178 1.846-.396 2.768c-.32 1.35.659 2.732 2.045 2.732h6.302c1.386 0 2.365-1.383 2.046-2.732c-.22-.922-.397-1.93-.397-2.768s.178-1.846.396-2.768c.32-1.35-.659-2.732-2.045-2.732H8.85c-1.386 0-2.365 1.383-2.045 2.732c.218.922.396 1.93.396 2.768"/></svg> </template>
CSS
.icon-feeder-line {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m7%209.5l.074-.148a5%205%200%200%201%202.89-2.507l.562-.187a.5.5%200%200%200%20.316-.632l-.394-1.18a1.635%201.635%200%201%201%203.104%200l-.394%201.18a.5.5%200%200%200%20.316.632l.561.187a5%205%200%200%201%202.891%202.507L17%209.5M7.5%2014H11m-3%203h3m-3.8-1.5c0%20.838-.178%201.846-.396%202.768c-.32%201.35.659%202.732%202.045%202.732h6.302c1.386%200%202.365-1.383%202.046-2.732c-.22-.922-.397-1.93-.397-2.768s.178-1.846.396-2.768c.32-1.35-.659-2.732-2.045-2.732H8.85c-1.386%200-2.365%201.383-2.045%202.732c.218.922.396%201.93.396%202.768%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m7%209.5l.074-.148a5%205%200%200%201%202.89-2.507l.562-.187a.5.5%200%200%200%20.316-.632l-.394-1.18a1.635%201.635%200%201%201%203.104%200l-.394%201.18a.5.5%200%200%200%20.316.632l.561.187a5%205%200%200%201%202.891%202.507L17%209.5M7.5%2014H11m-3%203h3m-3.8-1.5c0%20.838-.178%201.846-.396%202.768c-.32%201.35.659%202.732%202.045%202.732h6.302c1.386%200%202.365-1.383%202.046-2.732c-.22-.922-.397-1.93-.397-2.768s.178-1.846.396-2.768c.32-1.35-.659-2.732-2.045-2.732H8.85c-1.386%200-2.365%201.383-2.045%202.732c.218.922.396%201.93.396%202.768%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/feeder-line.svg?color=%231a73e8&size=48