feed-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
feed-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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="M6.528 7.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M5.781 15a.75.75 0 0 0 0 1.5h5a.75.75 0 1 0 0-1.5zm-.75-3.25a.75.75 0 0 1 .75-.75h5a.75.75 0 1 1 0 1.5h-5a.75.75 0 0 1-.75-.75M15 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 21zM3.5 5.25a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 .75.75v13.764q0 .251.06.486H5.25a1.75 1.75 0 0 1-1.75-1.75zm11 3.246h3.11a2 2 0 0 0-.088.322l-2.059 10.291a.486.486 0 0 1-.963-.095zm4.493.616a.761.761 0 0 1 1.507.15v5.988a.25.25 0 0 1-.25.25h-2.535z"/></svg>

React

import type { SVGProps } from "react";

export function FluentFeed24Regular(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="M6.528 7.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M5.781 15a.75.75 0 0 0 0 1.5h5a.75.75 0 1 0 0-1.5zm-.75-3.25a.75.75 0 0 1 .75-.75h5a.75.75 0 1 1 0 1.5h-5a.75.75 0 0 1-.75-.75M15 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 21zM3.5 5.25a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 .75.75v13.764q0 .251.06.486H5.25a1.75 1.75 0 0 1-1.75-1.75zm11 3.246h3.11a2 2 0 0 0-.088.322l-2.059 10.291a.486.486 0 0 1-.963-.095zm4.493.616a.761.761 0 0 1 1.507.15v5.988a.25.25 0 0 1-.25.25h-2.535z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.528 7.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M5.781 15a.75.75 0 0 0 0 1.5h5a.75.75 0 1 0 0-1.5zm-.75-3.25a.75.75 0 0 1 .75-.75h5a.75.75 0 1 1 0 1.5h-5a.75.75 0 0 1-.75-.75M15 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 21zM3.5 5.25a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 .75.75v13.764q0 .251.06.486H5.25a1.75 1.75 0 0 1-1.75-1.75zm11 3.246h3.11a2 2 0 0 0-.088.322l-2.059 10.291a.486.486 0 0 1-.963-.095zm4.493.616a.761.761 0 0 1 1.507.15v5.988a.25.25 0 0 1-.25.25h-2.535z"/></svg>
</template>

CSS

.icon-feed-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.528%207.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M5.781%2015a.75.75%200%200%200%200%201.5h5a.75.75%200%201%200%200-1.5zm-.75-3.25a.75.75%200%200%201%20.75-.75h5a.75.75%200%201%201%200%201.5h-5a.75.75%200%200%201-.75-.75M15%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%2021zM3.5%205.25a.75.75%200%200%201%20.75-.75h8a.75.75%200%200%201%20.75.75v13.764q0%20.251.06.486H5.25a1.75%201.75%200%200%201-1.75-1.75zm11%203.246h3.11a2%202%200%200%200-.088.322l-2.059%2010.291a.486.486%200%200%201-.963-.095zm4.493.616a.761.761%200%200%201%201.507.15v5.988a.25.25%200%200%201-.25.25h-2.535z%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%22M6.528%207.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M5.781%2015a.75.75%200%200%200%200%201.5h5a.75.75%200%201%200%200-1.5zm-.75-3.25a.75.75%200%200%201%20.75-.75h5a.75.75%200%201%201%200%201.5h-5a.75.75%200%200%201-.75-.75M15%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%2021zM3.5%205.25a.75.75%200%200%201%20.75-.75h8a.75.75%200%200%201%20.75.75v13.764q0%20.251.06.486H5.25a1.75%201.75%200%200%201-1.75-1.75zm11%203.246h3.11a2%202%200%200%200-.088.322l-2.059%2010.291a.486.486%200%200%201-.963-.095zm4.493.616a.761.761%200%200%201%201.507.15v5.988a.25.25%200%200%201-.25.25h-2.535z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/feed-24-regular.svg?color=%231a73e8&size=48