stumbleupon from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
stumbleupon
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Related icons in Font Awesome Brands

Use the stumbleupon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M566.9 330v69.7c0 62.1-50.3 112.4-112.4 112.4c-61.8 0-112.4-49.8-112.4-111.3v-70.2l34.3 16l51.1-15.2V402c0 14.7 12 26.5 26.7 26.5S481 416.7 481 402v-72zm-224.7-58.2l34.3 16l51.1-15.2V237c0-60.5-51.1-109-112.1-109c-60.8 0-112.1 48.2-112.1 108.2v162.4c0 14.9-12 26.7-26.7 26.7S150 413.5 150 398.6V330H64v69.7c0 62 50.3 112.3 112.4 112.3c61.6 0 112.4-49.5 112.4-110.8V240.9c0-14.7 12-26.7 26.7-26.7s26.7 12 26.7 26.7z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsStumbleupon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M566.9 330v69.7c0 62.1-50.3 112.4-112.4 112.4c-61.8 0-112.4-49.8-112.4-111.3v-70.2l34.3 16l51.1-15.2V402c0 14.7 12 26.5 26.7 26.5S481 416.7 481 402v-72zm-224.7-58.2l34.3 16l51.1-15.2V237c0-60.5-51.1-109-112.1-109c-60.8 0-112.1 48.2-112.1 108.2v162.4c0 14.9-12 26.7-26.7 26.7S150 413.5 150 398.6V330H64v69.7c0 62 50.3 112.3 112.4 112.3c61.6 0 112.4-49.5 112.4-110.8V240.9c0-14.7 12-26.7 26.7-26.7s26.7 12 26.7 26.7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M566.9 330v69.7c0 62.1-50.3 112.4-112.4 112.4c-61.8 0-112.4-49.8-112.4-111.3v-70.2l34.3 16l51.1-15.2V402c0 14.7 12 26.5 26.7 26.5S481 416.7 481 402v-72zm-224.7-58.2l34.3 16l51.1-15.2V237c0-60.5-51.1-109-112.1-109c-60.8 0-112.1 48.2-112.1 108.2v162.4c0 14.9-12 26.7-26.7 26.7S150 413.5 150 398.6V330H64v69.7c0 62 50.3 112.3 112.4 112.3c61.6 0 112.4-49.5 112.4-110.8V240.9c0-14.7 12-26.7 26.7-26.7s26.7 12 26.7 26.7z"/></svg>
</template>

CSS

.icon-stumbleupon {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M566.9%20330v69.7c0%2062.1-50.3%20112.4-112.4%20112.4c-61.8%200-112.4-49.8-112.4-111.3v-70.2l34.3%2016l51.1-15.2V402c0%2014.7%2012%2026.5%2026.7%2026.5S481%20416.7%20481%20402v-72zm-224.7-58.2l34.3%2016l51.1-15.2V237c0-60.5-51.1-109-112.1-109c-60.8%200-112.1%2048.2-112.1%20108.2v162.4c0%2014.9-12%2026.7-26.7%2026.7S150%20413.5%20150%20398.6V330H64v69.7c0%2062%2050.3%20112.3%20112.4%20112.3c61.6%200%20112.4-49.5%20112.4-110.8V240.9c0-14.7%2012-26.7%2026.7-26.7s26.7%2012%2026.7%2026.7z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M566.9%20330v69.7c0%2062.1-50.3%20112.4-112.4%20112.4c-61.8%200-112.4-49.8-112.4-111.3v-70.2l34.3%2016l51.1-15.2V402c0%2014.7%2012%2026.5%2026.7%2026.5S481%20416.7%20481%20402v-72zm-224.7-58.2l34.3%2016l51.1-15.2V237c0-60.5-51.1-109-112.1-109c-60.8%200-112.1%2048.2-112.1%20108.2v162.4c0%2014.9-12%2026.7-26.7%2026.7S150%20413.5%20150%20398.6V330H64v69.7c0%2062%2050.3%20112.3%20112.4%20112.3c61.6%200%20112.4-49.5%20112.4-110.8V240.9c0-14.7%2012-26.7%2026.7-26.7s26.7%2012%2026.7%2026.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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