file type rss logo

file-type-rss from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
file-type-rss
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the file type rss logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGvSi4fdXe" x1="30.06" x2="225.94" y1="30.06" y2="225.94" gradientTransform="matrix(.11 0 0 .11 2 2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e3702d"/><stop offset=".11" stop-color="#ea7d31"/><stop offset=".35" stop-color="#f69537"/><stop offset=".5" stop-color="#fb9e3a"/><stop offset=".7" stop-color="#ea7c31"/><stop offset=".89" stop-color="#de642b"/><stop offset="1" stop-color="#d95b29"/></linearGradient></defs><rect width="28" height="28" x="2" y="2" fill="#cc5d15" rx="6.01" ry="6.01"/><rect width="26.91" height="26.91" x="2.54" y="2.54" fill="#f49c52" rx="5.47" ry="5.47"/><rect width="25.82" height="25.82" x="3.1" y="3.1" fill="url(#SVGvSi4fdXe)" rx="5.14" ry="5.14"/><path fill="#fff" d="M6.82 6.16v3.83a15.31 15.31 0 0 1 15.3 15.3h3.83A19.14 19.14 0 0 0 6.81 6.17zm0 6.45v3.72a8.97 8.97 0 0 1 8.96 8.97h3.72A12.69 12.69 0 0 0 6.81 12.6zm2.62 7.44a2.63 2.63 0 0 0-2.63 2.62a2.63 2.63 0 0 0 2.63 2.63a2.63 2.63 0 0 0 2.63-2.63a2.63 2.63 0 0 0-2.63-2.63z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeRss(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGvSi4fdXe" x1="30.06" x2="225.94" y1="30.06" y2="225.94" gradientTransform="matrix(.11 0 0 .11 2 2)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#e3702d"/><stop offset=".11" stopColor="#ea7d31"/><stop offset=".35" stopColor="#f69537"/><stop offset=".5" stopColor="#fb9e3a"/><stop offset=".7" stopColor="#ea7c31"/><stop offset=".89" stopColor="#de642b"/><stop offset="1" stopColor="#d95b29"/></linearGradient></defs><rect width="28" height="28" x="2" y="2" fill="#cc5d15" rx="6.01" ry="6.01"/><rect width="26.91" height="26.91" x="2.54" y="2.54" fill="#f49c52" rx="5.47" ry="5.47"/><rect width="25.82" height="25.82" x="3.1" y="3.1" fill="url(#SVGvSi4fdXe)" rx="5.14" ry="5.14"/><path fill="#fff" d="M6.82 6.16v3.83a15.31 15.31 0 0 1 15.3 15.3h3.83A19.14 19.14 0 0 0 6.81 6.17zm0 6.45v3.72a8.97 8.97 0 0 1 8.96 8.97h3.72A12.69 12.69 0 0 0 6.81 12.6zm2.62 7.44a2.63 2.63 0 0 0-2.63 2.62a2.63 2.63 0 0 0 2.63 2.63a2.63 2.63 0 0 0 2.63-2.63a2.63 2.63 0 0 0-2.63-2.63z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGvSi4fdXe" x1="30.06" x2="225.94" y1="30.06" y2="225.94" gradientTransform="matrix(.11 0 0 .11 2 2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e3702d"/><stop offset=".11" stop-color="#ea7d31"/><stop offset=".35" stop-color="#f69537"/><stop offset=".5" stop-color="#fb9e3a"/><stop offset=".7" stop-color="#ea7c31"/><stop offset=".89" stop-color="#de642b"/><stop offset="1" stop-color="#d95b29"/></linearGradient></defs><rect width="28" height="28" x="2" y="2" fill="#cc5d15" rx="6.01" ry="6.01"/><rect width="26.91" height="26.91" x="2.54" y="2.54" fill="#f49c52" rx="5.47" ry="5.47"/><rect width="25.82" height="25.82" x="3.1" y="3.1" fill="url(#SVGvSi4fdXe)" rx="5.14" ry="5.14"/><path fill="#fff" d="M6.82 6.16v3.83a15.31 15.31 0 0 1 15.3 15.3h3.83A19.14 19.14 0 0 0 6.81 6.17zm0 6.45v3.72a8.97 8.97 0 0 1 8.96 8.97h3.72A12.69 12.69 0 0 0 6.81 12.6zm2.62 7.44a2.63 2.63 0 0 0-2.63 2.62a2.63 2.63 0 0 0 2.63 2.63a2.63 2.63 0 0 0 2.63-2.63a2.63 2.63 0 0 0-2.63-2.63z"/></svg>
</template>

CSS

.icon-file-type-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%2032%2032%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGvSi4fdXe%22%20x1%3D%2230.06%22%20x2%3D%22225.94%22%20y1%3D%2230.06%22%20y2%3D%22225.94%22%20gradientTransform%3D%22matrix(.11%200%200%20.11%202%202)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e3702d%22%2F%3E%3Cstop%20offset%3D%22.11%22%20stop-color%3D%22%23ea7d31%22%2F%3E%3Cstop%20offset%3D%22.35%22%20stop-color%3D%22%23f69537%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23fb9e3a%22%2F%3E%3Cstop%20offset%3D%22.7%22%20stop-color%3D%22%23ea7c31%22%2F%3E%3Cstop%20offset%3D%22.89%22%20stop-color%3D%22%23de642b%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d95b29%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%2228%22%20height%3D%2228%22%20x%3D%222%22%20y%3D%222%22%20fill%3D%22%23cc5d15%22%20rx%3D%226.01%22%20ry%3D%226.01%22%2F%3E%3Crect%20width%3D%2226.91%22%20height%3D%2226.91%22%20x%3D%222.54%22%20y%3D%222.54%22%20fill%3D%22%23f49c52%22%20rx%3D%225.47%22%20ry%3D%225.47%22%2F%3E%3Crect%20width%3D%2225.82%22%20height%3D%2225.82%22%20x%3D%223.1%22%20y%3D%223.1%22%20fill%3D%22url(%23SVGvSi4fdXe)%22%20rx%3D%225.14%22%20ry%3D%225.14%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6.82%206.16v3.83a15.31%2015.31%200%200%201%2015.3%2015.3h3.83A19.14%2019.14%200%200%200%206.81%206.17zm0%206.45v3.72a8.97%208.97%200%200%201%208.96%208.97h3.72A12.69%2012.69%200%200%200%206.81%2012.6zm2.62%207.44a2.63%202.63%200%200%200-2.63%202.62a2.63%202.63%200%200%200%202.63%202.63a2.63%202.63%200%200%200%202.63-2.63a2.63%202.63%200%200%200-2.63-2.63z%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%2032%2032%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGvSi4fdXe%22%20x1%3D%2230.06%22%20x2%3D%22225.94%22%20y1%3D%2230.06%22%20y2%3D%22225.94%22%20gradientTransform%3D%22matrix(.11%200%200%20.11%202%202)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e3702d%22%2F%3E%3Cstop%20offset%3D%22.11%22%20stop-color%3D%22%23ea7d31%22%2F%3E%3Cstop%20offset%3D%22.35%22%20stop-color%3D%22%23f69537%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23fb9e3a%22%2F%3E%3Cstop%20offset%3D%22.7%22%20stop-color%3D%22%23ea7c31%22%2F%3E%3Cstop%20offset%3D%22.89%22%20stop-color%3D%22%23de642b%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d95b29%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%2228%22%20height%3D%2228%22%20x%3D%222%22%20y%3D%222%22%20fill%3D%22%23cc5d15%22%20rx%3D%226.01%22%20ry%3D%226.01%22%2F%3E%3Crect%20width%3D%2226.91%22%20height%3D%2226.91%22%20x%3D%222.54%22%20y%3D%222.54%22%20fill%3D%22%23f49c52%22%20rx%3D%225.47%22%20ry%3D%225.47%22%2F%3E%3Crect%20width%3D%2225.82%22%20height%3D%2225.82%22%20x%3D%223.1%22%20y%3D%223.1%22%20fill%3D%22url(%23SVGvSi4fdXe)%22%20rx%3D%225.14%22%20ry%3D%225.14%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6.82%206.16v3.83a15.31%2015.31%200%200%201%2015.3%2015.3h3.83A19.14%2019.14%200%200%200%206.81%206.17zm0%206.45v3.72a8.97%208.97%200%200%201%208.96%208.97h3.72A12.69%2012.69%200%200%200%206.81%2012.6zm2.62%207.44a2.63%202.63%200%200%200-2.63%202.62a2.63%202.63%200%200%200%202.63%202.63a2.63%202.63%200%200%200%202.63-2.63a2.63%202.63%200%200%200-2.63-2.63z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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