rss from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
rss
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
rss-feed

The same icon in other sets

Related icons in Material Design Icons

Use the rss icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.18 15.64a2.18 2.18 0 0 1 2.18 2.18C8.36 19 7.38 20 6.18 20C5 20 4 19 4 17.82a2.18 2.18 0 0 1 2.18-2.18M4 4.44A15.56 15.56 0 0 1 19.56 20h-2.83A12.73 12.73 0 0 0 4 7.27zm0 5.66a9.9 9.9 0 0 1 9.9 9.9h-2.83A7.07 7.07 0 0 0 4 12.93z"/></svg>

React

import type { SVGProps } from "react";

export function MdiRss(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="M6.18 15.64a2.18 2.18 0 0 1 2.18 2.18C8.36 19 7.38 20 6.18 20C5 20 4 19 4 17.82a2.18 2.18 0 0 1 2.18-2.18M4 4.44A15.56 15.56 0 0 1 19.56 20h-2.83A12.73 12.73 0 0 0 4 7.27zm0 5.66a9.9 9.9 0 0 1 9.9 9.9h-2.83A7.07 7.07 0 0 0 4 12.93z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.18 15.64a2.18 2.18 0 0 1 2.18 2.18C8.36 19 7.38 20 6.18 20C5 20 4 19 4 17.82a2.18 2.18 0 0 1 2.18-2.18M4 4.44A15.56 15.56 0 0 1 19.56 20h-2.83A12.73 12.73 0 0 0 4 7.27zm0 5.66a9.9 9.9 0 0 1 9.9 9.9h-2.83A7.07 7.07 0 0 0 4 12.93z"/></svg>
</template>

CSS

.icon-rss {
  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%22M6.18%2015.64a2.18%202.18%200%200%201%202.18%202.18C8.36%2019%207.38%2020%206.18%2020C5%2020%204%2019%204%2017.82a2.18%202.18%200%200%201%202.18-2.18M4%204.44A15.56%2015.56%200%200%201%2019.56%2020h-2.83A12.73%2012.73%200%200%200%204%207.27zm0%205.66a9.9%209.9%200%200%201%209.9%209.9h-2.83A7.07%207.07%200%200%200%204%2012.93z%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%22M6.18%2015.64a2.18%202.18%200%200%201%202.18%202.18C8.36%2019%207.38%2020%206.18%2020C5%2020%204%2019%204%2017.82a2.18%202.18%200%200%201%202.18-2.18M4%204.44A15.56%2015.56%200%200%201%2019.56%2020h-2.83A12.73%2012.73%200%200%200%204%207.27zm0%205.66a9.9%209.9%200%200%201%209.9%209.9h-2.83A7.07%207.07%200%200%200%204%2012.93z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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