rss from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
rss
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-rss

The same icon in other sets

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="M19 20.001C19 11.729 12.271 5 4 5v2c7.168 0 13 5.832 13 13.001z"/><path fill="currentColor" d="M12 20.001h2C14 14.486 9.514 10 4 10v2c4.411 0 8 3.589 8 8.001"/><circle cx="6" cy="18" r="2" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxRss(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="M19 20.001C19 11.729 12.271 5 4 5v2c7.168 0 13 5.832 13 13.001z"/><path fill="currentColor" d="M12 20.001h2C14 14.486 9.514 10 4 10v2c4.411 0 8 3.589 8 8.001"/><circle cx="6" cy="18" r="2" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 20.001C19 11.729 12.271 5 4 5v2c7.168 0 13 5.832 13 13.001z"/><path fill="currentColor" d="M12 20.001h2C14 14.486 9.514 10 4 10v2c4.411 0 8 3.589 8 8.001"/><circle cx="6" cy="18" r="2" fill="currentColor"/></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%22M19%2020.001C19%2011.729%2012.271%205%204%205v2c7.168%200%2013%205.832%2013%2013.001z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2020.001h2C14%2014.486%209.514%2010%204%2010v2c4.411%200%208%203.589%208%208.001%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2218%22%20r%3D%222%22%20fill%3D%22currentColor%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%22M19%2020.001C19%2011.729%2012.271%205%204%205v2c7.168%200%2013%205.832%2013%2013.001z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2020.001h2C14%2014.486%209.514%2010%204%2010v2c4.411%200%208%203.589%208%208.001%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%2218%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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