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

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

The same logo in other sets

Use the blueprint logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.809 5.524L12.806.179l-.013-.007l.078-.045h-.166a1.28 1.28 0 0 0-1.196.043l-.699.403l-8.604 4.954a1.29 1.29 0 0 0-.644 1.113v10.718c0 .46.245.884.644 1.113l9.304 5.357c.402.232.898.228 1.297-.009l9.002-5.345c.39-.231.629-.651.629-1.105V6.628c0-.453-.239-.873-.629-1.104m-19.282.559L11.843.719a.64.64 0 0 1 .636.012l9.002 5.345a.64.64 0 0 1 .207.203l-4.543 2.555l-4.498-2.7a.96.96 0 0 0-.968-.014L6.83 8.848L2.287 6.329a.64.64 0 0 1 .24-.246m14.13 8.293l-4.496-2.492V6.641a.3.3 0 0 1 .155.045l4.341 2.605zm-4.763-1.906l4.692 2.601l-4.431 2.659l-4.648-2.615a.3.3 0 0 1-.115-.112zm-.064 10.802l-9.304-5.357a.64.64 0 0 1-.322-.557V7.018L6.7 9.51v5.324c0 .348.188.669.491.84l4.811 2.706l.157.088v4.887a.64.64 0 0 1-.329-.083"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsBlueprint(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="M21.809 5.524L12.806.179l-.013-.007l.078-.045h-.166a1.28 1.28 0 0 0-1.196.043l-.699.403l-8.604 4.954a1.29 1.29 0 0 0-.644 1.113v10.718c0 .46.245.884.644 1.113l9.304 5.357c.402.232.898.228 1.297-.009l9.002-5.345c.39-.231.629-.651.629-1.105V6.628c0-.453-.239-.873-.629-1.104m-19.282.559L11.843.719a.64.64 0 0 1 .636.012l9.002 5.345a.64.64 0 0 1 .207.203l-4.543 2.555l-4.498-2.7a.96.96 0 0 0-.968-.014L6.83 8.848L2.287 6.329a.64.64 0 0 1 .24-.246m14.13 8.293l-4.496-2.492V6.641a.3.3 0 0 1 .155.045l4.341 2.605zm-4.763-1.906l4.692 2.601l-4.431 2.659l-4.648-2.615a.3.3 0 0 1-.115-.112zm-.064 10.802l-9.304-5.357a.64.64 0 0 1-.322-.557V7.018L6.7 9.51v5.324c0 .348.188.669.491.84l4.811 2.706l.157.088v4.887a.64.64 0 0 1-.329-.083"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.809 5.524L12.806.179l-.013-.007l.078-.045h-.166a1.28 1.28 0 0 0-1.196.043l-.699.403l-8.604 4.954a1.29 1.29 0 0 0-.644 1.113v10.718c0 .46.245.884.644 1.113l9.304 5.357c.402.232.898.228 1.297-.009l9.002-5.345c.39-.231.629-.651.629-1.105V6.628c0-.453-.239-.873-.629-1.104m-19.282.559L11.843.719a.64.64 0 0 1 .636.012l9.002 5.345a.64.64 0 0 1 .207.203l-4.543 2.555l-4.498-2.7a.96.96 0 0 0-.968-.014L6.83 8.848L2.287 6.329a.64.64 0 0 1 .24-.246m14.13 8.293l-4.496-2.492V6.641a.3.3 0 0 1 .155.045l4.341 2.605zm-4.763-1.906l4.692 2.601l-4.431 2.659l-4.648-2.615a.3.3 0 0 1-.115-.112zm-.064 10.802l-9.304-5.357a.64.64 0 0 1-.322-.557V7.018L6.7 9.51v5.324c0 .348.188.669.491.84l4.811 2.706l.157.088v4.887a.64.64 0 0 1-.329-.083"/></svg>
</template>

CSS

.icon-blueprint {
  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%22M21.809%205.524L12.806.179l-.013-.007l.078-.045h-.166a1.28%201.28%200%200%200-1.196.043l-.699.403l-8.604%204.954a1.29%201.29%200%200%200-.644%201.113v10.718c0%20.46.245.884.644%201.113l9.304%205.357c.402.232.898.228%201.297-.009l9.002-5.345c.39-.231.629-.651.629-1.105V6.628c0-.453-.239-.873-.629-1.104m-19.282.559L11.843.719a.64.64%200%200%201%20.636.012l9.002%205.345a.64.64%200%200%201%20.207.203l-4.543%202.555l-4.498-2.7a.96.96%200%200%200-.968-.014L6.83%208.848L2.287%206.329a.64.64%200%200%201%20.24-.246m14.13%208.293l-4.496-2.492V6.641a.3.3%200%200%201%20.155.045l4.341%202.605zm-4.763-1.906l4.692%202.601l-4.431%202.659l-4.648-2.615a.3.3%200%200%201-.115-.112zm-.064%2010.802l-9.304-5.357a.64.64%200%200%201-.322-.557V7.018L6.7%209.51v5.324c0%20.348.188.669.491.84l4.811%202.706l.157.088v4.887a.64.64%200%200%201-.329-.083%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%22M21.809%205.524L12.806.179l-.013-.007l.078-.045h-.166a1.28%201.28%200%200%200-1.196.043l-.699.403l-8.604%204.954a1.29%201.29%200%200%200-.644%201.113v10.718c0%20.46.245.884.644%201.113l9.304%205.357c.402.232.898.228%201.297-.009l9.002-5.345c.39-.231.629-.651.629-1.105V6.628c0-.453-.239-.873-.629-1.104m-19.282.559L11.843.719a.64.64%200%200%201%20.636.012l9.002%205.345a.64.64%200%200%201%20.207.203l-4.543%202.555l-4.498-2.7a.96.96%200%200%200-.968-.014L6.83%208.848L2.287%206.329a.64.64%200%200%201%20.24-.246m14.13%208.293l-4.496-2.492V6.641a.3.3%200%200%201%20.155.045l4.341%202.605zm-4.763-1.906l4.692%202.601l-4.431%202.659l-4.648-2.615a.3.3%200%200%201-.115-.112zm-.064%2010.802l-9.304-5.357a.64.64%200%200%201-.322-.557V7.018L6.7%209.51v5.324c0%20.348.188.669.491.84l4.811%202.706l.157.088v4.887a.64.64%200%200%201-.329-.083%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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