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

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

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

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="M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zM8.5 14a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M8 10.5a1 1 0 1 0 0 2a3.5 3.5 0 0 1 3.5 3.5a1 1 0 1 0 2 0A5.5 5.5 0 0 0 8 10.5M8.5 7q-.285 0-.565.019a1 1 0 0 0 .13 1.996Q8.281 9 8.5 9a6.5 6.5 0 0 1 6.485 6.935a1 1 0 0 0 1.996.13q.02-.28.019-.565A8.5 8.5 0 0 0 8.5 7"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteRssFill(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="M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zM8.5 14a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M8 10.5a1 1 0 1 0 0 2a3.5 3.5 0 0 1 3.5 3.5a1 1 0 1 0 2 0A5.5 5.5 0 0 0 8 10.5M8.5 7q-.285 0-.565.019a1 1 0 0 0 .13 1.996Q8.281 9 8.5 9a6.5 6.5 0 0 1 6.485 6.935a1 1 0 0 0 1.996.13q.02-.28.019-.565A8.5 8.5 0 0 0 8.5 7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zM8.5 14a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M8 10.5a1 1 0 1 0 0 2a3.5 3.5 0 0 1 3.5 3.5a1 1 0 1 0 2 0A5.5 5.5 0 0 0 8 10.5M8.5 7q-.285 0-.565.019a1 1 0 0 0 .13 1.996Q8.281 9 8.5 9a6.5 6.5 0 0 1 6.485 6.935a1 1 0 0 0 1.996.13q.02-.28.019-.565A8.5 8.5 0 0 0 8.5 7"/></svg>
</template>

CSS

.icon-rss-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%20d%3D%22M18%203a3%203%200%200%201%203%203v12a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3V6a3%203%200%200%201%203-3zM8.5%2014a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M8%2010.5a1%201%200%201%200%200%202a3.5%203.5%200%200%201%203.5%203.5a1%201%200%201%200%202%200A5.5%205.5%200%200%200%208%2010.5M8.5%207q-.285%200-.565.019a1%201%200%200%200%20.13%201.996Q8.281%209%208.5%209a6.5%206.5%200%200%201%206.485%206.935a1%201%200%200%200%201.996.13q.02-.28.019-.565A8.5%208.5%200%200%200%208.5%207%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%22M18%203a3%203%200%200%201%203%203v12a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3V6a3%203%200%200%201%203-3zM8.5%2014a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M8%2010.5a1%201%200%201%200%200%202a3.5%203.5%200%200%201%203.5%203.5a1%201%200%201%200%202%200A5.5%205.5%200%200%200%208%2010.5M8.5%207q-.285%200-.565.019a1%201%200%200%200%20.13%201.996Q8.281%209%208.5%209a6.5%206.5%200%200%201%206.485%206.935a1%201%200%200%200%201.996.13q.02-.28.019-.565A8.5%208.5%200%200%200%208.5%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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