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

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

Use the backblaze logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.31 0c.653 1.35 1.567 4.082-1.388 7.174c-1.81 1.88-3.078 3.849-2.35 6.065c.365 1.103 1.187 2.507 2.887 2.785c.61.1 1.343 0 1.74-.14c2.454-.855 2.098-3.415 1.555-5.048c-.07-.213-.191-.733-.236-.924c-.373-1.602.776-2.656 1.129-3.804q.043-.138.07-.272q.062-.315.078-.638c0-1.827-.988-2.63-1.775-3.6C10.18.564 9.31 0 9.31 0m6.276 6.018s-.709.336-1.219.883c-.445.482-.863.879-1.294 1.859q-.041.21-.075.438c-.232 1.641 1.148 3.144.719 5.189c-.112.535-.355.712-.781 1.637c-.51 1.106-.383 2.588.36 3.529c.672.849 1.878 1.232 3.052.95c2.106-.505 3.065-2.283 2.896-4.286c-.131-1.58-.815-2.753-2.754-4.96c-.96-1.093-1.607-2.41-1.562-3.407c.137-1.207.658-1.832.658-1.832M4.893 15.194c-.022.014-.044.061-.059.16l-.006.02v.01c-.114.54-.165 1.822.116 2.968c.353 1.443 1.417 3.902 4.412 5.129c2.518 1.034 5.718.541 7.85-1.627c.529-.543.407-.49-.489-.201v-.002c-1.112.356-3.518.546-4.768-1c-1.523-1.885-.43-3.363-1.357-3.15c-3.616.834-5.267-1.466-5.547-2.102c-.002-.002-.086-.249-.152-.205"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsBackblaze(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="M9.31 0c.653 1.35 1.567 4.082-1.388 7.174c-1.81 1.88-3.078 3.849-2.35 6.065c.365 1.103 1.187 2.507 2.887 2.785c.61.1 1.343 0 1.74-.14c2.454-.855 2.098-3.415 1.555-5.048c-.07-.213-.191-.733-.236-.924c-.373-1.602.776-2.656 1.129-3.804q.043-.138.07-.272q.062-.315.078-.638c0-1.827-.988-2.63-1.775-3.6C10.18.564 9.31 0 9.31 0m6.276 6.018s-.709.336-1.219.883c-.445.482-.863.879-1.294 1.859q-.041.21-.075.438c-.232 1.641 1.148 3.144.719 5.189c-.112.535-.355.712-.781 1.637c-.51 1.106-.383 2.588.36 3.529c.672.849 1.878 1.232 3.052.95c2.106-.505 3.065-2.283 2.896-4.286c-.131-1.58-.815-2.753-2.754-4.96c-.96-1.093-1.607-2.41-1.562-3.407c.137-1.207.658-1.832.658-1.832M4.893 15.194c-.022.014-.044.061-.059.16l-.006.02v.01c-.114.54-.165 1.822.116 2.968c.353 1.443 1.417 3.902 4.412 5.129c2.518 1.034 5.718.541 7.85-1.627c.529-.543.407-.49-.489-.201v-.002c-1.112.356-3.518.546-4.768-1c-1.523-1.885-.43-3.363-1.357-3.15c-3.616.834-5.267-1.466-5.547-2.102c-.002-.002-.086-.249-.152-.205"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.31 0c.653 1.35 1.567 4.082-1.388 7.174c-1.81 1.88-3.078 3.849-2.35 6.065c.365 1.103 1.187 2.507 2.887 2.785c.61.1 1.343 0 1.74-.14c2.454-.855 2.098-3.415 1.555-5.048c-.07-.213-.191-.733-.236-.924c-.373-1.602.776-2.656 1.129-3.804q.043-.138.07-.272q.062-.315.078-.638c0-1.827-.988-2.63-1.775-3.6C10.18.564 9.31 0 9.31 0m6.276 6.018s-.709.336-1.219.883c-.445.482-.863.879-1.294 1.859q-.041.21-.075.438c-.232 1.641 1.148 3.144.719 5.189c-.112.535-.355.712-.781 1.637c-.51 1.106-.383 2.588.36 3.529c.672.849 1.878 1.232 3.052.95c2.106-.505 3.065-2.283 2.896-4.286c-.131-1.58-.815-2.753-2.754-4.96c-.96-1.093-1.607-2.41-1.562-3.407c.137-1.207.658-1.832.658-1.832M4.893 15.194c-.022.014-.044.061-.059.16l-.006.02v.01c-.114.54-.165 1.822.116 2.968c.353 1.443 1.417 3.902 4.412 5.129c2.518 1.034 5.718.541 7.85-1.627c.529-.543.407-.49-.489-.201v-.002c-1.112.356-3.518.546-4.768-1c-1.523-1.885-.43-3.363-1.357-3.15c-3.616.834-5.267-1.466-5.547-2.102c-.002-.002-.086-.249-.152-.205"/></svg>
</template>

CSS

.icon-backblaze {
  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%22M9.31%200c.653%201.35%201.567%204.082-1.388%207.174c-1.81%201.88-3.078%203.849-2.35%206.065c.365%201.103%201.187%202.507%202.887%202.785c.61.1%201.343%200%201.74-.14c2.454-.855%202.098-3.415%201.555-5.048c-.07-.213-.191-.733-.236-.924c-.373-1.602.776-2.656%201.129-3.804q.043-.138.07-.272q.062-.315.078-.638c0-1.827-.988-2.63-1.775-3.6C10.18.564%209.31%200%209.31%200m6.276%206.018s-.709.336-1.219.883c-.445.482-.863.879-1.294%201.859q-.041.21-.075.438c-.232%201.641%201.148%203.144.719%205.189c-.112.535-.355.712-.781%201.637c-.51%201.106-.383%202.588.36%203.529c.672.849%201.878%201.232%203.052.95c2.106-.505%203.065-2.283%202.896-4.286c-.131-1.58-.815-2.753-2.754-4.96c-.96-1.093-1.607-2.41-1.562-3.407c.137-1.207.658-1.832.658-1.832M4.893%2015.194c-.022.014-.044.061-.059.16l-.006.02v.01c-.114.54-.165%201.822.116%202.968c.353%201.443%201.417%203.902%204.412%205.129c2.518%201.034%205.718.541%207.85-1.627c.529-.543.407-.49-.489-.201v-.002c-1.112.356-3.518.546-4.768-1c-1.523-1.885-.43-3.363-1.357-3.15c-3.616.834-5.267-1.466-5.547-2.102c-.002-.002-.086-.249-.152-.205%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%22M9.31%200c.653%201.35%201.567%204.082-1.388%207.174c-1.81%201.88-3.078%203.849-2.35%206.065c.365%201.103%201.187%202.507%202.887%202.785c.61.1%201.343%200%201.74-.14c2.454-.855%202.098-3.415%201.555-5.048c-.07-.213-.191-.733-.236-.924c-.373-1.602.776-2.656%201.129-3.804q.043-.138.07-.272q.062-.315.078-.638c0-1.827-.988-2.63-1.775-3.6C10.18.564%209.31%200%209.31%200m6.276%206.018s-.709.336-1.219.883c-.445.482-.863.879-1.294%201.859q-.041.21-.075.438c-.232%201.641%201.148%203.144.719%205.189c-.112.535-.355.712-.781%201.637c-.51%201.106-.383%202.588.36%203.529c.672.849%201.878%201.232%203.052.95c2.106-.505%203.065-2.283%202.896-4.286c-.131-1.58-.815-2.753-2.754-4.96c-.96-1.093-1.607-2.41-1.562-3.407c.137-1.207.658-1.832.658-1.832M4.893%2015.194c-.022.014-.044.061-.059.16l-.006.02v.01c-.114.54-.165%201.822.116%202.968c.353%201.443%201.417%203.902%204.412%205.129c2.518%201.034%205.718.541%207.85-1.627c.529-.543.407-.49-.489-.201v-.002c-1.112.356-3.518.546-4.768-1c-1.523-1.885-.43-3.363-1.357-3.15c-3.616.834-5.267-1.466-5.547-2.102c-.002-.002-.086-.249-.152-.205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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