solus logo
solus from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- solus
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the solus logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.453 0c-.18.587-.369 1.167-.565 1.75A11.64 11.64 0 0 0 0 12.364a11.6 11.6 0 0 0 .516 3.403l-.339.598L0 16.73l.279.143a3.5 3.5 0 0 0 .741.222A11.6 11.6 0 0 0 2 18.868c4.034.343 8.55.512 12.446-.056c3.192-.463 5.94-1.423 7.735-3.117c.252-.233.474-.474.674-.722c.019-.038.037-.053.06-.076c.011 0 .026-.037.038-.052c.015 0 .03-.038.041-.057c.008 0 .015-.038.023-.038c.33-.444.587-.892.801-1.31l.181-.365l-.365-.365a6 6 0 0 0-.361-.35A11.64 11.64 0 0 0 11.635.722a11.6 11.6 0 0 0-3.211.463C7.96.508 7.596.041 7.453 0m.365 1.637C9.06 3.82 10.13 5.06 11.454 7.457c.132 1.524.67 9.45.727 10.181c-.392-.037-2.485-.24-5.104-.515c-1.43-.147-2.899-.316-4.092-.49l-1.9-.447c2.149-3.787 5.551-9.727 6.737-14.548zm4.543 6.18s4.991 3.927 7.092 8.73c-2.56 1.26-4.916 1.098-6.361 1.09c1.023-2.634 1.023-6.21-.73-9.82zm3.456 2.184a45 45 0 0 1 2.91.907c1.768.629 3.417 1.49 4.365 2.364a6.96 6.96 0 0 1-2.91 2.91c.151-1.495-.39-2.933-1.456-4.002c-.787-.787-1.822-1.453-2.91-2.183zm6.707 6.478c-2.352 1.667-5.126 2.68-7.965 3.112a41 41 0 0 1-3.715.34h-.323a54 54 0 0 1-3.727 0a86 86 0 0 1-4.178-.23h-.003c2.555 3.255 6.993 4.893 11.092 4.102a11.4 11.4 0 0 0 4.498-1.852h.007a12 12 0 0 0 .903-.685l.038-.037a11.56 11.56 0 0 0 3.376-4.762zM2.511 19.584l.023.038c-.008 0-.015-.038-.023-.038"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSolus(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="M7.453 0c-.18.587-.369 1.167-.565 1.75A11.64 11.64 0 0 0 0 12.364a11.6 11.6 0 0 0 .516 3.403l-.339.598L0 16.73l.279.143a3.5 3.5 0 0 0 .741.222A11.6 11.6 0 0 0 2 18.868c4.034.343 8.55.512 12.446-.056c3.192-.463 5.94-1.423 7.735-3.117c.252-.233.474-.474.674-.722c.019-.038.037-.053.06-.076c.011 0 .026-.037.038-.052c.015 0 .03-.038.041-.057c.008 0 .015-.038.023-.038c.33-.444.587-.892.801-1.31l.181-.365l-.365-.365a6 6 0 0 0-.361-.35A11.64 11.64 0 0 0 11.635.722a11.6 11.6 0 0 0-3.211.463C7.96.508 7.596.041 7.453 0m.365 1.637C9.06 3.82 10.13 5.06 11.454 7.457c.132 1.524.67 9.45.727 10.181c-.392-.037-2.485-.24-5.104-.515c-1.43-.147-2.899-.316-4.092-.49l-1.9-.447c2.149-3.787 5.551-9.727 6.737-14.548zm4.543 6.18s4.991 3.927 7.092 8.73c-2.56 1.26-4.916 1.098-6.361 1.09c1.023-2.634 1.023-6.21-.73-9.82zm3.456 2.184a45 45 0 0 1 2.91.907c1.768.629 3.417 1.49 4.365 2.364a6.96 6.96 0 0 1-2.91 2.91c.151-1.495-.39-2.933-1.456-4.002c-.787-.787-1.822-1.453-2.91-2.183zm6.707 6.478c-2.352 1.667-5.126 2.68-7.965 3.112a41 41 0 0 1-3.715.34h-.323a54 54 0 0 1-3.727 0a86 86 0 0 1-4.178-.23h-.003c2.555 3.255 6.993 4.893 11.092 4.102a11.4 11.4 0 0 0 4.498-1.852h.007a12 12 0 0 0 .903-.685l.038-.037a11.56 11.56 0 0 0 3.376-4.762zM2.511 19.584l.023.038c-.008 0-.015-.038-.023-.038"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.453 0c-.18.587-.369 1.167-.565 1.75A11.64 11.64 0 0 0 0 12.364a11.6 11.6 0 0 0 .516 3.403l-.339.598L0 16.73l.279.143a3.5 3.5 0 0 0 .741.222A11.6 11.6 0 0 0 2 18.868c4.034.343 8.55.512 12.446-.056c3.192-.463 5.94-1.423 7.735-3.117c.252-.233.474-.474.674-.722c.019-.038.037-.053.06-.076c.011 0 .026-.037.038-.052c.015 0 .03-.038.041-.057c.008 0 .015-.038.023-.038c.33-.444.587-.892.801-1.31l.181-.365l-.365-.365a6 6 0 0 0-.361-.35A11.64 11.64 0 0 0 11.635.722a11.6 11.6 0 0 0-3.211.463C7.96.508 7.596.041 7.453 0m.365 1.637C9.06 3.82 10.13 5.06 11.454 7.457c.132 1.524.67 9.45.727 10.181c-.392-.037-2.485-.24-5.104-.515c-1.43-.147-2.899-.316-4.092-.49l-1.9-.447c2.149-3.787 5.551-9.727 6.737-14.548zm4.543 6.18s4.991 3.927 7.092 8.73c-2.56 1.26-4.916 1.098-6.361 1.09c1.023-2.634 1.023-6.21-.73-9.82zm3.456 2.184a45 45 0 0 1 2.91.907c1.768.629 3.417 1.49 4.365 2.364a6.96 6.96 0 0 1-2.91 2.91c.151-1.495-.39-2.933-1.456-4.002c-.787-.787-1.822-1.453-2.91-2.183zm6.707 6.478c-2.352 1.667-5.126 2.68-7.965 3.112a41 41 0 0 1-3.715.34h-.323a54 54 0 0 1-3.727 0a86 86 0 0 1-4.178-.23h-.003c2.555 3.255 6.993 4.893 11.092 4.102a11.4 11.4 0 0 0 4.498-1.852h.007a12 12 0 0 0 .903-.685l.038-.037a11.56 11.56 0 0 0 3.376-4.762zM2.511 19.584l.023.038c-.008 0-.015-.038-.023-.038"/></svg> </template>
CSS
.icon-solus {
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%22M7.453%200c-.18.587-.369%201.167-.565%201.75A11.64%2011.64%200%200%200%200%2012.364a11.6%2011.6%200%200%200%20.516%203.403l-.339.598L0%2016.73l.279.143a3.5%203.5%200%200%200%20.741.222A11.6%2011.6%200%200%200%202%2018.868c4.034.343%208.55.512%2012.446-.056c3.192-.463%205.94-1.423%207.735-3.117c.252-.233.474-.474.674-.722c.019-.038.037-.053.06-.076c.011%200%20.026-.037.038-.052c.015%200%20.03-.038.041-.057c.008%200%20.015-.038.023-.038c.33-.444.587-.892.801-1.31l.181-.365l-.365-.365a6%206%200%200%200-.361-.35A11.64%2011.64%200%200%200%2011.635.722a11.6%2011.6%200%200%200-3.211.463C7.96.508%207.596.041%207.453%200m.365%201.637C9.06%203.82%2010.13%205.06%2011.454%207.457c.132%201.524.67%209.45.727%2010.181c-.392-.037-2.485-.24-5.104-.515c-1.43-.147-2.899-.316-4.092-.49l-1.9-.447c2.149-3.787%205.551-9.727%206.737-14.548zm4.543%206.18s4.991%203.927%207.092%208.73c-2.56%201.26-4.916%201.098-6.361%201.09c1.023-2.634%201.023-6.21-.73-9.82zm3.456%202.184a45%2045%200%200%201%202.91.907c1.768.629%203.417%201.49%204.365%202.364a6.96%206.96%200%200%201-2.91%202.91c.151-1.495-.39-2.933-1.456-4.002c-.787-.787-1.822-1.453-2.91-2.183zm6.707%206.478c-2.352%201.667-5.126%202.68-7.965%203.112a41%2041%200%200%201-3.715.34h-.323a54%2054%200%200%201-3.727%200a86%2086%200%200%201-4.178-.23h-.003c2.555%203.255%206.993%204.893%2011.092%204.102a11.4%2011.4%200%200%200%204.498-1.852h.007a12%2012%200%200%200%20.903-.685l.038-.037a11.56%2011.56%200%200%200%203.376-4.762zM2.511%2019.584l.023.038c-.008%200-.015-.038-.023-.038%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%22M7.453%200c-.18.587-.369%201.167-.565%201.75A11.64%2011.64%200%200%200%200%2012.364a11.6%2011.6%200%200%200%20.516%203.403l-.339.598L0%2016.73l.279.143a3.5%203.5%200%200%200%20.741.222A11.6%2011.6%200%200%200%202%2018.868c4.034.343%208.55.512%2012.446-.056c3.192-.463%205.94-1.423%207.735-3.117c.252-.233.474-.474.674-.722c.019-.038.037-.053.06-.076c.011%200%20.026-.037.038-.052c.015%200%20.03-.038.041-.057c.008%200%20.015-.038.023-.038c.33-.444.587-.892.801-1.31l.181-.365l-.365-.365a6%206%200%200%200-.361-.35A11.64%2011.64%200%200%200%2011.635.722a11.6%2011.6%200%200%200-3.211.463C7.96.508%207.596.041%207.453%200m.365%201.637C9.06%203.82%2010.13%205.06%2011.454%207.457c.132%201.524.67%209.45.727%2010.181c-.392-.037-2.485-.24-5.104-.515c-1.43-.147-2.899-.316-4.092-.49l-1.9-.447c2.149-3.787%205.551-9.727%206.737-14.548zm4.543%206.18s4.991%203.927%207.092%208.73c-2.56%201.26-4.916%201.098-6.361%201.09c1.023-2.634%201.023-6.21-.73-9.82zm3.456%202.184a45%2045%200%200%201%202.91.907c1.768.629%203.417%201.49%204.365%202.364a6.96%206.96%200%200%201-2.91%202.91c.151-1.495-.39-2.933-1.456-4.002c-.787-.787-1.822-1.453-2.91-2.183zm6.707%206.478c-2.352%201.667-5.126%202.68-7.965%203.112a41%2041%200%200%201-3.715.34h-.323a54%2054%200%200%201-3.727%200a86%2086%200%200%201-4.178-.23h-.003c2.555%203.255%206.993%204.893%2011.092%204.102a11.4%2011.4%200%200%200%204.498-1.852h.007a12%2012%200%200%200%20.903-.685l.038-.037a11.56%2011.56%200%200%200%203.376-4.762zM2.511%2019.584l.023.038c-.008%200-.015-.038-.023-.038%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/solus.svg?color=%231a73e8&size=48