rss-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
rss-2-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the rss 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.5 6.5q-.225 0-.445.008a1.5 1.5 0 1 1-.11-2.998q.277-.01.555-.01c8.284 0 15 6.716 15 15q0 .278-.01.555a1.5 1.5 0 1 1-2.998-.11q.008-.221.008-.445c0-6.627-5.373-12-12-12m0 7q-.195 0-.386.015a1.5 1.5 0 1 1-.228-2.992q.305-.023.614-.023a8 8 0 0 1 7.977 8.614a1.5 1.5 0 1 1-2.992-.228q.015-.19.015-.386a5 5 0 0 0-5-5m-2 5a2 2 0 1 1 4 0a2 2 0 0 1-4 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteRss2Fill(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" fillRule="evenodd" d="M5.5 6.5q-.225 0-.445.008a1.5 1.5 0 1 1-.11-2.998q.277-.01.555-.01c8.284 0 15 6.716 15 15q0 .278-.01.555a1.5 1.5 0 1 1-2.998-.11q.008-.221.008-.445c0-6.627-5.373-12-12-12m0 7q-.195 0-.386.015a1.5 1.5 0 1 1-.228-2.992q.305-.023.614-.023a8 8 0 0 1 7.977 8.614a1.5 1.5 0 1 1-2.992-.228q.015-.19.015-.386a5 5 0 0 0-5-5m-2 5a2 2 0 1 1 4 0a2 2 0 0 1-4 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.5 6.5q-.225 0-.445.008a1.5 1.5 0 1 1-.11-2.998q.277-.01.555-.01c8.284 0 15 6.716 15 15q0 .278-.01.555a1.5 1.5 0 1 1-2.998-.11q.008-.221.008-.445c0-6.627-5.373-12-12-12m0 7q-.195 0-.386.015a1.5 1.5 0 1 1-.228-2.992q.305-.023.614-.023a8 8 0 0 1 7.977 8.614a1.5 1.5 0 1 1-2.992-.228q.015-.19.015-.386a5 5 0 0 0-5-5m-2 5a2 2 0 1 1 4 0a2 2 0 0 1-4 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-rss-2-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.5%206.5q-.225%200-.445.008a1.5%201.5%200%201%201-.11-2.998q.277-.01.555-.01c8.284%200%2015%206.716%2015%2015q0%20.278-.01.555a1.5%201.5%200%201%201-2.998-.11q.008-.221.008-.445c0-6.627-5.373-12-12-12m0%207q-.195%200-.386.015a1.5%201.5%200%201%201-.228-2.992q.305-.023.614-.023a8%208%200%200%201%207.977%208.614a1.5%201.5%200%201%201-2.992-.228q.015-.19.015-.386a5%205%200%200%200-5-5m-2%205a2%202%200%201%201%204%200a2%202%200%200%201-4%200%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.5%206.5q-.225%200-.445.008a1.5%201.5%200%201%201-.11-2.998q.277-.01.555-.01c8.284%200%2015%206.716%2015%2015q0%20.278-.01.555a1.5%201.5%200%201%201-2.998-.11q.008-.221.008-.445c0-6.627-5.373-12-12-12m0%207q-.195%200-.386.015a1.5%201.5%200%201%201-.228-2.992q.305-.023.614-.023a8%208%200%200%201%207.977%208.614a1.5%201.5%200%201%201-2.992-.228q.015-.19.015-.386a5%205%200%200%200-5-5m-2%205a2%202%200%201%201%204%200a2%202%200%200%201-4%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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