producthunt logo
producthunt from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- producthunt
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×256
- License
- CC0
The same logo in other sets
Use the producthunt logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGYqDZydAw" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#da552f"/><stop offset="100%" stop-color="#d04b25"/></linearGradient></defs><g fill="none" fill-rule="evenodd"><path fill="url(#SVGYqDZydAw)" d="M128 256c70.694 0 128-57.306 128-128S198.694 0 128 0S0 57.306 0 128s57.306 128 128 128"/><path fill="#fff" d="M96 76.8v102.4h19.2v-32h29.056c19.296-.512 34.944-16.16 34.944-35.2c0-19.552-15.648-35.2-34.944-35.2zm48.493 51.2H115.2V96h29.293c8.563 0 15.507 7.168 15.507 16s-6.944 16-15.507 16"/></g></svg>
React
import type { SVGProps } from "react";
export function LogosProducthunt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGYqDZydAw" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stopColor="#da552f"/><stop offset="100%" stopColor="#d04b25"/></linearGradient></defs><g fill="none" fillRule="evenodd"><path fill="url(#SVGYqDZydAw)" d="M128 256c70.694 0 128-57.306 128-128S198.694 0 128 0S0 57.306 0 128s57.306 128 128 128"/><path fill="#fff" d="M96 76.8v102.4h19.2v-32h29.056c19.296-.512 34.944-16.16 34.944-35.2c0-19.552-15.648-35.2-34.944-35.2zm48.493 51.2H115.2V96h29.293c8.563 0 15.507 7.168 15.507 16s-6.944 16-15.507 16"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGYqDZydAw" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#da552f"/><stop offset="100%" stop-color="#d04b25"/></linearGradient></defs><g fill="none" fill-rule="evenodd"><path fill="url(#SVGYqDZydAw)" d="M128 256c70.694 0 128-57.306 128-128S198.694 0 128 0S0 57.306 0 128s57.306 128 128 128"/><path fill="#fff" d="M96 76.8v102.4h19.2v-32h29.056c19.296-.512 34.944-16.16 34.944-35.2c0-19.552-15.648-35.2-34.944-35.2zm48.493 51.2H115.2V96h29.293c8.563 0 15.507 7.168 15.507 16s-6.944 16-15.507 16"/></g></svg> </template>
CSS
.icon-producthunt {
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%20256%20256%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGYqDZydAw%22%20x1%3D%2250%25%22%20x2%3D%2250%25%22%20y1%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23da552f%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23d04b25%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22url(%23SVGYqDZydAw)%22%20d%3D%22M128%20256c70.694%200%20128-57.306%20128-128S198.694%200%20128%200S0%2057.306%200%20128s57.306%20128%20128%20128%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M96%2076.8v102.4h19.2v-32h29.056c19.296-.512%2034.944-16.16%2034.944-35.2c0-19.552-15.648-35.2-34.944-35.2zm48.493%2051.2H115.2V96h29.293c8.563%200%2015.507%207.168%2015.507%2016s-6.944%2016-15.507%2016%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGYqDZydAw%22%20x1%3D%2250%25%22%20x2%3D%2250%25%22%20y1%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23da552f%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23d04b25%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22url(%23SVGYqDZydAw)%22%20d%3D%22M128%20256c70.694%200%20128-57.306%20128-128S198.694%200%20128%200S0%2057.306%200%20128s57.306%20128%20128%20128%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M96%2076.8v102.4h19.2v-32h29.056c19.296-.512%2034.944-16.16%2034.944-35.2c0-19.552-15.648-35.2-34.944-35.2zm48.493%2051.2H115.2V96h29.293c8.563%200%2015.507%207.168%2015.507%2016s-6.944%2016-15.507%2016%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/producthunt.svg?color=%231a73e8&size=48