rss icon
rss-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- rss-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
rssAkar IconsrssBootstrap IconsrssBoxIcons v2rssCarbonrssCoreUI BrandsrssCodiconsrssFont Awesome 6 SolidrssFont Awesome SolidrssFeather Iconsrss-16-filledFluent UI System IconsrssHeroIconsrssHuge IconsrssHumbleiconsrssIconParkrssIconPark OutlinerssIconPark SolidrssIconPark TwoTonerssLine AwesomerssMaterial Line IconsrssLuciderssMajesticonsrssMaterial Design Iconsrss-fillMingCute IconrssMyna UI Icons
Related icons in Phosphor
Use the rss icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M216 200H56V40a160 160 0 0 1 160 160" opacity=".2"/><path d="M106.91 149.09A71.53 71.53 0 0 1 128 200a8 8 0 0 1-16 0a56 56 0 0 0-56-56a8 8 0 0 1 0-16a71.53 71.53 0 0 1 50.91 21.09M56 80a8 8 0 0 0 0 16a104 104 0 0 1 104 104a8 8 0 0 0 16 0A120 120 0 0 0 56 80m118.79 1.21A166.9 166.9 0 0 0 56 32a8 8 0 0 0 0 16a151 151 0 0 1 107.48 44.52A151 151 0 0 1 208 200a8 8 0 0 0 16 0a166.9 166.9 0 0 0-49.21-118.79M60 184a12 12 0 1 0 12 12a12 12 0 0 0-12-12"/></g></svg>
React
import type { SVGProps } from "react";
export function PhRssDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M216 200H56V40a160 160 0 0 1 160 160" opacity=".2"/><path d="M106.91 149.09A71.53 71.53 0 0 1 128 200a8 8 0 0 1-16 0a56 56 0 0 0-56-56a8 8 0 0 1 0-16a71.53 71.53 0 0 1 50.91 21.09M56 80a8 8 0 0 0 0 16a104 104 0 0 1 104 104a8 8 0 0 0 16 0A120 120 0 0 0 56 80m118.79 1.21A166.9 166.9 0 0 0 56 32a8 8 0 0 0 0 16a151 151 0 0 1 107.48 44.52A151 151 0 0 1 208 200a8 8 0 0 0 16 0a166.9 166.9 0 0 0-49.21-118.79M60 184a12 12 0 1 0 12 12a12 12 0 0 0-12-12"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M216 200H56V40a160 160 0 0 1 160 160" opacity=".2"/><path d="M106.91 149.09A71.53 71.53 0 0 1 128 200a8 8 0 0 1-16 0a56 56 0 0 0-56-56a8 8 0 0 1 0-16a71.53 71.53 0 0 1 50.91 21.09M56 80a8 8 0 0 0 0 16a104 104 0 0 1 104 104a8 8 0 0 0 16 0A120 120 0 0 0 56 80m118.79 1.21A166.9 166.9 0 0 0 56 32a8 8 0 0 0 0 16a151 151 0 0 1 107.48 44.52A151 151 0 0 1 208 200a8 8 0 0 0 16 0a166.9 166.9 0 0 0-49.21-118.79M60 184a12 12 0 1 0 12 12a12 12 0 0 0-12-12"/></g></svg> </template>
CSS
.icon-rss-duotone {
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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M216%20200H56V40a160%20160%200%200%201%20160%20160%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M106.91%20149.09A71.53%2071.53%200%200%201%20128%20200a8%208%200%200%201-16%200a56%2056%200%200%200-56-56a8%208%200%200%201%200-16a71.53%2071.53%200%200%201%2050.91%2021.09M56%2080a8%208%200%200%200%200%2016a104%20104%200%200%201%20104%20104a8%208%200%200%200%2016%200A120%20120%200%200%200%2056%2080m118.79%201.21A166.9%20166.9%200%200%200%2056%2032a8%208%200%200%200%200%2016a151%20151%200%200%201%20107.48%2044.52A151%20151%200%200%201%20208%20200a8%208%200%200%200%2016%200a166.9%20166.9%200%200%200-49.21-118.79M60%20184a12%2012%200%201%200%2012%2012a12%2012%200%200%200-12-12%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M216%20200H56V40a160%20160%200%200%201%20160%20160%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M106.91%20149.09A71.53%2071.53%200%200%201%20128%20200a8%208%200%200%201-16%200a56%2056%200%200%200-56-56a8%208%200%200%201%200-16a71.53%2071.53%200%200%201%2050.91%2021.09M56%2080a8%208%200%200%200%200%2016a104%20104%200%200%201%20104%20104a8%208%200%200%200%2016%200A120%20120%200%200%200%2056%2080m118.79%201.21A166.9%20166.9%200%200%200%2056%2032a8%208%200%200%200%200%2016a151%20151%200%200%201%20107.48%2044.52A151%20151%200%200%201%20208%20200a8%208%200%200%200%2016%200a166.9%20166.9%200%200%200-49.21-118.79M60%20184a12%2012%200%201%200%2012%2012a12%2012%200%200%200-12-12%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/rss-duotone.svg?color=%231a73e8&size=48