hacker one logo
hacker-one from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- hacker-one
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×478
- License
- CC0
Use the hacker one logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 478"><path d="M9.132 5.98C3.075 9.966 0 15.178 0 21.486v433.84c0 5.503 3.15 10.5 9.457 15.14c6.263 4.647 13.983 6.963 23.196 6.963c8.806 0 16.527-2.316 23.233-6.963c6.67-4.595 10.063-9.637 10.063-15.14V21.523c0-6.346-3.23-11.476-9.737-15.542C49.704 2.034 41.866 0 32.653 0c-9.62 0-17.459 2.034-23.52 5.98M198.856 178.3l-88.296 55.346c-3.956 3.701-5.657 9.325-4.925 17.01c.68 7.61 4.2 14.856 10.426 21.693c6.256 6.88 13.25 11.193 21.251 13.025c7.882 1.787 13.865.812 17.821-2.852l34.916-21.776v194.58c0 5.502 3.032 10.5 9.17 15.139c5.98 4.647 13.663 6.963 22.877 6.963s17.17-2.316 23.84-6.963c6.706-4.64 10.064-9.637 10.064-15.14V193.723c0-6.353-3.277-11.476-9.74-15.423c-6.469-4.03-14.507-5.988-24.164-5.988c-9.62 0-17.34 1.959-23.24 5.988"/></svg>
React
import type { SVGProps } from "react";
export function LogosHackerOne(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 478"><path d="M9.132 5.98C3.075 9.966 0 15.178 0 21.486v433.84c0 5.503 3.15 10.5 9.457 15.14c6.263 4.647 13.983 6.963 23.196 6.963c8.806 0 16.527-2.316 23.233-6.963c6.67-4.595 10.063-9.637 10.063-15.14V21.523c0-6.346-3.23-11.476-9.737-15.542C49.704 2.034 41.866 0 32.653 0c-9.62 0-17.459 2.034-23.52 5.98M198.856 178.3l-88.296 55.346c-3.956 3.701-5.657 9.325-4.925 17.01c.68 7.61 4.2 14.856 10.426 21.693c6.256 6.88 13.25 11.193 21.251 13.025c7.882 1.787 13.865.812 17.821-2.852l34.916-21.776v194.58c0 5.502 3.032 10.5 9.17 15.139c5.98 4.647 13.663 6.963 22.877 6.963s17.17-2.316 23.84-6.963c6.706-4.64 10.064-9.637 10.064-15.14V193.723c0-6.353-3.277-11.476-9.74-15.423c-6.469-4.03-14.507-5.988-24.164-5.988c-9.62 0-17.34 1.959-23.24 5.988"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 478"><path d="M9.132 5.98C3.075 9.966 0 15.178 0 21.486v433.84c0 5.503 3.15 10.5 9.457 15.14c6.263 4.647 13.983 6.963 23.196 6.963c8.806 0 16.527-2.316 23.233-6.963c6.67-4.595 10.063-9.637 10.063-15.14V21.523c0-6.346-3.23-11.476-9.737-15.542C49.704 2.034 41.866 0 32.653 0c-9.62 0-17.459 2.034-23.52 5.98M198.856 178.3l-88.296 55.346c-3.956 3.701-5.657 9.325-4.925 17.01c.68 7.61 4.2 14.856 10.426 21.693c6.256 6.88 13.25 11.193 21.251 13.025c7.882 1.787 13.865.812 17.821-2.852l34.916-21.776v194.58c0 5.502 3.032 10.5 9.17 15.139c5.98 4.647 13.663 6.963 22.877 6.963s17.17-2.316 23.84-6.963c6.706-4.64 10.064-9.637 10.064-15.14V193.723c0-6.353-3.277-11.476-9.74-15.423c-6.469-4.03-14.507-5.988-24.164-5.988c-9.62 0-17.34 1.959-23.24 5.988"/></svg> </template>
CSS
.icon-hacker-one {
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%20478%22%3E%3Cpath%20d%3D%22M9.132%205.98C3.075%209.966%200%2015.178%200%2021.486v433.84c0%205.503%203.15%2010.5%209.457%2015.14c6.263%204.647%2013.983%206.963%2023.196%206.963c8.806%200%2016.527-2.316%2023.233-6.963c6.67-4.595%2010.063-9.637%2010.063-15.14V21.523c0-6.346-3.23-11.476-9.737-15.542C49.704%202.034%2041.866%200%2032.653%200c-9.62%200-17.459%202.034-23.52%205.98M198.856%20178.3l-88.296%2055.346c-3.956%203.701-5.657%209.325-4.925%2017.01c.68%207.61%204.2%2014.856%2010.426%2021.693c6.256%206.88%2013.25%2011.193%2021.251%2013.025c7.882%201.787%2013.865.812%2017.821-2.852l34.916-21.776v194.58c0%205.502%203.032%2010.5%209.17%2015.139c5.98%204.647%2013.663%206.963%2022.877%206.963s17.17-2.316%2023.84-6.963c6.706-4.64%2010.064-9.637%2010.064-15.14V193.723c0-6.353-3.277-11.476-9.74-15.423c-6.469-4.03-14.507-5.988-24.164-5.988c-9.62%200-17.34%201.959-23.24%205.988%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%20256%20478%22%3E%3Cpath%20d%3D%22M9.132%205.98C3.075%209.966%200%2015.178%200%2021.486v433.84c0%205.503%203.15%2010.5%209.457%2015.14c6.263%204.647%2013.983%206.963%2023.196%206.963c8.806%200%2016.527-2.316%2023.233-6.963c6.67-4.595%2010.063-9.637%2010.063-15.14V21.523c0-6.346-3.23-11.476-9.737-15.542C49.704%202.034%2041.866%200%2032.653%200c-9.62%200-17.459%202.034-23.52%205.98M198.856%20178.3l-88.296%2055.346c-3.956%203.701-5.657%209.325-4.925%2017.01c.68%207.61%204.2%2014.856%2010.426%2021.693c6.256%206.88%2013.25%2011.193%2021.251%2013.025c7.882%201.787%2013.865.812%2017.821-2.852l34.916-21.776v194.58c0%205.502%203.032%2010.5%209.17%2015.139c5.98%204.647%2013.663%206.963%2022.877%206.963s17.17-2.316%2023.84-6.963c6.706-4.64%2010.064-9.637%2010.064-15.14V193.723c0-6.353-3.277-11.476-9.74-15.423c-6.469-4.03-14.507-5.988-24.164-5.988c-9.62%200-17.34%201.959-23.24%205.988%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/hacker-one.svg?color=%231a73e8&size=48