social rss icon
social-rss-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- social-rss-outline
- Set
- IonIcons
- Style
- Outline
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
social-android-outlinesocial-angular-outlinesocial-apple-outlinesocial-bitcoin-outlinesocial-buffer-outlinesocial-chrome-outlinesocial-codepen-outlinesocial-css3-outlinesocial-designernews-outlinesocial-dribbblesocial-dropbox-outlinesocial-euro-outlinesocial-facebooksocial-foursquare-outlinesocial-github-outlinesocial-googlesocial-googleplussocial-hackernews-outlinesocial-html5-outlinesocial-instagramsocial-javascript-outlinesocial-linkedin-outlinesocial-octocatsocial-pinterest-outline
Use the social rss icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M119.9 336.1c-30.8 0-55.9 25.1-55.9 55.8 0 30.8 25.1 55.6 55.9 55.6 30.9 0 55.9-24.9 55.9-55.6 0-30.7-25-55.8-55.9-55.8zm0 95.4c-22 0-39.9-17.8-39.9-39.6 0-21.9 17.9-39.8 39.9-39.8s39.9 17.9 39.9 39.8c0 21.8-17.9 39.6-39.9 39.6z" fill="currentColor"/><path d="M64 192v79.9c48 0 94.1 14.2 128 48.1 33.9 33.9 48 79.9 48 128h80c0-139.9-116-256-256-256zm239.5 240h-48c-3.1-49.7-21-92.1-52.2-123.3-31.2-31.3-73.3-49.2-123.3-52.3v-47.8c26 1.8 52.1 8 76.7 18.5 28.5 12.2 54.2 29.6 76.4 51.8 22.2 22.2 39.6 47.9 51.8 76.4 10.6 24.6 16.8 50.3 18.6 76.7z" fill="currentColor"/><path d="M64 64v79.9c171 0 303.9 133 303.9 304.1H448C448 236.3 276 64 64 64zm227.4 156.5C235.4 164.4 161 132 80 128.2V80.3C270 88.5 423.5 241.8 431.7 432h-48.2c-3.8-80.9-36.2-155.5-92.1-211.5z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonSocialRssOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M119.9 336.1c-30.8 0-55.9 25.1-55.9 55.8 0 30.8 25.1 55.6 55.9 55.6 30.9 0 55.9-24.9 55.9-55.6 0-30.7-25-55.8-55.9-55.8zm0 95.4c-22 0-39.9-17.8-39.9-39.6 0-21.9 17.9-39.8 39.9-39.8s39.9 17.9 39.9 39.8c0 21.8-17.9 39.6-39.9 39.6z" fill="currentColor"/><path d="M64 192v79.9c48 0 94.1 14.2 128 48.1 33.9 33.9 48 79.9 48 128h80c0-139.9-116-256-256-256zm239.5 240h-48c-3.1-49.7-21-92.1-52.2-123.3-31.2-31.3-73.3-49.2-123.3-52.3v-47.8c26 1.8 52.1 8 76.7 18.5 28.5 12.2 54.2 29.6 76.4 51.8 22.2 22.2 39.6 47.9 51.8 76.4 10.6 24.6 16.8 50.3 18.6 76.7z" fill="currentColor"/><path d="M64 64v79.9c171 0 303.9 133 303.9 304.1H448C448 236.3 276 64 64 64zm227.4 156.5C235.4 164.4 161 132 80 128.2V80.3C270 88.5 423.5 241.8 431.7 432h-48.2c-3.8-80.9-36.2-155.5-92.1-211.5z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M119.9 336.1c-30.8 0-55.9 25.1-55.9 55.8 0 30.8 25.1 55.6 55.9 55.6 30.9 0 55.9-24.9 55.9-55.6 0-30.7-25-55.8-55.9-55.8zm0 95.4c-22 0-39.9-17.8-39.9-39.6 0-21.9 17.9-39.8 39.9-39.8s39.9 17.9 39.9 39.8c0 21.8-17.9 39.6-39.9 39.6z" fill="currentColor"/><path d="M64 192v79.9c48 0 94.1 14.2 128 48.1 33.9 33.9 48 79.9 48 128h80c0-139.9-116-256-256-256zm239.5 240h-48c-3.1-49.7-21-92.1-52.2-123.3-31.2-31.3-73.3-49.2-123.3-52.3v-47.8c26 1.8 52.1 8 76.7 18.5 28.5 12.2 54.2 29.6 76.4 51.8 22.2 22.2 39.6 47.9 51.8 76.4 10.6 24.6 16.8 50.3 18.6 76.7z" fill="currentColor"/><path d="M64 64v79.9c171 0 303.9 133 303.9 304.1H448C448 236.3 276 64 64 64zm227.4 156.5C235.4 164.4 161 132 80 128.2V80.3C270 88.5 423.5 241.8 431.7 432h-48.2c-3.8-80.9-36.2-155.5-92.1-211.5z" fill="currentColor"/></svg> </template>
CSS
.icon-social-rss-outline {
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%20512%20512%22%3E%3Cpath%20d%3D%22M119.9%20336.1c-30.8%200-55.9%2025.1-55.9%2055.8%200%2030.8%2025.1%2055.6%2055.9%2055.6%2030.9%200%2055.9-24.9%2055.9-55.6%200-30.7-25-55.8-55.9-55.8zm0%2095.4c-22%200-39.9-17.8-39.9-39.6%200-21.9%2017.9-39.8%2039.9-39.8s39.9%2017.9%2039.9%2039.8c0%2021.8-17.9%2039.6-39.9%2039.6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M64%20192v79.9c48%200%2094.1%2014.2%20128%2048.1%2033.9%2033.9%2048%2079.9%2048%20128h80c0-139.9-116-256-256-256zm239.5%20240h-48c-3.1-49.7-21-92.1-52.2-123.3-31.2-31.3-73.3-49.2-123.3-52.3v-47.8c26%201.8%2052.1%208%2076.7%2018.5%2028.5%2012.2%2054.2%2029.6%2076.4%2051.8%2022.2%2022.2%2039.6%2047.9%2051.8%2076.4%2010.6%2024.6%2016.8%2050.3%2018.6%2076.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M64%2064v79.9c171%200%20303.9%20133%20303.9%20304.1H448C448%20236.3%20276%2064%2064%2064zm227.4%20156.5C235.4%20164.4%20161%20132%2080%20128.2V80.3C270%2088.5%20423.5%20241.8%20431.7%20432h-48.2c-3.8-80.9-36.2-155.5-92.1-211.5z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M119.9%20336.1c-30.8%200-55.9%2025.1-55.9%2055.8%200%2030.8%2025.1%2055.6%2055.9%2055.6%2030.9%200%2055.9-24.9%2055.9-55.6%200-30.7-25-55.8-55.9-55.8zm0%2095.4c-22%200-39.9-17.8-39.9-39.6%200-21.9%2017.9-39.8%2039.9-39.8s39.9%2017.9%2039.9%2039.8c0%2021.8-17.9%2039.6-39.9%2039.6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M64%20192v79.9c48%200%2094.1%2014.2%20128%2048.1%2033.9%2033.9%2048%2079.9%2048%20128h80c0-139.9-116-256-256-256zm239.5%20240h-48c-3.1-49.7-21-92.1-52.2-123.3-31.2-31.3-73.3-49.2-123.3-52.3v-47.8c26%201.8%2052.1%208%2076.7%2018.5%2028.5%2012.2%2054.2%2029.6%2076.4%2051.8%2022.2%2022.2%2039.6%2047.9%2051.8%2076.4%2010.6%2024.6%2016.8%2050.3%2018.6%2076.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M64%2064v79.9c171%200%20303.9%20133%20303.9%20304.1H448C448%20236.3%20276%2064%2064%2064zm227.4%20156.5C235.4%20164.4%20161%20132%2080%20128.2V80.3C270%2088.5%20423.5%20241.8%20431.7%20432h-48.2c-3.8-80.9-36.2-155.5-92.1-211.5z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/social-rss-outline.svg?color=%231a73e8&size=48