reddit-alt from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
reddit-alt
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

Use the reddit alt logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2.938 18.734c-.078.365-.12.745-.12 1.125c0 4.594 5.87 8.333 13.083 8.333s13.083-3.74 13.083-8.333a5.3 5.3 0 0 0-.109-1.078l-.021-.042a.7.7 0 0 1-.036-.219c-.401-1.568-1.49-2.99-3.063-4.141a.7.7 0 0 1-.167-.089a1 1 0 0 1-.089-.089c-2.391-1.646-5.807-2.677-9.594-2.677c-3.755 0-7.141 1.01-9.531 2.63a.3.3 0 0 1-.063.063a.44.44 0 0 1-.177.099c-1.604 1.151-2.719 2.583-3.135 4.167a.6.6 0 0 1-.052.229zm13.031 7.25c-2.391 0-4.073-.516-5.151-1.594a.604.604 0 0 1 0-.844a.63.63 0 0 1 .849 0c.839.839 2.245 1.26 4.302 1.26s3.453-.401 4.292-1.24c.219-.219.599-.219.839 0c.219.24.219.62 0 .859c-1.078 1.078-2.75 1.599-5.146 1.599zm-4.808-10.093c-1.219 0-2.234 1.021-2.234 2.234s1.016 2.198 2.234 2.198c1.219 0 2.203-.984 2.203-2.198s-.99-2.234-2.203-2.234m9.646 0c-1.219 0-2.24 1.021-2.24 2.234s1.021 2.198 2.24 2.198s2.198-.984 2.198-2.198s-.984-2.234-2.198-2.234m6.063-2.131c1.38 1.115 2.401 2.432 2.917 3.875a2.4 2.4 0 0 0 .958-1.932a2.42 2.42 0 0 0-3.875-1.938zm-23.255-.474a2.42 2.42 0 0 0-2.422 2.422c0 .724.318 1.396.859 1.854c.531-1.443 1.563-2.74 2.948-3.839a2.44 2.44 0 0 0-1.385-.438zm12.291 16.105c-7.875 0-14.281-4.276-14.281-9.526q.001-.547.089-1.078A3.62 3.62 0 0 1 0 15.704c0-1.995 1.635-3.62 3.635-3.62c.896 0 1.734.328 2.396.911c2.474-1.589 5.807-2.589 9.479-2.656l2.417-7.365l.542.125s.021 0 .021.005l5.63 1.323a3 3 0 0 1 2.75-1.813c1.641 0 2.979 1.339 2.979 2.979S28.51 8.572 26.87 8.572a2.98 2.98 0 0 1-2.969-2.974l-5.135-1.219l-1.958 5.969c3.536.141 6.729 1.141 9.125 2.698a3.55 3.55 0 0 1 2.443-.958c2 0 3.625 1.615 3.625 3.615c0 1.313-.719 2.51-1.839 3.151c.042.339.083.661.083 1c-.021 5.25-6.411 9.521-14.297 9.521zM26.807 3.807c-.984 0-1.786.797-1.786 1.781s.802 1.786 1.786 1.786c.979 0 1.776-.797 1.776-1.776s-.797-1.776-1.797-1.776z"/></svg>

React

import type { SVGProps } from "react";

export function CibRedditAlt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2.938 18.734c-.078.365-.12.745-.12 1.125c0 4.594 5.87 8.333 13.083 8.333s13.083-3.74 13.083-8.333a5.3 5.3 0 0 0-.109-1.078l-.021-.042a.7.7 0 0 1-.036-.219c-.401-1.568-1.49-2.99-3.063-4.141a.7.7 0 0 1-.167-.089a1 1 0 0 1-.089-.089c-2.391-1.646-5.807-2.677-9.594-2.677c-3.755 0-7.141 1.01-9.531 2.63a.3.3 0 0 1-.063.063a.44.44 0 0 1-.177.099c-1.604 1.151-2.719 2.583-3.135 4.167a.6.6 0 0 1-.052.229zm13.031 7.25c-2.391 0-4.073-.516-5.151-1.594a.604.604 0 0 1 0-.844a.63.63 0 0 1 .849 0c.839.839 2.245 1.26 4.302 1.26s3.453-.401 4.292-1.24c.219-.219.599-.219.839 0c.219.24.219.62 0 .859c-1.078 1.078-2.75 1.599-5.146 1.599zm-4.808-10.093c-1.219 0-2.234 1.021-2.234 2.234s1.016 2.198 2.234 2.198c1.219 0 2.203-.984 2.203-2.198s-.99-2.234-2.203-2.234m9.646 0c-1.219 0-2.24 1.021-2.24 2.234s1.021 2.198 2.24 2.198s2.198-.984 2.198-2.198s-.984-2.234-2.198-2.234m6.063-2.131c1.38 1.115 2.401 2.432 2.917 3.875a2.4 2.4 0 0 0 .958-1.932a2.42 2.42 0 0 0-3.875-1.938zm-23.255-.474a2.42 2.42 0 0 0-2.422 2.422c0 .724.318 1.396.859 1.854c.531-1.443 1.563-2.74 2.948-3.839a2.44 2.44 0 0 0-1.385-.438zm12.291 16.105c-7.875 0-14.281-4.276-14.281-9.526q.001-.547.089-1.078A3.62 3.62 0 0 1 0 15.704c0-1.995 1.635-3.62 3.635-3.62c.896 0 1.734.328 2.396.911c2.474-1.589 5.807-2.589 9.479-2.656l2.417-7.365l.542.125s.021 0 .021.005l5.63 1.323a3 3 0 0 1 2.75-1.813c1.641 0 2.979 1.339 2.979 2.979S28.51 8.572 26.87 8.572a2.98 2.98 0 0 1-2.969-2.974l-5.135-1.219l-1.958 5.969c3.536.141 6.729 1.141 9.125 2.698a3.55 3.55 0 0 1 2.443-.958c2 0 3.625 1.615 3.625 3.615c0 1.313-.719 2.51-1.839 3.151c.042.339.083.661.083 1c-.021 5.25-6.411 9.521-14.297 9.521zM26.807 3.807c-.984 0-1.786.797-1.786 1.781s.802 1.786 1.786 1.786c.979 0 1.776-.797 1.776-1.776s-.797-1.776-1.797-1.776z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2.938 18.734c-.078.365-.12.745-.12 1.125c0 4.594 5.87 8.333 13.083 8.333s13.083-3.74 13.083-8.333a5.3 5.3 0 0 0-.109-1.078l-.021-.042a.7.7 0 0 1-.036-.219c-.401-1.568-1.49-2.99-3.063-4.141a.7.7 0 0 1-.167-.089a1 1 0 0 1-.089-.089c-2.391-1.646-5.807-2.677-9.594-2.677c-3.755 0-7.141 1.01-9.531 2.63a.3.3 0 0 1-.063.063a.44.44 0 0 1-.177.099c-1.604 1.151-2.719 2.583-3.135 4.167a.6.6 0 0 1-.052.229zm13.031 7.25c-2.391 0-4.073-.516-5.151-1.594a.604.604 0 0 1 0-.844a.63.63 0 0 1 .849 0c.839.839 2.245 1.26 4.302 1.26s3.453-.401 4.292-1.24c.219-.219.599-.219.839 0c.219.24.219.62 0 .859c-1.078 1.078-2.75 1.599-5.146 1.599zm-4.808-10.093c-1.219 0-2.234 1.021-2.234 2.234s1.016 2.198 2.234 2.198c1.219 0 2.203-.984 2.203-2.198s-.99-2.234-2.203-2.234m9.646 0c-1.219 0-2.24 1.021-2.24 2.234s1.021 2.198 2.24 2.198s2.198-.984 2.198-2.198s-.984-2.234-2.198-2.234m6.063-2.131c1.38 1.115 2.401 2.432 2.917 3.875a2.4 2.4 0 0 0 .958-1.932a2.42 2.42 0 0 0-3.875-1.938zm-23.255-.474a2.42 2.42 0 0 0-2.422 2.422c0 .724.318 1.396.859 1.854c.531-1.443 1.563-2.74 2.948-3.839a2.44 2.44 0 0 0-1.385-.438zm12.291 16.105c-7.875 0-14.281-4.276-14.281-9.526q.001-.547.089-1.078A3.62 3.62 0 0 1 0 15.704c0-1.995 1.635-3.62 3.635-3.62c.896 0 1.734.328 2.396.911c2.474-1.589 5.807-2.589 9.479-2.656l2.417-7.365l.542.125s.021 0 .021.005l5.63 1.323a3 3 0 0 1 2.75-1.813c1.641 0 2.979 1.339 2.979 2.979S28.51 8.572 26.87 8.572a2.98 2.98 0 0 1-2.969-2.974l-5.135-1.219l-1.958 5.969c3.536.141 6.729 1.141 9.125 2.698a3.55 3.55 0 0 1 2.443-.958c2 0 3.625 1.615 3.625 3.615c0 1.313-.719 2.51-1.839 3.151c.042.339.083.661.083 1c-.021 5.25-6.411 9.521-14.297 9.521zM26.807 3.807c-.984 0-1.786.797-1.786 1.781s.802 1.786 1.786 1.786c.979 0 1.776-.797 1.776-1.776s-.797-1.776-1.797-1.776z"/></svg>
</template>

CSS

.icon-reddit-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.938%2018.734c-.078.365-.12.745-.12%201.125c0%204.594%205.87%208.333%2013.083%208.333s13.083-3.74%2013.083-8.333a5.3%205.3%200%200%200-.109-1.078l-.021-.042a.7.7%200%200%201-.036-.219c-.401-1.568-1.49-2.99-3.063-4.141a.7.7%200%200%201-.167-.089a1%201%200%200%201-.089-.089c-2.391-1.646-5.807-2.677-9.594-2.677c-3.755%200-7.141%201.01-9.531%202.63a.3.3%200%200%201-.063.063a.44.44%200%200%201-.177.099c-1.604%201.151-2.719%202.583-3.135%204.167a.6.6%200%200%201-.052.229zm13.031%207.25c-2.391%200-4.073-.516-5.151-1.594a.604.604%200%200%201%200-.844a.63.63%200%200%201%20.849%200c.839.839%202.245%201.26%204.302%201.26s3.453-.401%204.292-1.24c.219-.219.599-.219.839%200c.219.24.219.62%200%20.859c-1.078%201.078-2.75%201.599-5.146%201.599zm-4.808-10.093c-1.219%200-2.234%201.021-2.234%202.234s1.016%202.198%202.234%202.198c1.219%200%202.203-.984%202.203-2.198s-.99-2.234-2.203-2.234m9.646%200c-1.219%200-2.24%201.021-2.24%202.234s1.021%202.198%202.24%202.198s2.198-.984%202.198-2.198s-.984-2.234-2.198-2.234m6.063-2.131c1.38%201.115%202.401%202.432%202.917%203.875a2.4%202.4%200%200%200%20.958-1.932a2.42%202.42%200%200%200-3.875-1.938zm-23.255-.474a2.42%202.42%200%200%200-2.422%202.422c0%20.724.318%201.396.859%201.854c.531-1.443%201.563-2.74%202.948-3.839a2.44%202.44%200%200%200-1.385-.438zm12.291%2016.105c-7.875%200-14.281-4.276-14.281-9.526q.001-.547.089-1.078A3.62%203.62%200%200%201%200%2015.704c0-1.995%201.635-3.62%203.635-3.62c.896%200%201.734.328%202.396.911c2.474-1.589%205.807-2.589%209.479-2.656l2.417-7.365l.542.125s.021%200%20.021.005l5.63%201.323a3%203%200%200%201%202.75-1.813c1.641%200%202.979%201.339%202.979%202.979S28.51%208.572%2026.87%208.572a2.98%202.98%200%200%201-2.969-2.974l-5.135-1.219l-1.958%205.969c3.536.141%206.729%201.141%209.125%202.698a3.55%203.55%200%200%201%202.443-.958c2%200%203.625%201.615%203.625%203.615c0%201.313-.719%202.51-1.839%203.151c.042.339.083.661.083%201c-.021%205.25-6.411%209.521-14.297%209.521zM26.807%203.807c-.984%200-1.786.797-1.786%201.781s.802%201.786%201.786%201.786c.979%200%201.776-.797%201.776-1.776s-.797-1.776-1.797-1.776z%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.938%2018.734c-.078.365-.12.745-.12%201.125c0%204.594%205.87%208.333%2013.083%208.333s13.083-3.74%2013.083-8.333a5.3%205.3%200%200%200-.109-1.078l-.021-.042a.7.7%200%200%201-.036-.219c-.401-1.568-1.49-2.99-3.063-4.141a.7.7%200%200%201-.167-.089a1%201%200%200%201-.089-.089c-2.391-1.646-5.807-2.677-9.594-2.677c-3.755%200-7.141%201.01-9.531%202.63a.3.3%200%200%201-.063.063a.44.44%200%200%201-.177.099c-1.604%201.151-2.719%202.583-3.135%204.167a.6.6%200%200%201-.052.229zm13.031%207.25c-2.391%200-4.073-.516-5.151-1.594a.604.604%200%200%201%200-.844a.63.63%200%200%201%20.849%200c.839.839%202.245%201.26%204.302%201.26s3.453-.401%204.292-1.24c.219-.219.599-.219.839%200c.219.24.219.62%200%20.859c-1.078%201.078-2.75%201.599-5.146%201.599zm-4.808-10.093c-1.219%200-2.234%201.021-2.234%202.234s1.016%202.198%202.234%202.198c1.219%200%202.203-.984%202.203-2.198s-.99-2.234-2.203-2.234m9.646%200c-1.219%200-2.24%201.021-2.24%202.234s1.021%202.198%202.24%202.198s2.198-.984%202.198-2.198s-.984-2.234-2.198-2.234m6.063-2.131c1.38%201.115%202.401%202.432%202.917%203.875a2.4%202.4%200%200%200%20.958-1.932a2.42%202.42%200%200%200-3.875-1.938zm-23.255-.474a2.42%202.42%200%200%200-2.422%202.422c0%20.724.318%201.396.859%201.854c.531-1.443%201.563-2.74%202.948-3.839a2.44%202.44%200%200%200-1.385-.438zm12.291%2016.105c-7.875%200-14.281-4.276-14.281-9.526q.001-.547.089-1.078A3.62%203.62%200%200%201%200%2015.704c0-1.995%201.635-3.62%203.635-3.62c.896%200%201.734.328%202.396.911c2.474-1.589%205.807-2.589%209.479-2.656l2.417-7.365l.542.125s.021%200%20.021.005l5.63%201.323a3%203%200%200%201%202.75-1.813c1.641%200%202.979%201.339%202.979%202.979S28.51%208.572%2026.87%208.572a2.98%202.98%200%200%201-2.969-2.974l-5.135-1.219l-1.958%205.969c3.536.141%206.729%201.141%209.125%202.698a3.55%203.55%200%200%201%202.443-.958c2%200%203.625%201.615%203.625%203.615c0%201.313-.719%202.51-1.839%203.151c.042.339.083.661.083%201c-.021%205.25-6.411%209.521-14.297%209.521zM26.807%203.807c-.984%200-1.786.797-1.786%201.781s.802%201.786%201.786%201.786c.979%200%201.776-.797%201.776-1.776s-.797-1.776-1.797-1.776z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Reddit Alt logo — CoreUI Brands · IconsDB