feed icon
feed-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- feed-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M6.778 9.492a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m.003 9.016a.75.75 0 0 0 0 1.5h5a.75.75 0 1 0 0-1.5zm-.75-4.516a.75.75 0 0 1 .75-.75h5a.75.75 0 1 1 0 1.5h-5a.75.75 0 0 1-.75-.75m11.073 11H5.25A3.25 3.25 0 0 1 2 21.742V5.75A2.75 2.75 0 0 1 4.75 3h8.906a2.75 2.75 0 0 1 2.75 2.75v2.238h7.04c1.315-.055 2.679.84 2.679 2.518v6.705a2.75 2.75 0 0 1-2.75 2.75h-2.864l-.66 3.075c-.319 1.481-1.34 1.956-2.747 1.956M4.75 4.5c-.69 0-1.25.56-1.25 1.25v15.992c0 .967.784 1.75 1.75 1.75h9.834a2.7 2.7 0 0 1-.178-.981V5.75c0-.69-.56-1.25-1.25-1.25zm11.656 18.01c0 1.2 1.726 1.383 1.978.21l2.737-12.745q.057-.26.15-.487h-4.865zm6.182-12.22l-1.755 8.17h2.542c.69 0 1.25-.559 1.25-1.25v-6.704c0-.629-.484-.989-.984-1.018h-.138a.97.97 0 0 0-.915.802"/></svg>
React
import type { SVGProps } from "react";
export function FluentFeed28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.778 9.492a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m.003 9.016a.75.75 0 0 0 0 1.5h5a.75.75 0 1 0 0-1.5zm-.75-4.516a.75.75 0 0 1 .75-.75h5a.75.75 0 1 1 0 1.5h-5a.75.75 0 0 1-.75-.75m11.073 11H5.25A3.25 3.25 0 0 1 2 21.742V5.75A2.75 2.75 0 0 1 4.75 3h8.906a2.75 2.75 0 0 1 2.75 2.75v2.238h7.04c1.315-.055 2.679.84 2.679 2.518v6.705a2.75 2.75 0 0 1-2.75 2.75h-2.864l-.66 3.075c-.319 1.481-1.34 1.956-2.747 1.956M4.75 4.5c-.69 0-1.25.56-1.25 1.25v15.992c0 .967.784 1.75 1.75 1.75h9.834a2.7 2.7 0 0 1-.178-.981V5.75c0-.69-.56-1.25-1.25-1.25zm11.656 18.01c0 1.2 1.726 1.383 1.978.21l2.737-12.745q.057-.26.15-.487h-4.865zm6.182-12.22l-1.755 8.17h2.542c.69 0 1.25-.559 1.25-1.25v-6.704c0-.629-.484-.989-.984-1.018h-.138a.97.97 0 0 0-.915.802"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.778 9.492a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m.003 9.016a.75.75 0 0 0 0 1.5h5a.75.75 0 1 0 0-1.5zm-.75-4.516a.75.75 0 0 1 .75-.75h5a.75.75 0 1 1 0 1.5h-5a.75.75 0 0 1-.75-.75m11.073 11H5.25A3.25 3.25 0 0 1 2 21.742V5.75A2.75 2.75 0 0 1 4.75 3h8.906a2.75 2.75 0 0 1 2.75 2.75v2.238h7.04c1.315-.055 2.679.84 2.679 2.518v6.705a2.75 2.75 0 0 1-2.75 2.75h-2.864l-.66 3.075c-.319 1.481-1.34 1.956-2.747 1.956M4.75 4.5c-.69 0-1.25.56-1.25 1.25v15.992c0 .967.784 1.75 1.75 1.75h9.834a2.7 2.7 0 0 1-.178-.981V5.75c0-.69-.56-1.25-1.25-1.25zm11.656 18.01c0 1.2 1.726 1.383 1.978.21l2.737-12.745q.057-.26.15-.487h-4.865zm6.182-12.22l-1.755 8.17h2.542c.69 0 1.25-.559 1.25-1.25v-6.704c0-.629-.484-.989-.984-1.018h-.138a.97.97 0 0 0-.915.802"/></svg> </template>
CSS
.icon-feed-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.778%209.492a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m.003%209.016a.75.75%200%200%200%200%201.5h5a.75.75%200%201%200%200-1.5zm-.75-4.516a.75.75%200%200%201%20.75-.75h5a.75.75%200%201%201%200%201.5h-5a.75.75%200%200%201-.75-.75m11.073%2011H5.25A3.25%203.25%200%200%201%202%2021.742V5.75A2.75%202.75%200%200%201%204.75%203h8.906a2.75%202.75%200%200%201%202.75%202.75v2.238h7.04c1.315-.055%202.679.84%202.679%202.518v6.705a2.75%202.75%200%200%201-2.75%202.75h-2.864l-.66%203.075c-.319%201.481-1.34%201.956-2.747%201.956M4.75%204.5c-.69%200-1.25.56-1.25%201.25v15.992c0%20.967.784%201.75%201.75%201.75h9.834a2.7%202.7%200%200%201-.178-.981V5.75c0-.69-.56-1.25-1.25-1.25zm11.656%2018.01c0%201.2%201.726%201.383%201.978.21l2.737-12.745q.057-.26.15-.487h-4.865zm6.182-12.22l-1.755%208.17h2.542c.69%200%201.25-.559%201.25-1.25v-6.704c0-.629-.484-.989-.984-1.018h-.138a.97.97%200%200%200-.915.802%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.778%209.492a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m.003%209.016a.75.75%200%200%200%200%201.5h5a.75.75%200%201%200%200-1.5zm-.75-4.516a.75.75%200%200%201%20.75-.75h5a.75.75%200%201%201%200%201.5h-5a.75.75%200%200%201-.75-.75m11.073%2011H5.25A3.25%203.25%200%200%201%202%2021.742V5.75A2.75%202.75%200%200%201%204.75%203h8.906a2.75%202.75%200%200%201%202.75%202.75v2.238h7.04c1.315-.055%202.679.84%202.679%202.518v6.705a2.75%202.75%200%200%201-2.75%202.75h-2.864l-.66%203.075c-.319%201.481-1.34%201.956-2.747%201.956M4.75%204.5c-.69%200-1.25.56-1.25%201.25v15.992c0%20.967.784%201.75%201.75%201.75h9.834a2.7%202.7%200%200%201-.178-.981V5.75c0-.69-.56-1.25-1.25-1.25zm11.656%2018.01c0%201.2%201.726%201.383%201.978.21l2.737-12.745q.057-.26.15-.487h-4.865zm6.182-12.22l-1.755%208.17h2.542c.69%200%201.25-.559%201.25-1.25v-6.704c0-.629-.484-.989-.984-1.018h-.138a.97.97%200%200%200-.915.802%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/feed-28-regular.svg?color=%231a73e8&size=48