rss-feed from Material Symbols Light by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.

Name
rss-feed
Set
Material Symbols Light
Style
Regular
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
rss-feed-outline, rss-feed-outline-sharp, rss-feed-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More android icons from Material Symbols Light

Use the rss feed icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.357 19.639Q4 19.277 4 18.769t.362-.869t.869-.361t.869.356t.362.874t-.357.874T5.23 20t-.874-.362M17.539 20q0-2.829-1.064-5.283t-2.902-4.29t-4.29-2.902Q6.827 6.461 4 6.461V5q3.127 0 5.846 1.18t4.756 3.218t3.217 4.752T19 20zM12 20q0-1.675-.625-3.113T9.65 14.35t-2.537-1.725T4 12v-1.461q1.973 0 3.691.737t3.005 2.029t2.026 3.003t.74 3.692z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightRssFeed(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="M4.357 19.639Q4 19.277 4 18.769t.362-.869t.869-.361t.869.356t.362.874t-.357.874T5.23 20t-.874-.362M17.539 20q0-2.829-1.064-5.283t-2.902-4.29t-4.29-2.902Q6.827 6.461 4 6.461V5q3.127 0 5.846 1.18t4.756 3.218t3.217 4.752T19 20zM12 20q0-1.675-.625-3.113T9.65 14.35t-2.537-1.725T4 12v-1.461q1.973 0 3.691.737t3.005 2.029t2.026 3.003t.74 3.692z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.357 19.639Q4 19.277 4 18.769t.362-.869t.869-.361t.869.356t.362.874t-.357.874T5.23 20t-.874-.362M17.539 20q0-2.829-1.064-5.283t-2.902-4.29t-4.29-2.902Q6.827 6.461 4 6.461V5q3.127 0 5.846 1.18t4.756 3.218t3.217 4.752T19 20zM12 20q0-1.675-.625-3.113T9.65 14.35t-2.537-1.725T4 12v-1.461q1.973 0 3.691.737t3.005 2.029t2.026 3.003t.74 3.692z"/></svg>
</template>

CSS

.icon-rss-feed {
  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%22M4.357%2019.639Q4%2019.277%204%2018.769t.362-.869t.869-.361t.869.356t.362.874t-.357.874T5.23%2020t-.874-.362M17.539%2020q0-2.829-1.064-5.283t-2.902-4.29t-4.29-2.902Q6.827%206.461%204%206.461V5q3.127%200%205.846%201.18t4.756%203.218t3.217%204.752T19%2020zM12%2020q0-1.675-.625-3.113T9.65%2014.35t-2.537-1.725T4%2012v-1.461q1.973%200%203.691.737t3.005%202.029t2.026%203.003t.74%203.692z%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%22M4.357%2019.639Q4%2019.277%204%2018.769t.362-.869t.869-.361t.869.356t.362.874t-.357.874T5.23%2020t-.874-.362M17.539%2020q0-2.829-1.064-5.283t-2.902-4.29t-4.29-2.902Q6.827%206.461%204%206.461V5q3.127%200%205.846%201.18t4.756%203.218t3.217%204.752T19%2020zM12%2020q0-1.675-.625-3.113T9.65%2014.35t-2.537-1.725T4%2012v-1.461q1.973%200%203.691.737t3.005%202.029t2.026%203.003t.74%203.692z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/rss-feed.svg?color=%231a73e8&size=48