rss from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
rss
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

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 16 16"><path fill="currentColor" d="M1 4.5A2.5 2.5 0 0 1 3.5 2h8A2.5 2.5 0 0 1 14 4.5v8a2.5 2.5 0 0 1-2.5 2.5h-8A2.5 2.5 0 0 1 1 12.5zM3.5 3A1.5 1.5 0 0 0 2 4.5v8A1.5 1.5 0 0 0 3.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-8A1.5 1.5 0 0 0 11.5 3zm1 9.25a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M8 11.5C8 9.57 6.43 8 4.5 8a.5.5 0 0 0 0 1C5.879 9 7 10.121 7 11.5a.5.5 0 0 0 1 0m3 0C11 7.916 8.084 5 4.5 5a.5.5 0 0 0 0 1C7.532 6 10 8.468 10 11.5a.5.5 0 0 0 1 0"/></svg>

React

import type { SVGProps } from "react";

export function CodiconRss(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 4.5A2.5 2.5 0 0 1 3.5 2h8A2.5 2.5 0 0 1 14 4.5v8a2.5 2.5 0 0 1-2.5 2.5h-8A2.5 2.5 0 0 1 1 12.5zM3.5 3A1.5 1.5 0 0 0 2 4.5v8A1.5 1.5 0 0 0 3.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-8A1.5 1.5 0 0 0 11.5 3zm1 9.25a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M8 11.5C8 9.57 6.43 8 4.5 8a.5.5 0 0 0 0 1C5.879 9 7 10.121 7 11.5a.5.5 0 0 0 1 0m3 0C11 7.916 8.084 5 4.5 5a.5.5 0 0 0 0 1C7.532 6 10 8.468 10 11.5a.5.5 0 0 0 1 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 4.5A2.5 2.5 0 0 1 3.5 2h8A2.5 2.5 0 0 1 14 4.5v8a2.5 2.5 0 0 1-2.5 2.5h-8A2.5 2.5 0 0 1 1 12.5zM3.5 3A1.5 1.5 0 0 0 2 4.5v8A1.5 1.5 0 0 0 3.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-8A1.5 1.5 0 0 0 11.5 3zm1 9.25a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M8 11.5C8 9.57 6.43 8 4.5 8a.5.5 0 0 0 0 1C5.879 9 7 10.121 7 11.5a.5.5 0 0 0 1 0m3 0C11 7.916 8.084 5 4.5 5a.5.5 0 0 0 0 1C7.532 6 10 8.468 10 11.5a.5.5 0 0 0 1 0"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%204.5A2.5%202.5%200%200%201%203.5%202h8A2.5%202.5%200%200%201%2014%204.5v8a2.5%202.5%200%200%201-2.5%202.5h-8A2.5%202.5%200%200%201%201%2012.5zM3.5%203A1.5%201.5%200%200%200%202%204.5v8A1.5%201.5%200%200%200%203.5%2014h8a1.5%201.5%200%200%200%201.5-1.5v-8A1.5%201.5%200%200%200%2011.5%203zm1%209.25a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M8%2011.5C8%209.57%206.43%208%204.5%208a.5.5%200%200%200%200%201C5.879%209%207%2010.121%207%2011.5a.5.5%200%200%200%201%200m3%200C11%207.916%208.084%205%204.5%205a.5.5%200%200%200%200%201C7.532%206%2010%208.468%2010%2011.5a.5.5%200%200%200%201%200%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%204.5A2.5%202.5%200%200%201%203.5%202h8A2.5%202.5%200%200%201%2014%204.5v8a2.5%202.5%200%200%201-2.5%202.5h-8A2.5%202.5%200%200%201%201%2012.5zM3.5%203A1.5%201.5%200%200%200%202%204.5v8A1.5%201.5%200%200%200%203.5%2014h8a1.5%201.5%200%200%200%201.5-1.5v-8A1.5%201.5%200%200%200%2011.5%203zm1%209.25a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M8%2011.5C8%209.57%206.43%208%204.5%208a.5.5%200%200%200%200%201C5.879%209%207%2010.121%207%2011.5a.5.5%200%200%200%201%200m3%200C11%207.916%208.084%205%204.5%205a.5.5%200%200%200%200%201C7.532%206%2010%208.468%2010%2011.5a.5.5%200%200%200%201%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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