Feed icon in outline, twotone, bold and bulk. Free in all four styles, for buttons, forms, toolbars, menus, states. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconFeed } from "@devigner-ui/icons";
<IconFeed className="size-6" />
<script setup>
import { IconFeed } from "@devigner-ui/icons-vue";
</script>
<template>
<IconFeed class="size-6" />
</template>
<script>
import { IconFeed } from "@devigner-ui/icons-svelte";
</script>
<IconFeed class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 10c0-3.77 0-5.66 1.17-6.83S7.23 2 11 2h2c3.77 0 5.66 0 6.83 1.17S21 6.23 21 10v4c0 3.77 0 5.66-1.17 6.83S16.77 22 13 22h-2c-3.77 0-5.66 0-6.83-1.17S3 17.77 3 14z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M6 12c0-1.41 0-2.12.44-2.56S7.59 9 9 9h6c1.41 0 2.12 0 2.56.44S18 10.59 18 12v4c0 1.41 0 2.12-.44 2.56S16.41 19 15 19H9c-1.41 0-2.12 0-2.56-.44S6 17.41 6 16z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M7 6h5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>