opensourcehardware logo
opensourcehardware from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- opensourcehardware
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the opensourcehardware logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.87 11.525c.071.013.13.084.13.157v3.033a.166.166 0 0 1-.13.157l-2.875.535a.24.24 0 0 0-.17.151l-.898 2.242a.25.25 0 0 0 .017.229l1.633 2.379a.17.17 0 0 1-.02.204l-2.144 2.144a.17.17 0 0 1-.203.019l-2.338-1.604a.23.23 0 0 0-.224-.008l-1.03.55a.12.12 0 0 1-.17-.062l-2.125-5.135a.16.16 0 0 1 .062-.192l.258-.158c.048-.03.113-.08.163-.125a3.354 3.354 0 1 0-3.612 0c.05.046.115.096.163.125l.258.158a.16.16 0 0 1 .062.192L8.552 21.65a.12.12 0 0 1-.17.063l-1.03-.55a.23.23 0 0 0-.224.007L4.79 22.775a.17.17 0 0 1-.204-.019l-2.145-2.144a.17.17 0 0 1-.019-.204l1.633-2.38a.25.25 0 0 0 .017-.228l-.897-2.242a.24.24 0 0 0-.17-.15L.13 14.871a.166.166 0 0 1-.13-.157v-3.032c0-.073.059-.144.13-.157l2.947-.548a.25.25 0 0 0 .175-.15l.903-2.108a.25.25 0 0 0-.014-.227L2.424 5.989a.17.17 0 0 1 .019-.203L4.587 3.64a.166.166 0 0 1 .204-.019L7.337 5.37c.06.041.163.048.229.016l2.043-.836c.07-.023.137-.1.15-.173l.567-3.047a.17.17 0 0 1 .157-.131h3.034c.073 0 .143.059.157.13l.567 3.048a.25.25 0 0 0 .15.173l2.043.836a.25.25 0 0 0 .23-.016l2.546-1.748a.166.166 0 0 1 .203.02l2.144 2.144c.052.051.06.143.02.203l-1.718 2.503a.25.25 0 0 0-.014.227l.903 2.108a.26.26 0 0 0 .175.15z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsOpensourcehardware(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="M23.87 11.525c.071.013.13.084.13.157v3.033a.166.166 0 0 1-.13.157l-2.875.535a.24.24 0 0 0-.17.151l-.898 2.242a.25.25 0 0 0 .017.229l1.633 2.379a.17.17 0 0 1-.02.204l-2.144 2.144a.17.17 0 0 1-.203.019l-2.338-1.604a.23.23 0 0 0-.224-.008l-1.03.55a.12.12 0 0 1-.17-.062l-2.125-5.135a.16.16 0 0 1 .062-.192l.258-.158c.048-.03.113-.08.163-.125a3.354 3.354 0 1 0-3.612 0c.05.046.115.096.163.125l.258.158a.16.16 0 0 1 .062.192L8.552 21.65a.12.12 0 0 1-.17.063l-1.03-.55a.23.23 0 0 0-.224.007L4.79 22.775a.17.17 0 0 1-.204-.019l-2.145-2.144a.17.17 0 0 1-.019-.204l1.633-2.38a.25.25 0 0 0 .017-.228l-.897-2.242a.24.24 0 0 0-.17-.15L.13 14.871a.166.166 0 0 1-.13-.157v-3.032c0-.073.059-.144.13-.157l2.947-.548a.25.25 0 0 0 .175-.15l.903-2.108a.25.25 0 0 0-.014-.227L2.424 5.989a.17.17 0 0 1 .019-.203L4.587 3.64a.166.166 0 0 1 .204-.019L7.337 5.37c.06.041.163.048.229.016l2.043-.836c.07-.023.137-.1.15-.173l.567-3.047a.17.17 0 0 1 .157-.131h3.034c.073 0 .143.059.157.13l.567 3.048a.25.25 0 0 0 .15.173l2.043.836a.25.25 0 0 0 .23-.016l2.546-1.748a.166.166 0 0 1 .203.02l2.144 2.144c.052.051.06.143.02.203l-1.718 2.503a.25.25 0 0 0-.014.227l.903 2.108a.26.26 0 0 0 .175.15z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.87 11.525c.071.013.13.084.13.157v3.033a.166.166 0 0 1-.13.157l-2.875.535a.24.24 0 0 0-.17.151l-.898 2.242a.25.25 0 0 0 .017.229l1.633 2.379a.17.17 0 0 1-.02.204l-2.144 2.144a.17.17 0 0 1-.203.019l-2.338-1.604a.23.23 0 0 0-.224-.008l-1.03.55a.12.12 0 0 1-.17-.062l-2.125-5.135a.16.16 0 0 1 .062-.192l.258-.158c.048-.03.113-.08.163-.125a3.354 3.354 0 1 0-3.612 0c.05.046.115.096.163.125l.258.158a.16.16 0 0 1 .062.192L8.552 21.65a.12.12 0 0 1-.17.063l-1.03-.55a.23.23 0 0 0-.224.007L4.79 22.775a.17.17 0 0 1-.204-.019l-2.145-2.144a.17.17 0 0 1-.019-.204l1.633-2.38a.25.25 0 0 0 .017-.228l-.897-2.242a.24.24 0 0 0-.17-.15L.13 14.871a.166.166 0 0 1-.13-.157v-3.032c0-.073.059-.144.13-.157l2.947-.548a.25.25 0 0 0 .175-.15l.903-2.108a.25.25 0 0 0-.014-.227L2.424 5.989a.17.17 0 0 1 .019-.203L4.587 3.64a.166.166 0 0 1 .204-.019L7.337 5.37c.06.041.163.048.229.016l2.043-.836c.07-.023.137-.1.15-.173l.567-3.047a.17.17 0 0 1 .157-.131h3.034c.073 0 .143.059.157.13l.567 3.048a.25.25 0 0 0 .15.173l2.043.836a.25.25 0 0 0 .23-.016l2.546-1.748a.166.166 0 0 1 .203.02l2.144 2.144c.052.051.06.143.02.203l-1.718 2.503a.25.25 0 0 0-.014.227l.903 2.108a.26.26 0 0 0 .175.15z"/></svg> </template>
CSS
.icon-opensourcehardware {
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%22M23.87%2011.525c.071.013.13.084.13.157v3.033a.166.166%200%200%201-.13.157l-2.875.535a.24.24%200%200%200-.17.151l-.898%202.242a.25.25%200%200%200%20.017.229l1.633%202.379a.17.17%200%200%201-.02.204l-2.144%202.144a.17.17%200%200%201-.203.019l-2.338-1.604a.23.23%200%200%200-.224-.008l-1.03.55a.12.12%200%200%201-.17-.062l-2.125-5.135a.16.16%200%200%201%20.062-.192l.258-.158c.048-.03.113-.08.163-.125a3.354%203.354%200%201%200-3.612%200c.05.046.115.096.163.125l.258.158a.16.16%200%200%201%20.062.192L8.552%2021.65a.12.12%200%200%201-.17.063l-1.03-.55a.23.23%200%200%200-.224.007L4.79%2022.775a.17.17%200%200%201-.204-.019l-2.145-2.144a.17.17%200%200%201-.019-.204l1.633-2.38a.25.25%200%200%200%20.017-.228l-.897-2.242a.24.24%200%200%200-.17-.15L.13%2014.871a.166.166%200%200%201-.13-.157v-3.032c0-.073.059-.144.13-.157l2.947-.548a.25.25%200%200%200%20.175-.15l.903-2.108a.25.25%200%200%200-.014-.227L2.424%205.989a.17.17%200%200%201%20.019-.203L4.587%203.64a.166.166%200%200%201%20.204-.019L7.337%205.37c.06.041.163.048.229.016l2.043-.836c.07-.023.137-.1.15-.173l.567-3.047a.17.17%200%200%201%20.157-.131h3.034c.073%200%20.143.059.157.13l.567%203.048a.25.25%200%200%200%20.15.173l2.043.836a.25.25%200%200%200%20.23-.016l2.546-1.748a.166.166%200%200%201%20.203.02l2.144%202.144c.052.051.06.143.02.203l-1.718%202.503a.25.25%200%200%200-.014.227l.903%202.108a.26.26%200%200%200%20.175.15z%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%22M23.87%2011.525c.071.013.13.084.13.157v3.033a.166.166%200%200%201-.13.157l-2.875.535a.24.24%200%200%200-.17.151l-.898%202.242a.25.25%200%200%200%20.017.229l1.633%202.379a.17.17%200%200%201-.02.204l-2.144%202.144a.17.17%200%200%201-.203.019l-2.338-1.604a.23.23%200%200%200-.224-.008l-1.03.55a.12.12%200%200%201-.17-.062l-2.125-5.135a.16.16%200%200%201%20.062-.192l.258-.158c.048-.03.113-.08.163-.125a3.354%203.354%200%201%200-3.612%200c.05.046.115.096.163.125l.258.158a.16.16%200%200%201%20.062.192L8.552%2021.65a.12.12%200%200%201-.17.063l-1.03-.55a.23.23%200%200%200-.224.007L4.79%2022.775a.17.17%200%200%201-.204-.019l-2.145-2.144a.17.17%200%200%201-.019-.204l1.633-2.38a.25.25%200%200%200%20.017-.228l-.897-2.242a.24.24%200%200%200-.17-.15L.13%2014.871a.166.166%200%200%201-.13-.157v-3.032c0-.073.059-.144.13-.157l2.947-.548a.25.25%200%200%200%20.175-.15l.903-2.108a.25.25%200%200%200-.014-.227L2.424%205.989a.17.17%200%200%201%20.019-.203L4.587%203.64a.166.166%200%200%201%20.204-.019L7.337%205.37c.06.041.163.048.229.016l2.043-.836c.07-.023.137-.1.15-.173l.567-3.047a.17.17%200%200%201%20.157-.131h3.034c.073%200%20.143.059.157.13l.567%203.048a.25.25%200%200%200%20.15.173l2.043.836a.25.25%200%200%200%20.23-.016l2.546-1.748a.166.166%200%200%201%20.203.02l2.144%202.144c.052.051.06.143.02.203l-1.718%202.503a.25.25%200%200%200-.014.227l.903%202.108a.26.26%200%200%200%20.175.15z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/opensourcehardware.svg?color=%231a73e8&size=48