rss from Majesticons by Gerrit Halfmann · Solid · MIT Free for personal and commercial use.

Name
rss
Set
Majesticons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Majesticons

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"><g fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 1a4 4 0 0 0-4 4v14a4 4 0 0 0 4 4h14a4 4 0 0 0 4-4V5a4 4 0 0 0-4-4H5zm0 3.962A1 1 0 0 1 6.039 4c2.32.089 5.775.883 8.677 3.004C17.664 9.16 20 12.66 20 18a1 1 0 1 1-2 0c0-4.66-1.997-7.577-4.465-9.38C11.021 6.783 7.975 6.077 5.962 6A1 1 0 0 1 5 4.961zm.003 5.967a1 1 0 0 1 1.068-.926c1.314.093 3.257.59 4.899 1.806C12.654 13.055 14 15.049 14 18a1 1 0 1 1-2 0c0-2.248-.987-3.671-2.22-4.584c-1.274-.943-2.831-1.346-3.851-1.418a1 1 0 0 1-.926-1.07zM5 18a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function MajesticonsRss(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fillRule="evenodd" clipRule="evenodd" d="M5 1a4 4 0 0 0-4 4v14a4 4 0 0 0 4 4h14a4 4 0 0 0 4-4V5a4 4 0 0 0-4-4H5zm0 3.962A1 1 0 0 1 6.039 4c2.32.089 5.775.883 8.677 3.004C17.664 9.16 20 12.66 20 18a1 1 0 1 1-2 0c0-4.66-1.997-7.577-4.465-9.38C11.021 6.783 7.975 6.077 5.962 6A1 1 0 0 1 5 4.961zm.003 5.967a1 1 0 0 1 1.068-.926c1.314.093 3.257.59 4.899 1.806C12.654 13.055 14 15.049 14 18a1 1 0 1 1-2 0c0-2.248-.987-3.671-2.22-4.584c-1.274-.943-2.831-1.346-3.851-1.418a1 1 0 0 1-.926-1.07zM5 18a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1z" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 1a4 4 0 0 0-4 4v14a4 4 0 0 0 4 4h14a4 4 0 0 0 4-4V5a4 4 0 0 0-4-4H5zm0 3.962A1 1 0 0 1 6.039 4c2.32.089 5.775.883 8.677 3.004C17.664 9.16 20 12.66 20 18a1 1 0 1 1-2 0c0-4.66-1.997-7.577-4.465-9.38C11.021 6.783 7.975 6.077 5.962 6A1 1 0 0 1 5 4.961zm.003 5.967a1 1 0 0 1 1.068-.926c1.314.093 3.257.59 4.899 1.806C12.654 13.055 14 15.049 14 18a1 1 0 1 1-2 0c0-2.248-.987-3.671-2.22-4.584c-1.274-.943-2.831-1.346-3.851-1.418a1 1 0 0 1-.926-1.07zM5 18a1 1 0 0 1 1-1h.01a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1z" fill="currentColor"/></g></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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%201a4%204%200%200%200-4%204v14a4%204%200%200%200%204%204h14a4%204%200%200%200%204-4V5a4%204%200%200%200-4-4H5zm0%203.962A1%201%200%200%201%206.039%204c2.32.089%205.775.883%208.677%203.004C17.664%209.16%2020%2012.66%2020%2018a1%201%200%201%201-2%200c0-4.66-1.997-7.577-4.465-9.38C11.021%206.783%207.975%206.077%205.962%206A1%201%200%200%201%205%204.961zm.003%205.967a1%201%200%200%201%201.068-.926c1.314.093%203.257.59%204.899%201.806C12.654%2013.055%2014%2015.049%2014%2018a1%201%200%201%201-2%200c0-2.248-.987-3.671-2.22-4.584c-1.274-.943-2.831-1.346-3.851-1.418a1%201%200%200%201-.926-1.07zM5%2018a1%201%200%200%201%201-1h.01a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%201a4%204%200%200%200-4%204v14a4%204%200%200%200%204%204h14a4%204%200%200%200%204-4V5a4%204%200%200%200-4-4H5zm0%203.962A1%201%200%200%201%206.039%204c2.32.089%205.775.883%208.677%203.004C17.664%209.16%2020%2012.66%2020%2018a1%201%200%201%201-2%200c0-4.66-1.997-7.577-4.465-9.38C11.021%206.783%207.975%206.077%205.962%206A1%201%200%200%201%205%204.961zm.003%205.967a1%201%200%200%201%201.068-.926c1.314.093%203.257.59%204.899%201.806C12.654%2013.055%2014%2015.049%2014%2018a1%201%200%201%201-2%200c0-2.248-.987-3.671-2.22-4.584c-1.274-.943-2.831-1.346-3.851-1.418a1%201%200%200%201-.926-1.07zM5%2018a1%201%200%200%201%201-1h.01a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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