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

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

The same logo in other sets

Use the boost logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.428 2.727l3.335 3.335c-.486.07-.903.276-1.32.624L.886 12.383c-1.181 1.18-1.181 3.194 0 4.375a2.4 2.4 0 0 0 1.598.834l17.088 3.681l-3.335-3.333c.486-.07.903-.278 1.32-.626l5.557-5.695c1.181-1.181 1.181-3.196 0-4.377a2.4 2.4 0 0 0-1.598-.833zM11.653 6.2c.694 0 1.25.486 1.25 1.18c0 .695-.486 1.251-1.181 1.251s-1.25-.485-1.25-1.18s.555-1.251 1.18-1.251zm1.51 3.792c.049-.006.088.046.088.098c-.139.694-.695 1.181-1.39 1.181c-.694 0-1.32-.487-1.46-1.112c0 0 .002-.07.071 0c.487.278.972.348 1.32.278c.346 0 .833-.07 1.32-.416a.1.1 0 0 1 .05-.029zm.723 2.511c.058.013.06.106.06.158c-.209.903-.973 1.666-1.946 1.666a2.17 2.17 0 0 1-2.084-1.528c-.07-.07 0-.138.138-.138c.695.347 1.39.416 1.877.416c.486 0 1.18-.14 1.875-.556q.051-.025.08-.018m.597 3.018c.049-.013.087.09.087.195c-.278 1.181-1.25 2.085-2.5 2.155c-1.251 0-2.293-.835-2.57-1.946c0-.139.068-.278.207-.209c.834.486 1.737.556 2.362.556s1.529-.208 2.362-.694q.028-.052.052-.057"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsBoost(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="m4.428 2.727l3.335 3.335c-.486.07-.903.276-1.32.624L.886 12.383c-1.181 1.18-1.181 3.194 0 4.375a2.4 2.4 0 0 0 1.598.834l17.088 3.681l-3.335-3.333c.486-.07.903-.278 1.32-.626l5.557-5.695c1.181-1.181 1.181-3.196 0-4.377a2.4 2.4 0 0 0-1.598-.833zM11.653 6.2c.694 0 1.25.486 1.25 1.18c0 .695-.486 1.251-1.181 1.251s-1.25-.485-1.25-1.18s.555-1.251 1.18-1.251zm1.51 3.792c.049-.006.088.046.088.098c-.139.694-.695 1.181-1.39 1.181c-.694 0-1.32-.487-1.46-1.112c0 0 .002-.07.071 0c.487.278.972.348 1.32.278c.346 0 .833-.07 1.32-.416a.1.1 0 0 1 .05-.029zm.723 2.511c.058.013.06.106.06.158c-.209.903-.973 1.666-1.946 1.666a2.17 2.17 0 0 1-2.084-1.528c-.07-.07 0-.138.138-.138c.695.347 1.39.416 1.877.416c.486 0 1.18-.14 1.875-.556q.051-.025.08-.018m.597 3.018c.049-.013.087.09.087.195c-.278 1.181-1.25 2.085-2.5 2.155c-1.251 0-2.293-.835-2.57-1.946c0-.139.068-.278.207-.209c.834.486 1.737.556 2.362.556s1.529-.208 2.362-.694q.028-.052.052-.057"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.428 2.727l3.335 3.335c-.486.07-.903.276-1.32.624L.886 12.383c-1.181 1.18-1.181 3.194 0 4.375a2.4 2.4 0 0 0 1.598.834l17.088 3.681l-3.335-3.333c.486-.07.903-.278 1.32-.626l5.557-5.695c1.181-1.181 1.181-3.196 0-4.377a2.4 2.4 0 0 0-1.598-.833zM11.653 6.2c.694 0 1.25.486 1.25 1.18c0 .695-.486 1.251-1.181 1.251s-1.25-.485-1.25-1.18s.555-1.251 1.18-1.251zm1.51 3.792c.049-.006.088.046.088.098c-.139.694-.695 1.181-1.39 1.181c-.694 0-1.32-.487-1.46-1.112c0 0 .002-.07.071 0c.487.278.972.348 1.32.278c.346 0 .833-.07 1.32-.416a.1.1 0 0 1 .05-.029zm.723 2.511c.058.013.06.106.06.158c-.209.903-.973 1.666-1.946 1.666a2.17 2.17 0 0 1-2.084-1.528c-.07-.07 0-.138.138-.138c.695.347 1.39.416 1.877.416c.486 0 1.18-.14 1.875-.556q.051-.025.08-.018m.597 3.018c.049-.013.087.09.087.195c-.278 1.181-1.25 2.085-2.5 2.155c-1.251 0-2.293-.835-2.57-1.946c0-.139.068-.278.207-.209c.834.486 1.737.556 2.362.556s1.529-.208 2.362-.694q.028-.052.052-.057"/></svg>
</template>

CSS

.icon-boost {
  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%22m4.428%202.727l3.335%203.335c-.486.07-.903.276-1.32.624L.886%2012.383c-1.181%201.18-1.181%203.194%200%204.375a2.4%202.4%200%200%200%201.598.834l17.088%203.681l-3.335-3.333c.486-.07.903-.278%201.32-.626l5.557-5.695c1.181-1.181%201.181-3.196%200-4.377a2.4%202.4%200%200%200-1.598-.833zM11.653%206.2c.694%200%201.25.486%201.25%201.18c0%20.695-.486%201.251-1.181%201.251s-1.25-.485-1.25-1.18s.555-1.251%201.18-1.251zm1.51%203.792c.049-.006.088.046.088.098c-.139.694-.695%201.181-1.39%201.181c-.694%200-1.32-.487-1.46-1.112c0%200%20.002-.07.071%200c.487.278.972.348%201.32.278c.346%200%20.833-.07%201.32-.416a.1.1%200%200%201%20.05-.029zm.723%202.511c.058.013.06.106.06.158c-.209.903-.973%201.666-1.946%201.666a2.17%202.17%200%200%201-2.084-1.528c-.07-.07%200-.138.138-.138c.695.347%201.39.416%201.877.416c.486%200%201.18-.14%201.875-.556q.051-.025.08-.018m.597%203.018c.049-.013.087.09.087.195c-.278%201.181-1.25%202.085-2.5%202.155c-1.251%200-2.293-.835-2.57-1.946c0-.139.068-.278.207-.209c.834.486%201.737.556%202.362.556s1.529-.208%202.362-.694q.028-.052.052-.057%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%22m4.428%202.727l3.335%203.335c-.486.07-.903.276-1.32.624L.886%2012.383c-1.181%201.18-1.181%203.194%200%204.375a2.4%202.4%200%200%200%201.598.834l17.088%203.681l-3.335-3.333c.486-.07.903-.278%201.32-.626l5.557-5.695c1.181-1.181%201.181-3.196%200-4.377a2.4%202.4%200%200%200-1.598-.833zM11.653%206.2c.694%200%201.25.486%201.25%201.18c0%20.695-.486%201.251-1.181%201.251s-1.25-.485-1.25-1.18s.555-1.251%201.18-1.251zm1.51%203.792c.049-.006.088.046.088.098c-.139.694-.695%201.181-1.39%201.181c-.694%200-1.32-.487-1.46-1.112c0%200%20.002-.07.071%200c.487.278.972.348%201.32.278c.346%200%20.833-.07%201.32-.416a.1.1%200%200%201%20.05-.029zm.723%202.511c.058.013.06.106.06.158c-.209.903-.973%201.666-1.946%201.666a2.17%202.17%200%200%201-2.084-1.528c-.07-.07%200-.138.138-.138c.695.347%201.39.416%201.877.416c.486%200%201.18-.14%201.875-.556q.051-.025.08-.018m.597%203.018c.049-.013.087.09.087.195c-.278%201.181-1.25%202.085-2.5%202.155c-1.251%200-2.293-.835-2.57-1.946c0-.139.068-.278.207-.209c.834.486%201.737.556%202.362.556s1.529-.208%202.362-.694q.028-.052.052-.057%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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