feed icon
feed-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- feed-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- 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="M4.494 7.49a.5.5 0 0 0 0 1h1.99a.5.5 0 0 0 .5-.5a.5.5 0 0 0-.5-.5zm0 2.51a.5.5 0 0 0 0 1h1.99a.5.5 0 0 0 0-1zm.49-4.51a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M3.5 3A1.5 1.5 0 0 0 2 4.5v7A1.5 1.5 0 0 0 3.5 13h6c.653.002 1.305-.386 1.467-1.214l.146-.746H12.5a1.5 1.5 0 0 0 1.5-1.5V6.51c0-.963-.716-1.484-1.45-1.51H8.995v-.5a1.5 1.5 0 0 0-1.5-1.5zm5.495 3h2.09a2 2 0 0 0-.059.23l-.148.782v.002l-.893 4.58c-.116.595-.99.51-.99-.095zm-1 5.499q0 .274.075.501H3.5a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5h3.995a.5.5 0 0 1 .5.5zM12.5 10.04h-1.192l.552-2.837V7.2l.149-.785c.113-.596.991-.514.991.093V9.54a.5.5 0 0 1-.5.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentFeed16Regular(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="M4.494 7.49a.5.5 0 0 0 0 1h1.99a.5.5 0 0 0 .5-.5a.5.5 0 0 0-.5-.5zm0 2.51a.5.5 0 0 0 0 1h1.99a.5.5 0 0 0 0-1zm.49-4.51a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M3.5 3A1.5 1.5 0 0 0 2 4.5v7A1.5 1.5 0 0 0 3.5 13h6c.653.002 1.305-.386 1.467-1.214l.146-.746H12.5a1.5 1.5 0 0 0 1.5-1.5V6.51c0-.963-.716-1.484-1.45-1.51H8.995v-.5a1.5 1.5 0 0 0-1.5-1.5zm5.495 3h2.09a2 2 0 0 0-.059.23l-.148.782v.002l-.893 4.58c-.116.595-.99.51-.99-.095zm-1 5.499q0 .274.075.501H3.5a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5h3.995a.5.5 0 0 1 .5.5zM12.5 10.04h-1.192l.552-2.837V7.2l.149-.785c.113-.596.991-.514.991.093V9.54a.5.5 0 0 1-.5.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.494 7.49a.5.5 0 0 0 0 1h1.99a.5.5 0 0 0 .5-.5a.5.5 0 0 0-.5-.5zm0 2.51a.5.5 0 0 0 0 1h1.99a.5.5 0 0 0 0-1zm.49-4.51a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0M3.5 3A1.5 1.5 0 0 0 2 4.5v7A1.5 1.5 0 0 0 3.5 13h6c.653.002 1.305-.386 1.467-1.214l.146-.746H12.5a1.5 1.5 0 0 0 1.5-1.5V6.51c0-.963-.716-1.484-1.45-1.51H8.995v-.5a1.5 1.5 0 0 0-1.5-1.5zm5.495 3h2.09a2 2 0 0 0-.059.23l-.148.782v.002l-.893 4.58c-.116.595-.99.51-.99-.095zm-1 5.499q0 .274.075.501H3.5a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5h3.995a.5.5 0 0 1 .5.5zM12.5 10.04h-1.192l.552-2.837V7.2l.149-.785c.113-.596.991-.514.991.093V9.54a.5.5 0 0 1-.5.5"/></svg> </template>
CSS
.icon-feed-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.494%207.49a.5.5%200%200%200%200%201h1.99a.5.5%200%200%200%20.5-.5a.5.5%200%200%200-.5-.5zm0%202.51a.5.5%200%200%200%200%201h1.99a.5.5%200%200%200%200-1zm.49-4.51a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M3.5%203A1.5%201.5%200%200%200%202%204.5v7A1.5%201.5%200%200%200%203.5%2013h6c.653.002%201.305-.386%201.467-1.214l.146-.746H12.5a1.5%201.5%200%200%200%201.5-1.5V6.51c0-.963-.716-1.484-1.45-1.51H8.995v-.5a1.5%201.5%200%200%200-1.5-1.5zm5.495%203h2.09a2%202%200%200%200-.059.23l-.148.782v.002l-.893%204.58c-.116.595-.99.51-.99-.095zm-1%205.499q0%20.274.075.501H3.5a.5.5%200%200%201-.5-.5v-7a.5.5%200%200%201%20.5-.5h3.995a.5.5%200%200%201%20.5.5zM12.5%2010.04h-1.192l.552-2.837V7.2l.149-.785c.113-.596.991-.514.991.093V9.54a.5.5%200%200%201-.5.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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.494%207.49a.5.5%200%200%200%200%201h1.99a.5.5%200%200%200%20.5-.5a.5.5%200%200%200-.5-.5zm0%202.51a.5.5%200%200%200%200%201h1.99a.5.5%200%200%200%200-1zm.49-4.51a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200M3.5%203A1.5%201.5%200%200%200%202%204.5v7A1.5%201.5%200%200%200%203.5%2013h6c.653.002%201.305-.386%201.467-1.214l.146-.746H12.5a1.5%201.5%200%200%200%201.5-1.5V6.51c0-.963-.716-1.484-1.45-1.51H8.995v-.5a1.5%201.5%200%200%200-1.5-1.5zm5.495%203h2.09a2%202%200%200%200-.059.23l-.148.782v.002l-.893%204.58c-.116.595-.99.51-.99-.095zm-1%205.499q0%20.274.075.501H3.5a.5.5%200%200%201-.5-.5v-7a.5.5%200%200%201%20.5-.5h3.995a.5.5%200%200%201%20.5.5zM12.5%2010.04h-1.192l.552-2.837V7.2l.149-.785c.113-.596.991-.514.991.093V9.54a.5.5%200%200%201-.5.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/feed-16-regular.svg?color=%231a73e8&size=48