reddit alien alt icon
reddit-alien-alt from Unicons Monochrome by Iconscout · Monochrome · Brand Logos · Apache-2.0 Free for personal and commercial use.
- Name
- reddit-alien-alt
- Set
- Unicons Monochrome
- Style
- Monochrome
- Category
- Brand Logos
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More brand logos icons from Unicons Monochrome
Use the reddit alien alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.893 7a3.014 3.014 0 0 1-3-3.022a3 3 0 0 1 6-.023v.023a3.014 3.014 0 0 1-3 3.022M11.8 23c-6.168 0-11-3.075-11-7s4.832-7 11-7s11 3.075 11 7s-4.832 7-11 7" opacity=".5"/><path fill="currentColor" d="M20.499 8.292a3.77 3.77 0 0 0-4.497 1.223c2.952.756 5.224 2.295 6.228 4.234c.1-.161.194-.326.269-.5a3.78 3.78 0 0 0-2-4.957M11.8 9q.585 0 1.156.037l.856-5.705l2.087.71c0-.022-.006-.042-.006-.064a2.97 2.97 0 0 1 .653-1.828l-3.224-1.096a1 1 0 0 0-1.312.798l-1.076 7.175c.287-.014.573-.027.866-.027m-4.208.516c-.088-.117-.172-.238-.273-.344a3.777 3.777 0 0 0-5.952 4.582c1.002-1.94 3.273-3.48 6.225-4.238" opacity=".25"/><path fill="currentColor" d="M11.842 19.5a5.1 5.1 0 0 1-3.781-1.218a1 1 0 0 1 1.416-1.414c.68.5 1.525.726 2.365.632a3.38 3.38 0 0 0 2.368-.633a1 1 0 1 1 1.414 1.416a5.12 5.12 0 0 1-3.782 1.217M10 14.002a1 1 0 1 0-1 1c.552-.001 1-.448 1-1m6 0a1 1 0 1 0-1 1c.552-.001 1-.448 1-1"/></svg>
React
import type { SVGProps } from "react";
export function UimRedditAlienAlt(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="M18.893 7a3.014 3.014 0 0 1-3-3.022a3 3 0 0 1 6-.023v.023a3.014 3.014 0 0 1-3 3.022M11.8 23c-6.168 0-11-3.075-11-7s4.832-7 11-7s11 3.075 11 7s-4.832 7-11 7" opacity=".5"/><path fill="currentColor" d="M20.499 8.292a3.77 3.77 0 0 0-4.497 1.223c2.952.756 5.224 2.295 6.228 4.234c.1-.161.194-.326.269-.5a3.78 3.78 0 0 0-2-4.957M11.8 9q.585 0 1.156.037l.856-5.705l2.087.71c0-.022-.006-.042-.006-.064a2.97 2.97 0 0 1 .653-1.828l-3.224-1.096a1 1 0 0 0-1.312.798l-1.076 7.175c.287-.014.573-.027.866-.027m-4.208.516c-.088-.117-.172-.238-.273-.344a3.777 3.777 0 0 0-5.952 4.582c1.002-1.94 3.273-3.48 6.225-4.238" opacity=".25"/><path fill="currentColor" d="M11.842 19.5a5.1 5.1 0 0 1-3.781-1.218a1 1 0 0 1 1.416-1.414c.68.5 1.525.726 2.365.632a3.38 3.38 0 0 0 2.368-.633a1 1 0 1 1 1.414 1.416a5.12 5.12 0 0 1-3.782 1.217M10 14.002a1 1 0 1 0-1 1c.552-.001 1-.448 1-1m6 0a1 1 0 1 0-1 1c.552-.001 1-.448 1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.893 7a3.014 3.014 0 0 1-3-3.022a3 3 0 0 1 6-.023v.023a3.014 3.014 0 0 1-3 3.022M11.8 23c-6.168 0-11-3.075-11-7s4.832-7 11-7s11 3.075 11 7s-4.832 7-11 7" opacity=".5"/><path fill="currentColor" d="M20.499 8.292a3.77 3.77 0 0 0-4.497 1.223c2.952.756 5.224 2.295 6.228 4.234c.1-.161.194-.326.269-.5a3.78 3.78 0 0 0-2-4.957M11.8 9q.585 0 1.156.037l.856-5.705l2.087.71c0-.022-.006-.042-.006-.064a2.97 2.97 0 0 1 .653-1.828l-3.224-1.096a1 1 0 0 0-1.312.798l-1.076 7.175c.287-.014.573-.027.866-.027m-4.208.516c-.088-.117-.172-.238-.273-.344a3.777 3.777 0 0 0-5.952 4.582c1.002-1.94 3.273-3.48 6.225-4.238" opacity=".25"/><path fill="currentColor" d="M11.842 19.5a5.1 5.1 0 0 1-3.781-1.218a1 1 0 0 1 1.416-1.414c.68.5 1.525.726 2.365.632a3.38 3.38 0 0 0 2.368-.633a1 1 0 1 1 1.414 1.416a5.12 5.12 0 0 1-3.782 1.217M10 14.002a1 1 0 1 0-1 1c.552-.001 1-.448 1-1m6 0a1 1 0 1 0-1 1c.552-.001 1-.448 1-1"/></svg> </template>
CSS
.icon-reddit-alien-alt {
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%22M18.893%207a3.014%203.014%200%200%201-3-3.022a3%203%200%200%201%206-.023v.023a3.014%203.014%200%200%201-3%203.022M11.8%2023c-6.168%200-11-3.075-11-7s4.832-7%2011-7s11%203.075%2011%207s-4.832%207-11%207%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.499%208.292a3.77%203.77%200%200%200-4.497%201.223c2.952.756%205.224%202.295%206.228%204.234c.1-.161.194-.326.269-.5a3.78%203.78%200%200%200-2-4.957M11.8%209q.585%200%201.156.037l.856-5.705l2.087.71c0-.022-.006-.042-.006-.064a2.97%202.97%200%200%201%20.653-1.828l-3.224-1.096a1%201%200%200%200-1.312.798l-1.076%207.175c.287-.014.573-.027.866-.027m-4.208.516c-.088-.117-.172-.238-.273-.344a3.777%203.777%200%200%200-5.952%204.582c1.002-1.94%203.273-3.48%206.225-4.238%22%20opacity%3D%22.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.842%2019.5a5.1%205.1%200%200%201-3.781-1.218a1%201%200%200%201%201.416-1.414c.68.5%201.525.726%202.365.632a3.38%203.38%200%200%200%202.368-.633a1%201%200%201%201%201.414%201.416a5.12%205.12%200%200%201-3.782%201.217M10%2014.002a1%201%200%201%200-1%201c.552-.001%201-.448%201-1m6%200a1%201%200%201%200-1%201c.552-.001%201-.448%201-1%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%22M18.893%207a3.014%203.014%200%200%201-3-3.022a3%203%200%200%201%206-.023v.023a3.014%203.014%200%200%201-3%203.022M11.8%2023c-6.168%200-11-3.075-11-7s4.832-7%2011-7s11%203.075%2011%207s-4.832%207-11%207%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.499%208.292a3.77%203.77%200%200%200-4.497%201.223c2.952.756%205.224%202.295%206.228%204.234c.1-.161.194-.326.269-.5a3.78%203.78%200%200%200-2-4.957M11.8%209q.585%200%201.156.037l.856-5.705l2.087.71c0-.022-.006-.042-.006-.064a2.97%202.97%200%200%201%20.653-1.828l-3.224-1.096a1%201%200%200%200-1.312.798l-1.076%207.175c.287-.014.573-.027.866-.027m-4.208.516c-.088-.117-.172-.238-.273-.344a3.777%203.777%200%200%200-5.952%204.582c1.002-1.94%203.273-3.48%206.225-4.238%22%20opacity%3D%22.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.842%2019.5a5.1%205.1%200%200%201-3.781-1.218a1%201%200%200%201%201.416-1.414c.68.5%201.525.726%202.365.632a3.38%203.38%200%200%200%202.368-.633a1%201%200%201%201%201.414%201.416a5.12%205.12%200%200%201-3.782%201.217M10%2014.002a1%201%200%201%200-1%201c.552-.001%201-.448%201-1m6%200a1%201%200%201%200-1%201c.552-.001%201-.448%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uim/reddit-alien-alt.svg?color=%231a73e8&size=48