rss interface icon

rss-interface from Unicons by Iconscout · Line · Multimedia · Apache-2.0 Free for personal and commercial use.

Name
rss-interface
Set
Unicons
Style
Line
Category
Multimedia
Viewbox
24×24
License
Apache 2.0

More multimedia icons from Unicons

Use the rss interface icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 14a1 1 0 0 0 0 2a3 3 0 0 1 3 3a1 1 0 0 0 2 0a5 5 0 0 0-5-5m-.71 4.29a1 1 0 1 0 1.42 0a1 1 0 0 0-1.42 0M19 4H5a3 3 0 0 0-3 3a1 1 0 0 0 2 0a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-4a1 1 0 0 0 0 2h4a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3M3 10a1 1 0 0 0 0 2a7 7 0 0 1 7 7a1 1 0 0 0 2 0a9 9 0 0 0-9-9"/></svg>

React

import type { SVGProps } from "react";

export function UilRssInterface(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="M3 14a1 1 0 0 0 0 2a3 3 0 0 1 3 3a1 1 0 0 0 2 0a5 5 0 0 0-5-5m-.71 4.29a1 1 0 1 0 1.42 0a1 1 0 0 0-1.42 0M19 4H5a3 3 0 0 0-3 3a1 1 0 0 0 2 0a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-4a1 1 0 0 0 0 2h4a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3M3 10a1 1 0 0 0 0 2a7 7 0 0 1 7 7a1 1 0 0 0 2 0a9 9 0 0 0-9-9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 14a1 1 0 0 0 0 2a3 3 0 0 1 3 3a1 1 0 0 0 2 0a5 5 0 0 0-5-5m-.71 4.29a1 1 0 1 0 1.42 0a1 1 0 0 0-1.42 0M19 4H5a3 3 0 0 0-3 3a1 1 0 0 0 2 0a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-4a1 1 0 0 0 0 2h4a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3M3 10a1 1 0 0 0 0 2a7 7 0 0 1 7 7a1 1 0 0 0 2 0a9 9 0 0 0-9-9"/></svg>
</template>

CSS

.icon-rss-interface {
  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%22M3%2014a1%201%200%200%200%200%202a3%203%200%200%201%203%203a1%201%200%200%200%202%200a5%205%200%200%200-5-5m-.71%204.29a1%201%200%201%200%201.42%200a1%201%200%200%200-1.42%200M19%204H5a3%203%200%200%200-3%203a1%201%200%200%200%202%200a1%201%200%200%201%201-1h14a1%201%200%200%201%201%201v10a1%201%200%200%201-1%201h-4a1%201%200%200%200%200%202h4a3%203%200%200%200%203-3V7a3%203%200%200%200-3-3M3%2010a1%201%200%200%200%200%202a7%207%200%200%201%207%207a1%201%200%200%200%202%200a9%209%200%200%200-9-9%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%22M3%2014a1%201%200%200%200%200%202a3%203%200%200%201%203%203a1%201%200%200%200%202%200a5%205%200%200%200-5-5m-.71%204.29a1%201%200%201%200%201.42%200a1%201%200%200%200-1.42%200M19%204H5a3%203%200%200%200-3%203a1%201%200%200%200%202%200a1%201%200%200%201%201-1h14a1%201%200%200%201%201%201v10a1%201%200%200%201-1%201h-4a1%201%200%200%200%200%202h4a3%203%200%200%200%203-3V7a3%203%200%200%200-3-3M3%2010a1%201%200%200%200%200%202a7%207%200%200%201%207%207a1%201%200%200%200%202%200a9%209%200%200%200-9-9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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