sourcehut logo
sourcehut from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- sourcehut
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the sourcehut logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.371 0 0 5.371 0 12s5.371 12 12 12s12-5.371 12-12S18.629 0 12 0m0 21.677A9.675 9.675 0 0 1 2.323 12A9.675 9.675 0 0 1 12 2.323A9.675 9.675 0 0 1 21.677 12A9.675 9.675 0 0 1 12 21.677"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSourcehut(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.371 0 0 5.371 0 12s5.371 12 12 12s12-5.371 12-12S18.629 0 12 0m0 21.677A9.675 9.675 0 0 1 2.323 12A9.675 9.675 0 0 1 12 2.323A9.675 9.675 0 0 1 21.677 12A9.675 9.675 0 0 1 12 21.677"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.371 0 0 5.371 0 12s5.371 12 12 12s12-5.371 12-12S18.629 0 12 0m0 21.677A9.675 9.675 0 0 1 2.323 12A9.675 9.675 0 0 1 12 2.323A9.675 9.675 0 0 1 21.677 12A9.675 9.675 0 0 1 12 21.677"/></svg> </template>
CSS
.icon-sourcehut {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200C5.371%200%200%205.371%200%2012s5.371%2012%2012%2012s12-5.371%2012-12S18.629%200%2012%200m0%2021.677A9.675%209.675%200%200%201%202.323%2012A9.675%209.675%200%200%201%2012%202.323A9.675%209.675%200%200%201%2021.677%2012A9.675%209.675%200%200%201%2012%2021.677%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200C5.371%200%200%205.371%200%2012s5.371%2012%2012%2012s12-5.371%2012-12S18.629%200%2012%200m0%2021.677A9.675%209.675%200%200%201%202.323%2012A9.675%209.675%200%200%201%2012%202.323A9.675%209.675%200%200%201%2021.677%2012A9.675%209.675%200%200%201%2012%2021.677%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/sourcehut.svg?color=%231a73e8&size=48