feed icon
feed-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- feed-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
Use the feed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M29.625 42v-.008q.126.008.253.008a3.88 3.88 0 0 0 3.791-3.06L34.735 34h5.015A4.25 4.25 0 0 0 44 29.75V18.155a4.155 4.155 0 0 0-4-4.152V14H28.5v-3.75A4.25 4.25 0 0 0 24.25 6h-16A4.25 4.25 0 0 0 4 10.25v25.5A6.25 6.25 0 0 0 10.25 42zM28.5 16.5h7.534a4 4 0 0 0-.25.779l-4.558 21.133a1.378 1.378 0 0 1-2.726-.29zm-15.5-1a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M11.25 22h10.5a1.25 1.25 0 1 1 0 2.5h-10.5a1.25 1.25 0 1 1 0-2.5M10 31.25c0-.69.56-1.25 1.25-1.25h10.5a1.25 1.25 0 1 1 0 2.5h-10.5c-.69 0-1.25-.56-1.25-1.25"/></svg>
React
import type { SVGProps } from "react";
export function FluentFeed48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M29.625 42v-.008q.126.008.253.008a3.88 3.88 0 0 0 3.791-3.06L34.735 34h5.015A4.25 4.25 0 0 0 44 29.75V18.155a4.155 4.155 0 0 0-4-4.152V14H28.5v-3.75A4.25 4.25 0 0 0 24.25 6h-16A4.25 4.25 0 0 0 4 10.25v25.5A6.25 6.25 0 0 0 10.25 42zM28.5 16.5h7.534a4 4 0 0 0-.25.779l-4.558 21.133a1.378 1.378 0 0 1-2.726-.29zm-15.5-1a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M11.25 22h10.5a1.25 1.25 0 1 1 0 2.5h-10.5a1.25 1.25 0 1 1 0-2.5M10 31.25c0-.69.56-1.25 1.25-1.25h10.5a1.25 1.25 0 1 1 0 2.5h-10.5c-.69 0-1.25-.56-1.25-1.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M29.625 42v-.008q.126.008.253.008a3.88 3.88 0 0 0 3.791-3.06L34.735 34h5.015A4.25 4.25 0 0 0 44 29.75V18.155a4.155 4.155 0 0 0-4-4.152V14H28.5v-3.75A4.25 4.25 0 0 0 24.25 6h-16A4.25 4.25 0 0 0 4 10.25v25.5A6.25 6.25 0 0 0 10.25 42zM28.5 16.5h7.534a4 4 0 0 0-.25.779l-4.558 21.133a1.378 1.378 0 0 1-2.726-.29zm-15.5-1a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0M11.25 22h10.5a1.25 1.25 0 1 1 0 2.5h-10.5a1.25 1.25 0 1 1 0-2.5M10 31.25c0-.69.56-1.25 1.25-1.25h10.5a1.25 1.25 0 1 1 0 2.5h-10.5c-.69 0-1.25-.56-1.25-1.25"/></svg> </template>
CSS
.icon-feed-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.625%2042v-.008q.126.008.253.008a3.88%203.88%200%200%200%203.791-3.06L34.735%2034h5.015A4.25%204.25%200%200%200%2044%2029.75V18.155a4.155%204.155%200%200%200-4-4.152V14H28.5v-3.75A4.25%204.25%200%200%200%2024.25%206h-16A4.25%204.25%200%200%200%204%2010.25v25.5A6.25%206.25%200%200%200%2010.25%2042zM28.5%2016.5h7.534a4%204%200%200%200-.25.779l-4.558%2021.133a1.378%201.378%200%200%201-2.726-.29zm-15.5-1a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M11.25%2022h10.5a1.25%201.25%200%201%201%200%202.5h-10.5a1.25%201.25%200%201%201%200-2.5M10%2031.25c0-.69.56-1.25%201.25-1.25h10.5a1.25%201.25%200%201%201%200%202.5h-10.5c-.69%200-1.25-.56-1.25-1.25%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.625%2042v-.008q.126.008.253.008a3.88%203.88%200%200%200%203.791-3.06L34.735%2034h5.015A4.25%204.25%200%200%200%2044%2029.75V18.155a4.155%204.155%200%200%200-4-4.152V14H28.5v-3.75A4.25%204.25%200%200%200%2024.25%206h-16A4.25%204.25%200%200%200%204%2010.25v25.5A6.25%206.25%200%200%200%2010.25%2042zM28.5%2016.5h7.534a4%204%200%200%200-.25.779l-4.558%2021.133a1.378%201.378%200%200%201-2.726-.29zm-15.5-1a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200M11.25%2022h10.5a1.25%201.25%200%201%201%200%202.5h-10.5a1.25%201.25%200%201%201%200-2.5M10%2031.25c0-.69.56-1.25%201.25-1.25h10.5a1.25%201.25%200%201%201%200%202.5h-10.5c-.69%200-1.25-.56-1.25-1.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/feed-48-filled.svg?color=%231a73e8&size=48