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

Name
rss-feed-rounded
Set
Material Symbols
Style
Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
rss-feed-outline-rounded

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-.587M18.5 21q-.65 0-1.088-.475T16.9 19.4q-.275-2.425-1.312-4.537T12.9 11.1T9.138 8.413T4.6 7.1q-.65-.075-1.125-.512T3 5.5t.45-1.062t1.075-.363q3.075.275 5.763 1.563t4.737 3.337t3.338 4.738t1.562 5.762q.05.625-.363 1.075T18.5 21m-6 0q-.625 0-1.075-.437T10.85 19.5q-.225-1.225-.787-2.262T8.65 15.35t-1.888-1.412T4.5 13.15q-.625-.125-1.062-.575T3 11.5q0-.65.45-1.075t1.075-.325q1.825.25 3.413 1.063t2.837 2.062t2.063 2.838t1.062 3.412q.1.625-.325 1.075T12.5 21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsRssFeedRounded(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-.587M18.5 21q-.65 0-1.088-.475T16.9 19.4q-.275-2.425-1.312-4.537T12.9 11.1T9.138 8.413T4.6 7.1q-.65-.075-1.125-.512T3 5.5t.45-1.062t1.075-.363q3.075.275 5.763 1.563t4.737 3.337t3.338 4.738t1.562 5.762q.05.625-.363 1.075T18.5 21m-6 0q-.625 0-1.075-.437T10.85 19.5q-.225-1.225-.787-2.262T8.65 15.35t-1.888-1.412T4.5 13.15q-.625-.125-1.062-.575T3 11.5q0-.65.45-1.075t1.075-.325q1.825.25 3.413 1.063t2.837 2.062t2.063 2.838t1.062 3.412q.1.625-.325 1.075T12.5 21"/></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-.587M18.5 21q-.65 0-1.088-.475T16.9 19.4q-.275-2.425-1.312-4.537T12.9 11.1T9.138 8.413T4.6 7.1q-.65-.075-1.125-.512T3 5.5t.45-1.062t1.075-.363q3.075.275 5.763 1.563t4.737 3.337t3.338 4.738t1.562 5.762q.05.625-.363 1.075T18.5 21m-6 0q-.625 0-1.075-.437T10.85 19.5q-.225-1.225-.787-2.262T8.65 15.35t-1.888-1.412T4.5 13.15q-.625-.125-1.062-.575T3 11.5q0-.65.45-1.075t1.075-.325q1.825.25 3.413 1.063t2.837 2.062t2.063 2.838t1.062 3.412q.1.625-.325 1.075T12.5 21"/></svg>
</template>

CSS

.icon-rss-feed-rounded {
  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-.587M18.5%2021q-.65%200-1.088-.475T16.9%2019.4q-.275-2.425-1.312-4.537T12.9%2011.1T9.138%208.413T4.6%207.1q-.65-.075-1.125-.512T3%205.5t.45-1.062t1.075-.363q3.075.275%205.763%201.563t4.737%203.337t3.338%204.738t1.562%205.762q.05.625-.363%201.075T18.5%2021m-6%200q-.625%200-1.075-.437T10.85%2019.5q-.225-1.225-.787-2.262T8.65%2015.35t-1.888-1.412T4.5%2013.15q-.625-.125-1.062-.575T3%2011.5q0-.65.45-1.075t1.075-.325q1.825.25%203.413%201.063t2.837%202.062t2.063%202.838t1.062%203.412q.1.625-.325%201.075T12.5%2021%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-.587M18.5%2021q-.65%200-1.088-.475T16.9%2019.4q-.275-2.425-1.312-4.537T12.9%2011.1T9.138%208.413T4.6%207.1q-.65-.075-1.125-.512T3%205.5t.45-1.062t1.075-.363q3.075.275%205.763%201.563t4.737%203.337t3.338%204.738t1.562%205.762q.05.625-.363%201.075T18.5%2021m-6%200q-.625%200-1.075-.437T10.85%2019.5q-.225-1.225-.787-2.262T8.65%2015.35t-1.888-1.412T4.5%2013.15q-.625-.125-1.062-.575T3%2011.5q0-.65.45-1.075t1.075-.325q1.825.25%203.413%201.063t2.837%202.062t2.063%202.838t1.062%203.412q.1.625-.325%201.075T12.5%2021%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-rounded.svg?color=%231a73e8&size=48