feed icon
feed-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- feed-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M2 4.5A1.5 1.5 0 0 1 3.5 3h3.995a1.5 1.5 0 0 1 1.5 1.5V5h3.555c.734.026 1.45.547 1.45 1.51v3.03a1.5 1.5 0 0 1-1.5 1.5h-1.387l-.146.746c-.162.828-.814 1.216-1.467 1.213L3.5 13A1.5 1.5 0 0 1 2 11.5zm6.995 6.999c0 .605.874.69.99.095l.892-4.58v-.002l.15-.783l.006-.031l.012-.054l.01-.044l.03-.1h-2.09zM4.485 5.99a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m.01 1.5a.5.5 0 0 0 0 1h1.99a.501.501 0 1 0 0-1zm0 2.51a.5.5 0 0 0 0 1h1.99a.5.5 0 0 0 .262-.925l-.022-.013a.5.5 0 0 0-.129-.05l-.01-.002l-.078-.01H4.494"/></svg>
React
import type { SVGProps } from "react";
export function FluentFeed16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2 4.5A1.5 1.5 0 0 1 3.5 3h3.995a1.5 1.5 0 0 1 1.5 1.5V5h3.555c.734.026 1.45.547 1.45 1.51v3.03a1.5 1.5 0 0 1-1.5 1.5h-1.387l-.146.746c-.162.828-.814 1.216-1.467 1.213L3.5 13A1.5 1.5 0 0 1 2 11.5zm6.995 6.999c0 .605.874.69.99.095l.892-4.58v-.002l.15-.783l.006-.031l.012-.054l.01-.044l.03-.1h-2.09zM4.485 5.99a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m.01 1.5a.5.5 0 0 0 0 1h1.99a.501.501 0 1 0 0-1zm0 2.51a.5.5 0 0 0 0 1h1.99a.5.5 0 0 0 .262-.925l-.022-.013a.5.5 0 0 0-.129-.05l-.01-.002l-.078-.01H4.494"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2 4.5A1.5 1.5 0 0 1 3.5 3h3.995a1.5 1.5 0 0 1 1.5 1.5V5h3.555c.734.026 1.45.547 1.45 1.51v3.03a1.5 1.5 0 0 1-1.5 1.5h-1.387l-.146.746c-.162.828-.814 1.216-1.467 1.213L3.5 13A1.5 1.5 0 0 1 2 11.5zm6.995 6.999c0 .605.874.69.99.095l.892-4.58v-.002l.15-.783l.006-.031l.012-.054l.01-.044l.03-.1h-2.09zM4.485 5.99a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1m.01 1.5a.5.5 0 0 0 0 1h1.99a.501.501 0 1 0 0-1zm0 2.51a.5.5 0 0 0 0 1h1.99a.5.5 0 0 0 .262-.925l-.022-.013a.5.5 0 0 0-.129-.05l-.01-.002l-.078-.01H4.494"/></svg> </template>
CSS
.icon-feed-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%204.5A1.5%201.5%200%200%201%203.5%203h3.995a1.5%201.5%200%200%201%201.5%201.5V5h3.555c.734.026%201.45.547%201.45%201.51v3.03a1.5%201.5%200%200%201-1.5%201.5h-1.387l-.146.746c-.162.828-.814%201.216-1.467%201.213L3.5%2013A1.5%201.5%200%200%201%202%2011.5zm6.995%206.999c0%20.605.874.69.99.095l.892-4.58v-.002l.15-.783l.006-.031l.012-.054l.01-.044l.03-.1h-2.09zM4.485%205.99a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m.01%201.5a.5.5%200%200%200%200%201h1.99a.501.501%200%201%200%200-1zm0%202.51a.5.5%200%200%200%200%201h1.99a.5.5%200%200%200%20.262-.925l-.022-.013a.5.5%200%200%200-.129-.05l-.01-.002l-.078-.01H4.494%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%204.5A1.5%201.5%200%200%201%203.5%203h3.995a1.5%201.5%200%200%201%201.5%201.5V5h3.555c.734.026%201.45.547%201.45%201.51v3.03a1.5%201.5%200%200%201-1.5%201.5h-1.387l-.146.746c-.162.828-.814%201.216-1.467%201.213L3.5%2013A1.5%201.5%200%200%201%202%2011.5zm6.995%206.999c0%20.605.874.69.99.095l.892-4.58v-.002l.15-.783l.006-.031l.012-.054l.01-.044l.03-.1h-2.09zM4.485%205.99a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201m.01%201.5a.5.5%200%200%200%200%201h1.99a.501.501%200%201%200%200-1zm0%202.51a.5.5%200%200%200%200%201h1.99a.5.5%200%200%200%20.262-.925l-.022-.013a.5.5%200%200%200-.129-.05l-.01-.002l-.078-.01H4.494%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/feed-16-filled.svg?color=%231a73e8&size=48