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

Name
rss-feed
Set
Material Symbols
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

The same icon in other sets

More android icons from Material Symbols

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="M3.588 20.413Q3 19.825 3 19t.588-1.412T5 17t1.413.588T7 19t-.587 1.413T5 21t-1.412-.587M17 21q0-2.925-1.1-5.462t-3-4.438t-4.437-3T3 7V4q3.55 0 6.625 1.325t5.4 3.65t3.65 5.4T20 21zm-6 0q0-1.675-.625-3.113T8.65 15.35t-2.537-1.725T3 13v-3q2.3 0 4.288.863t3.487 2.362t2.363 3.488T14 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRssFeed(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="M3.588 20.413Q3 19.825 3 19t.588-1.412T5 17t1.413.588T7 19t-.587 1.413T5 21t-1.412-.587M17 21q0-2.925-1.1-5.462t-3-4.438t-4.437-3T3 7V4q3.55 0 6.625 1.325t5.4 3.65t3.65 5.4T20 21zm-6 0q0-1.675-.625-3.113T8.65 15.35t-2.537-1.725T3 13v-3q2.3 0 4.288.863t3.487 2.362t2.363 3.488T14 21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.588 20.413Q3 19.825 3 19t.588-1.412T5 17t1.413.588T7 19t-.587 1.413T5 21t-1.412-.587M17 21q0-2.925-1.1-5.462t-3-4.438t-4.437-3T3 7V4q3.55 0 6.625 1.325t5.4 3.65t3.65 5.4T20 21zm-6 0q0-1.675-.625-3.113T8.65 15.35t-2.537-1.725T3 13v-3q2.3 0 4.288.863t3.487 2.362t2.363 3.488T14 21z"/></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%22M3.588%2020.413Q3%2019.825%203%2019t.588-1.412T5%2017t1.413.588T7%2019t-.587%201.413T5%2021t-1.412-.587M17%2021q0-2.925-1.1-5.462t-3-4.438t-4.437-3T3%207V4q3.55%200%206.625%201.325t5.4%203.65t3.65%205.4T20%2021zm-6%200q0-1.675-.625-3.113T8.65%2015.35t-2.537-1.725T3%2013v-3q2.3%200%204.288.863t3.487%202.362t2.363%203.488T14%2021z%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%22M3.588%2020.413Q3%2019.825%203%2019t.588-1.412T5%2017t1.413.588T7%2019t-.587%201.413T5%2021t-1.412-.587M17%2021q0-2.925-1.1-5.462t-3-4.438t-4.437-3T3%207V4q3.55%200%206.625%201.325t5.4%203.65t3.65%205.4T20%2021zm-6%200q0-1.675-.625-3.113T8.65%2015.35t-2.537-1.725T3%2013v-3q2.3%200%204.288.863t3.487%202.362t2.363%203.488T14%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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