rss from Material Line Icons by Vjacheslav Trushkin · Line · Social · MIT Free for personal and commercial use.

Name
rss
Set
Material Line Icons
Style
Line
Category
Social
Viewbox
24×24
License
MIT

The same icon in other sets

More social icons from Material Line Icons

Use the rss icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="5" cy="19" r="2" fill="currentColor"><animate fill="freeze" attributeName="r" dur="0.2s" values="0;2"/></circle><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-dasharray="18" stroke-dashoffset="18" d="M4 11c2.39 0 4.68 0.95 6.36 2.64c1.69 1.68 2.64 3.97 2.64 6.36"><animate fill="freeze" attributeName="stroke-dashoffset" begin="0.2s" dur="0.3s" to="0"/></path><path stroke-dasharray="28" stroke-dashoffset="28" d="M4 4c4.24 0 8.31 1.69 11.31 4.69c3 3 4.69 7.07 4.69 11.31"><animate fill="freeze" attributeName="stroke-dashoffset" begin="0.6s" dur="0.4s" to="0"/></path></g></svg>

React

import type { SVGProps } from "react";

export function LineMdRss(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="5" cy="19" r="2" fill="currentColor"><animate fill="freeze" attributeName="r" dur="0.2s" values="0;2"/></circle><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path strokeDasharray="18" strokeDashoffset="18" d="M4 11c2.39 0 4.68 0.95 6.36 2.64c1.69 1.68 2.64 3.97 2.64 6.36"><animate fill="freeze" attributeName="strokeDashoffset" begin="0.2s" dur="0.3s" to="0"/></path><path strokeDasharray="28" strokeDashoffset="28" d="M4 4c4.24 0 8.31 1.69 11.31 4.69c3 3 4.69 7.07 4.69 11.31"><animate fill="freeze" attributeName="strokeDashoffset" begin="0.6s" dur="0.4s" to="0"/></path></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="5" cy="19" r="2" fill="currentColor"><animate fill="freeze" attributeName="r" dur="0.2s" values="0;2"/></circle><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-dasharray="18" stroke-dashoffset="18" d="M4 11c2.39 0 4.68 0.95 6.36 2.64c1.69 1.68 2.64 3.97 2.64 6.36"><animate fill="freeze" attributeName="stroke-dashoffset" begin="0.2s" dur="0.3s" to="0"/></path><path stroke-dasharray="28" stroke-dashoffset="28" d="M4 4c4.24 0 8.31 1.69 11.31 4.69c3 3 4.69 7.07 4.69 11.31"><animate fill="freeze" attributeName="stroke-dashoffset" begin="0.6s" dur="0.4s" to="0"/></path></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%3Ccircle%20cx%3D%225%22%20cy%3D%2219%22%20r%3D%222%22%20fill%3D%22currentColor%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22r%22%20dur%3D%220.2s%22%20values%3D%220%3B2%22%2F%3E%3C%2Fcircle%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-dasharray%3D%2218%22%20stroke-dashoffset%3D%2218%22%20d%3D%22M4%2011c2.39%200%204.68%200.95%206.36%202.64c1.69%201.68%202.64%203.97%202.64%206.36%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20begin%3D%220.2s%22%20dur%3D%220.3s%22%20to%3D%220%22%2F%3E%3C%2Fpath%3E%3Cpath%20stroke-dasharray%3D%2228%22%20stroke-dashoffset%3D%2228%22%20d%3D%22M4%204c4.24%200%208.31%201.69%2011.31%204.69c3%203%204.69%207.07%204.69%2011.31%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20begin%3D%220.6s%22%20dur%3D%220.4s%22%20to%3D%220%22%2F%3E%3C%2Fpath%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%3Ccircle%20cx%3D%225%22%20cy%3D%2219%22%20r%3D%222%22%20fill%3D%22currentColor%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22r%22%20dur%3D%220.2s%22%20values%3D%220%3B2%22%2F%3E%3C%2Fcircle%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-dasharray%3D%2218%22%20stroke-dashoffset%3D%2218%22%20d%3D%22M4%2011c2.39%200%204.68%200.95%206.36%202.64c1.69%201.68%202.64%203.97%202.64%206.36%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20begin%3D%220.2s%22%20dur%3D%220.3s%22%20to%3D%220%22%2F%3E%3C%2Fpath%3E%3Cpath%20stroke-dasharray%3D%2228%22%20stroke-dashoffset%3D%2228%22%20d%3D%22M4%204c4.24%200%208.31%201.69%2011.31%204.69c3%203%204.69%207.07%204.69%2011.31%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20begin%3D%220.6s%22%20dur%3D%220.4s%22%20to%3D%220%22%2F%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Rss line icon — Material Line Icons · IconsDB