feed icon
feed-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- feed-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M15 21a1.986 1.986 0 0 0 1.934-1.597l.48-2.403h2.836A1.75 1.75 0 0 0 22 15.25V9.261A2.26 2.26 0 0 0 19.75 7v-.004H14.5V5.25A2.25 2.25 0 0 0 12.25 3h-8A2.25 2.25 0 0 0 2 5.25v12.5A3.25 3.25 0 0 0 5.25 21zm2.522-12.182l-2.059 10.291a.486.486 0 0 1-.963-.095V8.496h3.11a2 2 0 0 0-.088.322M5.778 8.5a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m-.747 7.25a.75.75 0 0 1 .75-.75h5a.75.75 0 1 1 0 1.5h-5a.75.75 0 0 1-.75-.75m.75-4.75h5a.75.75 0 1 1 0 1.5h-5a.75.75 0 0 1 0-1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentFeed24Filled(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="M15 21a1.986 1.986 0 0 0 1.934-1.597l.48-2.403h2.836A1.75 1.75 0 0 0 22 15.25V9.261A2.26 2.26 0 0 0 19.75 7v-.004H14.5V5.25A2.25 2.25 0 0 0 12.25 3h-8A2.25 2.25 0 0 0 2 5.25v12.5A3.25 3.25 0 0 0 5.25 21zm2.522-12.182l-2.059 10.291a.486.486 0 0 1-.963-.095V8.496h3.11a2 2 0 0 0-.088.322M5.778 8.5a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m-.747 7.25a.75.75 0 0 1 .75-.75h5a.75.75 0 1 1 0 1.5h-5a.75.75 0 0 1-.75-.75m.75-4.75h5a.75.75 0 1 1 0 1.5h-5a.75.75 0 0 1 0-1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 21a1.986 1.986 0 0 0 1.934-1.597l.48-2.403h2.836A1.75 1.75 0 0 0 22 15.25V9.261A2.26 2.26 0 0 0 19.75 7v-.004H14.5V5.25A2.25 2.25 0 0 0 12.25 3h-8A2.25 2.25 0 0 0 2 5.25v12.5A3.25 3.25 0 0 0 5.25 21zm2.522-12.182l-2.059 10.291a.486.486 0 0 1-.963-.095V8.496h3.11a2 2 0 0 0-.088.322M5.778 8.5a.75.75 0 1 1 0-1.5a.75.75 0 0 1 0 1.5m-.747 7.25a.75.75 0 0 1 .75-.75h5a.75.75 0 1 1 0 1.5h-5a.75.75 0 0 1-.75-.75m.75-4.75h5a.75.75 0 1 1 0 1.5h-5a.75.75 0 0 1 0-1.5"/></svg> </template>
CSS
.icon-feed-24-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%22M15%2021a1.986%201.986%200%200%200%201.934-1.597l.48-2.403h2.836A1.75%201.75%200%200%200%2022%2015.25V9.261A2.26%202.26%200%200%200%2019.75%207v-.004H14.5V5.25A2.25%202.25%200%200%200%2012.25%203h-8A2.25%202.25%200%200%200%202%205.25v12.5A3.25%203.25%200%200%200%205.25%2021zm2.522-12.182l-2.059%2010.291a.486.486%200%200%201-.963-.095V8.496h3.11a2%202%200%200%200-.088.322M5.778%208.5a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5m-.747%207.25a.75.75%200%200%201%20.75-.75h5a.75.75%200%201%201%200%201.5h-5a.75.75%200%200%201-.75-.75m.75-4.75h5a.75.75%200%201%201%200%201.5h-5a.75.75%200%200%201%200-1.5%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%22M15%2021a1.986%201.986%200%200%200%201.934-1.597l.48-2.403h2.836A1.75%201.75%200%200%200%2022%2015.25V9.261A2.26%202.26%200%200%200%2019.75%207v-.004H14.5V5.25A2.25%202.25%200%200%200%2012.25%203h-8A2.25%202.25%200%200%200%202%205.25v12.5A3.25%203.25%200%200%200%205.25%2021zm2.522-12.182l-2.059%2010.291a.486.486%200%200%201-.963-.095V8.496h3.11a2%202%200%200%200-.088.322M5.778%208.5a.75.75%200%201%201%200-1.5a.75.75%200%200%201%200%201.5m-.747%207.25a.75.75%200%200%201%20.75-.75h5a.75.75%200%201%201%200%201.5h-5a.75.75%200%200%201-.75-.75m.75-4.75h5a.75.75%200%201%201%200%201.5h-5a.75.75%200%200%201%200-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/feed-24-filled.svg?color=%231a73e8&size=48