feed icon
feed-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- feed-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- 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="M8.25 8.5a1.75 1.75 0 0 0-1.75 1.75v25.5a3.75 3.75 0 0 0 3.75 3.75h16.002A3.9 3.9 0 0 1 26 38.122V10.25a1.75 1.75 0 0 0-1.75-1.75zm21.375 33.492V42H10.25A6.25 6.25 0 0 1 4 35.75v-25.5A4.25 4.25 0 0 1 8.25 6h16a4.25 4.25 0 0 1 4.25 4.25V14H40v.003c2.223.081 4 1.909 4 4.152V29.75A4.25 4.25 0 0 1 39.75 34h-5.015l-1.066 4.94a3.88 3.88 0 0 1-4.044 3.052m-1.125-3.87a1.378 1.378 0 0 0 2.726.29l4.558-21.133q.087-.408.25-.779H28.5zm9.728-20.316L35.274 31.5h4.476a1.75 1.75 0 0 0 1.75-1.75V18.155a1.655 1.655 0 0 0-3.273-.349M11.5 17a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M10 23.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.25M11.25 30a1.25 1.25 0 1 0 0 2.5h10.5a1.25 1.25 0 1 0 0-2.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentFeed48Regular(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="M8.25 8.5a1.75 1.75 0 0 0-1.75 1.75v25.5a3.75 3.75 0 0 0 3.75 3.75h16.002A3.9 3.9 0 0 1 26 38.122V10.25a1.75 1.75 0 0 0-1.75-1.75zm21.375 33.492V42H10.25A6.25 6.25 0 0 1 4 35.75v-25.5A4.25 4.25 0 0 1 8.25 6h16a4.25 4.25 0 0 1 4.25 4.25V14H40v.003c2.223.081 4 1.909 4 4.152V29.75A4.25 4.25 0 0 1 39.75 34h-5.015l-1.066 4.94a3.88 3.88 0 0 1-4.044 3.052m-1.125-3.87a1.378 1.378 0 0 0 2.726.29l4.558-21.133q.087-.408.25-.779H28.5zm9.728-20.316L35.274 31.5h4.476a1.75 1.75 0 0 0 1.75-1.75V18.155a1.655 1.655 0 0 0-3.273-.349M11.5 17a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M10 23.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.25M11.25 30a1.25 1.25 0 1 0 0 2.5h10.5a1.25 1.25 0 1 0 0-2.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M8.25 8.5a1.75 1.75 0 0 0-1.75 1.75v25.5a3.75 3.75 0 0 0 3.75 3.75h16.002A3.9 3.9 0 0 1 26 38.122V10.25a1.75 1.75 0 0 0-1.75-1.75zm21.375 33.492V42H10.25A6.25 6.25 0 0 1 4 35.75v-25.5A4.25 4.25 0 0 1 8.25 6h16a4.25 4.25 0 0 1 4.25 4.25V14H40v.003c2.223.081 4 1.909 4 4.152V29.75A4.25 4.25 0 0 1 39.75 34h-5.015l-1.066 4.94a3.88 3.88 0 0 1-4.044 3.052m-1.125-3.87a1.378 1.378 0 0 0 2.726.29l4.558-21.133q.087-.408.25-.779H28.5zm9.728-20.316L35.274 31.5h4.476a1.75 1.75 0 0 0 1.75-1.75V18.155a1.655 1.655 0 0 0-3.273-.349M11.5 17a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M10 23.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.25M11.25 30a1.25 1.25 0 1 0 0 2.5h10.5a1.25 1.25 0 1 0 0-2.5z"/></svg> </template>
CSS
.icon-feed-48-regular {
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%22M8.25%208.5a1.75%201.75%200%200%200-1.75%201.75v25.5a3.75%203.75%200%200%200%203.75%203.75h16.002A3.9%203.9%200%200%201%2026%2038.122V10.25a1.75%201.75%200%200%200-1.75-1.75zm21.375%2033.492V42H10.25A6.25%206.25%200%200%201%204%2035.75v-25.5A4.25%204.25%200%200%201%208.25%206h16a4.25%204.25%200%200%201%204.25%204.25V14H40v.003c2.223.081%204%201.909%204%204.152V29.75A4.25%204.25%200%200%201%2039.75%2034h-5.015l-1.066%204.94a3.88%203.88%200%200%201-4.044%203.052m-1.125-3.87a1.378%201.378%200%200%200%202.726.29l4.558-21.133q.087-.408.25-.779H28.5zm9.728-20.316L35.274%2031.5h4.476a1.75%201.75%200%200%200%201.75-1.75V18.155a1.655%201.655%200%200%200-3.273-.349M11.5%2017a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203M10%2023.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.25M11.25%2030a1.25%201.25%200%201%200%200%202.5h10.5a1.25%201.25%200%201%200%200-2.5z%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%22M8.25%208.5a1.75%201.75%200%200%200-1.75%201.75v25.5a3.75%203.75%200%200%200%203.75%203.75h16.002A3.9%203.9%200%200%201%2026%2038.122V10.25a1.75%201.75%200%200%200-1.75-1.75zm21.375%2033.492V42H10.25A6.25%206.25%200%200%201%204%2035.75v-25.5A4.25%204.25%200%200%201%208.25%206h16a4.25%204.25%200%200%201%204.25%204.25V14H40v.003c2.223.081%204%201.909%204%204.152V29.75A4.25%204.25%200%200%201%2039.75%2034h-5.015l-1.066%204.94a3.88%203.88%200%200%201-4.044%203.052m-1.125-3.87a1.378%201.378%200%200%200%202.726.29l4.558-21.133q.087-.408.25-.779H28.5zm9.728-20.316L35.274%2031.5h4.476a1.75%201.75%200%200%200%201.75-1.75V18.155a1.655%201.655%200%200%200-3.273-.349M11.5%2017a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203M10%2023.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.25M11.25%2030a1.25%201.25%200%201%200%200%202.5h10.5a1.25%201.25%200%201%200%200-2.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/feed-48-regular.svg?color=%231a73e8&size=48