feed icon
feed-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- feed-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M5.5 7a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M5 10a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 5 10m.5 3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zM4 17h8.469c.65.02 1.313-.362 1.502-1.177L14.394 14H16.5a1.5 1.5 0 0 0 1.5-1.5V7.582c0-.983-.751-1.56-1.516-1.582H12V4.5A1.5 1.5 0 0 0 10.5 3h-7A1.5 1.5 0 0 0 2 4.5V15a2 2 0 0 0 2 2M3 4.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v10.982q.002.285.08.518H4a1 1 0 0 1-1-1zM16.5 13h-1.873l1.287-5.542c.148-.638 1.086-.53 1.086.124V12.5a.5.5 0 0 1-.5.5M12 7h3.01q-.04.11-.07.231l-1.943 8.366c-.136.585-.997.486-.997-.115z"/></svg>
React
import type { SVGProps } from "react";
export function FluentFeed20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.5 7a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M5 10a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 5 10m.5 3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zM4 17h8.469c.65.02 1.313-.362 1.502-1.177L14.394 14H16.5a1.5 1.5 0 0 0 1.5-1.5V7.582c0-.983-.751-1.56-1.516-1.582H12V4.5A1.5 1.5 0 0 0 10.5 3h-7A1.5 1.5 0 0 0 2 4.5V15a2 2 0 0 0 2 2M3 4.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v10.982q.002.285.08.518H4a1 1 0 0 1-1-1zM16.5 13h-1.873l1.287-5.542c.148-.638 1.086-.53 1.086.124V12.5a.5.5 0 0 1-.5.5M12 7h3.01q-.04.11-.07.231l-1.943 8.366c-.136.585-.997.486-.997-.115z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.5 7a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1M5 10a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 5 10m.5 3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zM4 17h8.469c.65.02 1.313-.362 1.502-1.177L14.394 14H16.5a1.5 1.5 0 0 0 1.5-1.5V7.582c0-.983-.751-1.56-1.516-1.582H12V4.5A1.5 1.5 0 0 0 10.5 3h-7A1.5 1.5 0 0 0 2 4.5V15a2 2 0 0 0 2 2M3 4.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v10.982q.002.285.08.518H4a1 1 0 0 1-1-1zM16.5 13h-1.873l1.287-5.542c.148-.638 1.086-.53 1.086.124V12.5a.5.5 0 0 1-.5.5M12 7h3.01q-.04.11-.07.231l-1.943 8.366c-.136.585-.997.486-.997-.115z"/></svg> </template>
CSS
.icon-feed-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%207a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M5%2010a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%200%201h-3A.5.5%200%200%201%205%2010m.5%203a.5.5%200%200%200%200%201h3a.5.5%200%200%200%200-1zM4%2017h8.469c.65.02%201.313-.362%201.502-1.177L14.394%2014H16.5a1.5%201.5%200%200%200%201.5-1.5V7.582c0-.983-.751-1.56-1.516-1.582H12V4.5A1.5%201.5%200%200%200%2010.5%203h-7A1.5%201.5%200%200%200%202%204.5V15a2%202%200%200%200%202%202M3%204.5a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%20.5.5v10.982q.002.285.08.518H4a1%201%200%200%201-1-1zM16.5%2013h-1.873l1.287-5.542c.148-.638%201.086-.53%201.086.124V12.5a.5.5%200%200%201-.5.5M12%207h3.01q-.04.11-.07.231l-1.943%208.366c-.136.585-.997.486-.997-.115z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.5%207a.5.5%200%201%200%200-1a.5.5%200%200%200%200%201M5%2010a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%200%201h-3A.5.5%200%200%201%205%2010m.5%203a.5.5%200%200%200%200%201h3a.5.5%200%200%200%200-1zM4%2017h8.469c.65.02%201.313-.362%201.502-1.177L14.394%2014H16.5a1.5%201.5%200%200%200%201.5-1.5V7.582c0-.983-.751-1.56-1.516-1.582H12V4.5A1.5%201.5%200%200%200%2010.5%203h-7A1.5%201.5%200%200%200%202%204.5V15a2%202%200%200%200%202%202M3%204.5a.5.5%200%200%201%20.5-.5h7a.5.5%200%200%201%20.5.5v10.982q.002.285.08.518H4a1%201%200%200%201-1-1zM16.5%2013h-1.873l1.287-5.542c.148-.638%201.086-.53%201.086.124V12.5a.5.5%200%200%201-.5.5M12%207h3.01q-.04.11-.07.231l-1.943%208.366c-.136.585-.997.486-.997-.115z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/feed-20-regular.svg?color=%231a73e8&size=48