solid from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
solid
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the solid logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.558.788A9 9 0 0 0 9.776.99l-.453.15c-.906.303-1.656.755-2.1 1.348l-.301.452l-2.035 3.528c.426-.387.974-.698 1.643-.894h.001l.613-.154h.001a9 9 0 0 1 1.777-.206c2.916-.053 6.033 1.148 8.423 2.36c2.317 1.175 3.888 2.32 3.987 2.39L24 5.518c-.082-.06-1.66-1.21-3.991-2.386c-2.393-1.206-5.521-2.396-8.45-2.343zM8.924 5.366a8.6 8.6 0 0 0-1.745.203l-.606.151c-1.278.376-2.095 1.16-2.43 2.108s-.188 2.065.487 3.116c.33.43.747.813 1.216 1.147L12.328 10h.001a6.94 6.94 0 0 1 6.013 1.013l2.844-.963c-.17-.124-1.663-1.2-3.91-2.34c-2.379-1.206-5.479-2.396-8.352-2.344m5.435 4.497a6.8 6.8 0 0 0-1.984.283L2.94 13.189L0 18.334l9.276-2.992a6.945 6.945 0 0 1 7.408 2.314v.001c.695.903.89 1.906.66 2.808l2.572-4.63c.595-1.041.45-2.225-.302-3.429a6.8 6.8 0 0 0-5.255-2.543m-3.031 5.341a6.8 6.8 0 0 0-2.006.283L.008 18.492c.175.131 2.02 1.498 4.687 2.768c2.797 1.332 6.37 2.467 9.468 1.712l.454-.152h.002c1.278-.376 2.134-1.162 2.487-2.09c.353-.93.207-2.004-.541-2.978a6.8 6.8 0 0 0-5.237-2.548"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsSolid(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="M11.558.788A9 9 0 0 0 9.776.99l-.453.15c-.906.303-1.656.755-2.1 1.348l-.301.452l-2.035 3.528c.426-.387.974-.698 1.643-.894h.001l.613-.154h.001a9 9 0 0 1 1.777-.206c2.916-.053 6.033 1.148 8.423 2.36c2.317 1.175 3.888 2.32 3.987 2.39L24 5.518c-.082-.06-1.66-1.21-3.991-2.386c-2.393-1.206-5.521-2.396-8.45-2.343zM8.924 5.366a8.6 8.6 0 0 0-1.745.203l-.606.151c-1.278.376-2.095 1.16-2.43 2.108s-.188 2.065.487 3.116c.33.43.747.813 1.216 1.147L12.328 10h.001a6.94 6.94 0 0 1 6.013 1.013l2.844-.963c-.17-.124-1.663-1.2-3.91-2.34c-2.379-1.206-5.479-2.396-8.352-2.344m5.435 4.497a6.8 6.8 0 0 0-1.984.283L2.94 13.189L0 18.334l9.276-2.992a6.945 6.945 0 0 1 7.408 2.314v.001c.695.903.89 1.906.66 2.808l2.572-4.63c.595-1.041.45-2.225-.302-3.429a6.8 6.8 0 0 0-5.255-2.543m-3.031 5.341a6.8 6.8 0 0 0-2.006.283L.008 18.492c.175.131 2.02 1.498 4.687 2.768c2.797 1.332 6.37 2.467 9.468 1.712l.454-.152h.002c1.278-.376 2.134-1.162 2.487-2.09c.353-.93.207-2.004-.541-2.978a6.8 6.8 0 0 0-5.237-2.548"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.558.788A9 9 0 0 0 9.776.99l-.453.15c-.906.303-1.656.755-2.1 1.348l-.301.452l-2.035 3.528c.426-.387.974-.698 1.643-.894h.001l.613-.154h.001a9 9 0 0 1 1.777-.206c2.916-.053 6.033 1.148 8.423 2.36c2.317 1.175 3.888 2.32 3.987 2.39L24 5.518c-.082-.06-1.66-1.21-3.991-2.386c-2.393-1.206-5.521-2.396-8.45-2.343zM8.924 5.366a8.6 8.6 0 0 0-1.745.203l-.606.151c-1.278.376-2.095 1.16-2.43 2.108s-.188 2.065.487 3.116c.33.43.747.813 1.216 1.147L12.328 10h.001a6.94 6.94 0 0 1 6.013 1.013l2.844-.963c-.17-.124-1.663-1.2-3.91-2.34c-2.379-1.206-5.479-2.396-8.352-2.344m5.435 4.497a6.8 6.8 0 0 0-1.984.283L2.94 13.189L0 18.334l9.276-2.992a6.945 6.945 0 0 1 7.408 2.314v.001c.695.903.89 1.906.66 2.808l2.572-4.63c.595-1.041.45-2.225-.302-3.429a6.8 6.8 0 0 0-5.255-2.543m-3.031 5.341a6.8 6.8 0 0 0-2.006.283L.008 18.492c.175.131 2.02 1.498 4.687 2.768c2.797 1.332 6.37 2.467 9.468 1.712l.454-.152h.002c1.278-.376 2.134-1.162 2.487-2.09c.353-.93.207-2.004-.541-2.978a6.8 6.8 0 0 0-5.237-2.548"/></svg>
</template>

CSS

.icon-solid {
  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%22M11.558.788A9%209%200%200%200%209.776.99l-.453.15c-.906.303-1.656.755-2.1%201.348l-.301.452l-2.035%203.528c.426-.387.974-.698%201.643-.894h.001l.613-.154h.001a9%209%200%200%201%201.777-.206c2.916-.053%206.033%201.148%208.423%202.36c2.317%201.175%203.888%202.32%203.987%202.39L24%205.518c-.082-.06-1.66-1.21-3.991-2.386c-2.393-1.206-5.521-2.396-8.45-2.343zM8.924%205.366a8.6%208.6%200%200%200-1.745.203l-.606.151c-1.278.376-2.095%201.16-2.43%202.108s-.188%202.065.487%203.116c.33.43.747.813%201.216%201.147L12.328%2010h.001a6.94%206.94%200%200%201%206.013%201.013l2.844-.963c-.17-.124-1.663-1.2-3.91-2.34c-2.379-1.206-5.479-2.396-8.352-2.344m5.435%204.497a6.8%206.8%200%200%200-1.984.283L2.94%2013.189L0%2018.334l9.276-2.992a6.945%206.945%200%200%201%207.408%202.314v.001c.695.903.89%201.906.66%202.808l2.572-4.63c.595-1.041.45-2.225-.302-3.429a6.8%206.8%200%200%200-5.255-2.543m-3.031%205.341a6.8%206.8%200%200%200-2.006.283L.008%2018.492c.175.131%202.02%201.498%204.687%202.768c2.797%201.332%206.37%202.467%209.468%201.712l.454-.152h.002c1.278-.376%202.134-1.162%202.487-2.09c.353-.93.207-2.004-.541-2.978a6.8%206.8%200%200%200-5.237-2.548%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%22M11.558.788A9%209%200%200%200%209.776.99l-.453.15c-.906.303-1.656.755-2.1%201.348l-.301.452l-2.035%203.528c.426-.387.974-.698%201.643-.894h.001l.613-.154h.001a9%209%200%200%201%201.777-.206c2.916-.053%206.033%201.148%208.423%202.36c2.317%201.175%203.888%202.32%203.987%202.39L24%205.518c-.082-.06-1.66-1.21-3.991-2.386c-2.393-1.206-5.521-2.396-8.45-2.343zM8.924%205.366a8.6%208.6%200%200%200-1.745.203l-.606.151c-1.278.376-2.095%201.16-2.43%202.108s-.188%202.065.487%203.116c.33.43.747.813%201.216%201.147L12.328%2010h.001a6.94%206.94%200%200%201%206.013%201.013l2.844-.963c-.17-.124-1.663-1.2-3.91-2.34c-2.379-1.206-5.479-2.396-8.352-2.344m5.435%204.497a6.8%206.8%200%200%200-1.984.283L2.94%2013.189L0%2018.334l9.276-2.992a6.945%206.945%200%200%201%207.408%202.314v.001c.695.903.89%201.906.66%202.808l2.572-4.63c.595-1.041.45-2.225-.302-3.429a6.8%206.8%200%200%200-5.255-2.543m-3.031%205.341a6.8%206.8%200%200%200-2.006.283L.008%2018.492c.175.131%202.02%201.498%204.687%202.768c2.797%201.332%206.37%202.467%209.468%201.712l.454-.152h.002c1.278-.376%202.134-1.162%202.487-2.09c.353-.93.207-2.004-.541-2.978a6.8%206.8%200%200%200-5.237-2.548%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/solid.svg?color=%231a73e8&size=48