stumbleupon circle logo
stumbleupon-circle from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- stumbleupon-circle
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 496×512
- License
- CC BY 4.0
The same logo in other sets
Use the stumbleupon circle logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 496 512"><path fill="currentColor" d="M256 8C119 8 8 119 8 256s111 248 248 248s248-111 248-248S393 8 256 8m0 177.5c-9.8 0-17.8 8-17.8 17.8v106.9c0 40.9-33.9 73.9-74.9 73.9c-41.4 0-74.9-33.5-74.9-74.9v-46.5h57.3v45.8c0 10 8 17.8 17.8 17.8s17.8-7.9 17.8-17.8V200.1c0-40 34.2-72.1 74.7-72.1c40.7 0 74.7 32.3 74.7 72.6v23.7l-34.1 10.1l-22.9-10.7v-20.6c.1-9.6-7.9-17.6-17.7-17.6m167.6 123.6c0 41.4-33.5 74.9-74.9 74.9c-41.2 0-74.9-33.2-74.9-74.2V263l22.9 10.7l34.1-10.1v47.1c0 9.8 8 17.6 17.8 17.6s17.8-7.9 17.8-17.6v-48h57.3c-.1 45.9-.1 46.4-.1 46.4"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsStumbleuponCircle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 496 512"><path fill="currentColor" d="M256 8C119 8 8 119 8 256s111 248 248 248s248-111 248-248S393 8 256 8m0 177.5c-9.8 0-17.8 8-17.8 17.8v106.9c0 40.9-33.9 73.9-74.9 73.9c-41.4 0-74.9-33.5-74.9-74.9v-46.5h57.3v45.8c0 10 8 17.8 17.8 17.8s17.8-7.9 17.8-17.8V200.1c0-40 34.2-72.1 74.7-72.1c40.7 0 74.7 32.3 74.7 72.6v23.7l-34.1 10.1l-22.9-10.7v-20.6c.1-9.6-7.9-17.6-17.7-17.6m167.6 123.6c0 41.4-33.5 74.9-74.9 74.9c-41.2 0-74.9-33.2-74.9-74.2V263l22.9 10.7l34.1-10.1v47.1c0 9.8 8 17.6 17.8 17.6s17.8-7.9 17.8-17.6v-48h57.3c-.1 45.9-.1 46.4-.1 46.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 496 512"><path fill="currentColor" d="M256 8C119 8 8 119 8 256s111 248 248 248s248-111 248-248S393 8 256 8m0 177.5c-9.8 0-17.8 8-17.8 17.8v106.9c0 40.9-33.9 73.9-74.9 73.9c-41.4 0-74.9-33.5-74.9-74.9v-46.5h57.3v45.8c0 10 8 17.8 17.8 17.8s17.8-7.9 17.8-17.8V200.1c0-40 34.2-72.1 74.7-72.1c40.7 0 74.7 32.3 74.7 72.6v23.7l-34.1 10.1l-22.9-10.7v-20.6c.1-9.6-7.9-17.6-17.7-17.6m167.6 123.6c0 41.4-33.5 74.9-74.9 74.9c-41.2 0-74.9-33.2-74.9-74.2V263l22.9 10.7l34.1-10.1v47.1c0 9.8 8 17.6 17.8 17.6s17.8-7.9 17.8-17.6v-48h57.3c-.1 45.9-.1 46.4-.1 46.4"/></svg> </template>
CSS
.icon-stumbleupon-circle {
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%20496%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%208C119%208%208%20119%208%20256s111%20248%20248%20248s248-111%20248-248S393%208%20256%208m0%20177.5c-9.8%200-17.8%208-17.8%2017.8v106.9c0%2040.9-33.9%2073.9-74.9%2073.9c-41.4%200-74.9-33.5-74.9-74.9v-46.5h57.3v45.8c0%2010%208%2017.8%2017.8%2017.8s17.8-7.9%2017.8-17.8V200.1c0-40%2034.2-72.1%2074.7-72.1c40.7%200%2074.7%2032.3%2074.7%2072.6v23.7l-34.1%2010.1l-22.9-10.7v-20.6c.1-9.6-7.9-17.6-17.7-17.6m167.6%20123.6c0%2041.4-33.5%2074.9-74.9%2074.9c-41.2%200-74.9-33.2-74.9-74.2V263l22.9%2010.7l34.1-10.1v47.1c0%209.8%208%2017.6%2017.8%2017.6s17.8-7.9%2017.8-17.6v-48h57.3c-.1%2045.9-.1%2046.4-.1%2046.4%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%20496%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%208C119%208%208%20119%208%20256s111%20248%20248%20248s248-111%20248-248S393%208%20256%208m0%20177.5c-9.8%200-17.8%208-17.8%2017.8v106.9c0%2040.9-33.9%2073.9-74.9%2073.9c-41.4%200-74.9-33.5-74.9-74.9v-46.5h57.3v45.8c0%2010%208%2017.8%2017.8%2017.8s17.8-7.9%2017.8-17.8V200.1c0-40%2034.2-72.1%2074.7-72.1c40.7%200%2074.7%2032.3%2074.7%2072.6v23.7l-34.1%2010.1l-22.9-10.7v-20.6c.1-9.6-7.9-17.6-17.7-17.6m167.6%20123.6c0%2041.4-33.5%2074.9-74.9%2074.9c-41.2%200-74.9-33.2-74.9-74.2V263l22.9%2010.7l34.1-10.1v47.1c0%209.8%208%2017.6%2017.8%2017.6s17.8-7.9%2017.8-17.6v-48h57.3c-.1%2045.9-.1%2046.4-.1%2046.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/stumbleupon-circle.svg?color=%231a73e8&size=48