qsharp from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
qsharp
Set
Material Icon Theme
Style
Color
Viewbox
24×24
License
MIT

Use the qsharp logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#fbc02d" d="M11.938 16.414c.9-1.101 1.468-2.936 1.468-4.735c0-1.963-.697-3.854-1.872-5.12c-1.156-1.248-2.66-1.853-4.57-1.853s-3.413.605-4.569 1.853C1.22 7.825.523 9.716.523 11.716s.697 3.89 1.872 5.157c1.156 1.248 2.68 1.853 4.57 1.853c1.376 0 2.404-.275 3.468-.917l1.578 1.486l1.395-1.486zm-3.395-3.212l-1.396 1.487l1.413 1.34c-.422.22-1.027.348-1.615.348c-2.202 0-3.67-1.853-3.67-4.66c0-2.809 1.468-4.662 3.689-4.662c2.239 0 3.689 1.835 3.689 4.68c0 1.1-.202 2.092-.606 2.9zm9.046-8.474l-.611 4h-1.5l-.34 2h1.5l-.32 2h-1.5l-.34 2h1.5l-.61 4h2l.61-4h1l-.61 4h2l.61-4h1.5l.34-2h-1.5l.32-2h1.5l.34-2h-1.5l.611-4h-2l-.611 4h-1l.611-4zm1.049 6h1l-.32 2h-1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeQsharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#fbc02d" d="M11.938 16.414c.9-1.101 1.468-2.936 1.468-4.735c0-1.963-.697-3.854-1.872-5.12c-1.156-1.248-2.66-1.853-4.57-1.853s-3.413.605-4.569 1.853C1.22 7.825.523 9.716.523 11.716s.697 3.89 1.872 5.157c1.156 1.248 2.68 1.853 4.57 1.853c1.376 0 2.404-.275 3.468-.917l1.578 1.486l1.395-1.486zm-3.395-3.212l-1.396 1.487l1.413 1.34c-.422.22-1.027.348-1.615.348c-2.202 0-3.67-1.853-3.67-4.66c0-2.809 1.468-4.662 3.689-4.662c2.239 0 3.689 1.835 3.689 4.68c0 1.1-.202 2.092-.606 2.9zm9.046-8.474l-.611 4h-1.5l-.34 2h1.5l-.32 2h-1.5l-.34 2h1.5l-.61 4h2l.61-4h1l-.61 4h2l.61-4h1.5l.34-2h-1.5l.32-2h1.5l.34-2h-1.5l.611-4h-2l-.611 4h-1l.611-4zm1.049 6h1l-.32 2h-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#fbc02d" d="M11.938 16.414c.9-1.101 1.468-2.936 1.468-4.735c0-1.963-.697-3.854-1.872-5.12c-1.156-1.248-2.66-1.853-4.57-1.853s-3.413.605-4.569 1.853C1.22 7.825.523 9.716.523 11.716s.697 3.89 1.872 5.157c1.156 1.248 2.68 1.853 4.57 1.853c1.376 0 2.404-.275 3.468-.917l1.578 1.486l1.395-1.486zm-3.395-3.212l-1.396 1.487l1.413 1.34c-.422.22-1.027.348-1.615.348c-2.202 0-3.67-1.853-3.67-4.66c0-2.809 1.468-4.662 3.689-4.662c2.239 0 3.689 1.835 3.689 4.68c0 1.1-.202 2.092-.606 2.9zm9.046-8.474l-.611 4h-1.5l-.34 2h1.5l-.32 2h-1.5l-.34 2h1.5l-.61 4h2l.61-4h1l-.61 4h2l.61-4h1.5l.34-2h-1.5l.32-2h1.5l.34-2h-1.5l.611-4h-2l-.611 4h-1l.611-4zm1.049 6h1l-.32 2h-1z"/></svg>
</template>

CSS

.icon-qsharp {
  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%22%23fbc02d%22%20d%3D%22M11.938%2016.414c.9-1.101%201.468-2.936%201.468-4.735c0-1.963-.697-3.854-1.872-5.12c-1.156-1.248-2.66-1.853-4.57-1.853s-3.413.605-4.569%201.853C1.22%207.825.523%209.716.523%2011.716s.697%203.89%201.872%205.157c1.156%201.248%202.68%201.853%204.57%201.853c1.376%200%202.404-.275%203.468-.917l1.578%201.486l1.395-1.486zm-3.395-3.212l-1.396%201.487l1.413%201.34c-.422.22-1.027.348-1.615.348c-2.202%200-3.67-1.853-3.67-4.66c0-2.809%201.468-4.662%203.689-4.662c2.239%200%203.689%201.835%203.689%204.68c0%201.1-.202%202.092-.606%202.9zm9.046-8.474l-.611%204h-1.5l-.34%202h1.5l-.32%202h-1.5l-.34%202h1.5l-.61%204h2l.61-4h1l-.61%204h2l.61-4h1.5l.34-2h-1.5l.32-2h1.5l.34-2h-1.5l.611-4h-2l-.611%204h-1l.611-4zm1.049%206h1l-.32%202h-1z%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%22%23fbc02d%22%20d%3D%22M11.938%2016.414c.9-1.101%201.468-2.936%201.468-4.735c0-1.963-.697-3.854-1.872-5.12c-1.156-1.248-2.66-1.853-4.57-1.853s-3.413.605-4.569%201.853C1.22%207.825.523%209.716.523%2011.716s.697%203.89%201.872%205.157c1.156%201.248%202.68%201.853%204.57%201.853c1.376%200%202.404-.275%203.468-.917l1.578%201.486l1.395-1.486zm-3.395-3.212l-1.396%201.487l1.413%201.34c-.422.22-1.027.348-1.615.348c-2.202%200-3.67-1.853-3.67-4.66c0-2.809%201.468-4.662%203.689-4.662c2.239%200%203.689%201.835%203.689%204.68c0%201.1-.202%202.092-.606%202.9zm9.046-8.474l-.611%204h-1.5l-.34%202h1.5l-.32%202h-1.5l-.34%202h1.5l-.61%204h2l.61-4h1l-.61%204h2l.61-4h1.5l.34-2h-1.5l.32-2h1.5l.34-2h-1.5l.611-4h-2l-.611%204h-1l.611-4zm1.049%206h1l-.32%202h-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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