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

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

The same logo in other sets

Use the blazor logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.834 8.101a13.91 13.91 0 0 1-13.643 11.72a10 10 0 0 1-1.994-.12a6.11 6.11 0 0 1-5.082-5.761a5.934 5.934 0 0 1 11.867-.084c.025.983-.401 1.846-1.277 1.871c-.936 0-1.374-.668-1.374-1.567v-2.5a1.53 1.53 0 0 0-1.52-1.533H8.715a3.648 3.648 0 1 0 2.695 6.08l.073-.11l.074.121a2.58 2.58 0 0 0 2.2 1.048a2.91 2.91 0 0 0 2.695-3.04a8 8 0 0 0-.217-1.933a7.404 7.404 0 0 0-14.64 1.603a7.497 7.497 0 0 0 7.308 7.405s.549.05 1.167.035a15.8 15.8 0 0 0 8.475-2.528c.036-.025.072.025.048.061a12.44 12.44 0 0 1-9.69 3.963a8.744 8.744 0 0 1-8.9-8.972a9.05 9.05 0 0 1 3.635-7.247a8.86 8.86 0 0 1 5.229-1.726h2.813a7.92 7.92 0 0 0 5.839-2.578a.1.1 0 0 1 .059-.034a.11.11 0 0 1 .12.053a.1.1 0 0 1 .015.067a7.94 7.94 0 0 1-1.227 3.549a.1.1 0 0 0-.014.06a.11.11 0 0 0 .073.095a.1.1 0 0 0 .062.004a8.5 8.5 0 0 0 5.913-4.876a.2.2 0 0 1 .055-.053a.15.15 0 0 1 .147 0a.15.15 0 0 1 .054.053A10.78 10.78 0 0 1 23.834 8.1M8.895 11.628a2.188 2.188 0 1 0 2.188 2.188v-2.042a.16.16 0 0 0-.15-.15Z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsBlazor(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.834 8.101a13.91 13.91 0 0 1-13.643 11.72a10 10 0 0 1-1.994-.12a6.11 6.11 0 0 1-5.082-5.761a5.934 5.934 0 0 1 11.867-.084c.025.983-.401 1.846-1.277 1.871c-.936 0-1.374-.668-1.374-1.567v-2.5a1.53 1.53 0 0 0-1.52-1.533H8.715a3.648 3.648 0 1 0 2.695 6.08l.073-.11l.074.121a2.58 2.58 0 0 0 2.2 1.048a2.91 2.91 0 0 0 2.695-3.04a8 8 0 0 0-.217-1.933a7.404 7.404 0 0 0-14.64 1.603a7.497 7.497 0 0 0 7.308 7.405s.549.05 1.167.035a15.8 15.8 0 0 0 8.475-2.528c.036-.025.072.025.048.061a12.44 12.44 0 0 1-9.69 3.963a8.744 8.744 0 0 1-8.9-8.972a9.05 9.05 0 0 1 3.635-7.247a8.86 8.86 0 0 1 5.229-1.726h2.813a7.92 7.92 0 0 0 5.839-2.578a.1.1 0 0 1 .059-.034a.11.11 0 0 1 .12.053a.1.1 0 0 1 .015.067a7.94 7.94 0 0 1-1.227 3.549a.1.1 0 0 0-.014.06a.11.11 0 0 0 .073.095a.1.1 0 0 0 .062.004a8.5 8.5 0 0 0 5.913-4.876a.2.2 0 0 1 .055-.053a.15.15 0 0 1 .147 0a.15.15 0 0 1 .054.053A10.78 10.78 0 0 1 23.834 8.1M8.895 11.628a2.188 2.188 0 1 0 2.188 2.188v-2.042a.16.16 0 0 0-.15-.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.834 8.101a13.91 13.91 0 0 1-13.643 11.72a10 10 0 0 1-1.994-.12a6.11 6.11 0 0 1-5.082-5.761a5.934 5.934 0 0 1 11.867-.084c.025.983-.401 1.846-1.277 1.871c-.936 0-1.374-.668-1.374-1.567v-2.5a1.53 1.53 0 0 0-1.52-1.533H8.715a3.648 3.648 0 1 0 2.695 6.08l.073-.11l.074.121a2.58 2.58 0 0 0 2.2 1.048a2.91 2.91 0 0 0 2.695-3.04a8 8 0 0 0-.217-1.933a7.404 7.404 0 0 0-14.64 1.603a7.497 7.497 0 0 0 7.308 7.405s.549.05 1.167.035a15.8 15.8 0 0 0 8.475-2.528c.036-.025.072.025.048.061a12.44 12.44 0 0 1-9.69 3.963a8.744 8.744 0 0 1-8.9-8.972a9.05 9.05 0 0 1 3.635-7.247a8.86 8.86 0 0 1 5.229-1.726h2.813a7.92 7.92 0 0 0 5.839-2.578a.1.1 0 0 1 .059-.034a.11.11 0 0 1 .12.053a.1.1 0 0 1 .015.067a7.94 7.94 0 0 1-1.227 3.549a.1.1 0 0 0-.014.06a.11.11 0 0 0 .073.095a.1.1 0 0 0 .062.004a8.5 8.5 0 0 0 5.913-4.876a.2.2 0 0 1 .055-.053a.15.15 0 0 1 .147 0a.15.15 0 0 1 .054.053A10.78 10.78 0 0 1 23.834 8.1M8.895 11.628a2.188 2.188 0 1 0 2.188 2.188v-2.042a.16.16 0 0 0-.15-.15Z"/></svg>
</template>

CSS

.icon-blazor {
  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.834%208.101a13.91%2013.91%200%200%201-13.643%2011.72a10%2010%200%200%201-1.994-.12a6.11%206.11%200%200%201-5.082-5.761a5.934%205.934%200%200%201%2011.867-.084c.025.983-.401%201.846-1.277%201.871c-.936%200-1.374-.668-1.374-1.567v-2.5a1.53%201.53%200%200%200-1.52-1.533H8.715a3.648%203.648%200%201%200%202.695%206.08l.073-.11l.074.121a2.58%202.58%200%200%200%202.2%201.048a2.91%202.91%200%200%200%202.695-3.04a8%208%200%200%200-.217-1.933a7.404%207.404%200%200%200-14.64%201.603a7.497%207.497%200%200%200%207.308%207.405s.549.05%201.167.035a15.8%2015.8%200%200%200%208.475-2.528c.036-.025.072.025.048.061a12.44%2012.44%200%200%201-9.69%203.963a8.744%208.744%200%200%201-8.9-8.972a9.05%209.05%200%200%201%203.635-7.247a8.86%208.86%200%200%201%205.229-1.726h2.813a7.92%207.92%200%200%200%205.839-2.578a.1.1%200%200%201%20.059-.034a.11.11%200%200%201%20.12.053a.1.1%200%200%201%20.015.067a7.94%207.94%200%200%201-1.227%203.549a.1.1%200%200%200-.014.06a.11.11%200%200%200%20.073.095a.1.1%200%200%200%20.062.004a8.5%208.5%200%200%200%205.913-4.876a.2.2%200%200%201%20.055-.053a.15.15%200%200%201%20.147%200a.15.15%200%200%201%20.054.053A10.78%2010.78%200%200%201%2023.834%208.1M8.895%2011.628a2.188%202.188%200%201%200%202.188%202.188v-2.042a.16.16%200%200%200-.15-.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.834%208.101a13.91%2013.91%200%200%201-13.643%2011.72a10%2010%200%200%201-1.994-.12a6.11%206.11%200%200%201-5.082-5.761a5.934%205.934%200%200%201%2011.867-.084c.025.983-.401%201.846-1.277%201.871c-.936%200-1.374-.668-1.374-1.567v-2.5a1.53%201.53%200%200%200-1.52-1.533H8.715a3.648%203.648%200%201%200%202.695%206.08l.073-.11l.074.121a2.58%202.58%200%200%200%202.2%201.048a2.91%202.91%200%200%200%202.695-3.04a8%208%200%200%200-.217-1.933a7.404%207.404%200%200%200-14.64%201.603a7.497%207.497%200%200%200%207.308%207.405s.549.05%201.167.035a15.8%2015.8%200%200%200%208.475-2.528c.036-.025.072.025.048.061a12.44%2012.44%200%200%201-9.69%203.963a8.744%208.744%200%200%201-8.9-8.972a9.05%209.05%200%200%201%203.635-7.247a8.86%208.86%200%200%201%205.229-1.726h2.813a7.92%207.92%200%200%200%205.839-2.578a.1.1%200%200%201%20.059-.034a.11.11%200%200%201%20.12.053a.1.1%200%200%201%20.015.067a7.94%207.94%200%200%201-1.227%203.549a.1.1%200%200%200-.014.06a.11.11%200%200%200%20.073.095a.1.1%200%200%200%20.062.004a8.5%208.5%200%200%200%205.913-4.876a.2.2%200%200%201%20.055-.053a.15.15%200%200%201%20.147%200a.15.15%200%200%201%20.054.053A10.78%2010.78%200%200%201%2023.834%208.1M8.895%2011.628a2.188%202.188%200%201%200%202.188%202.188v-2.042a.16.16%200%200%200-.15-.15Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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