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

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

Use the fireship logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.245.05c-.042-.035-.14-.035-.22-.05c-.041.06-.098.113-.113.166a3 3 0 0 0-.064.416a15.42 15.42 0 0 1-3.742 8.693c-1.258 1.474-2.51 2.982-3.44 4.585c-2.293 3.972-.249 8.031 4.763 9.804c.163.06.348.087.76.181c-1.701-1.534-2.57-3.1-2.28-4.944c.284-1.765 1.172-3.337 2.525-4.77a1.04 1.04 0 0 1 .099.549c-.068 1.572.453 2.96 2.063 4.055c.741.507 1.41 1.081 2.079 1.644c.684.57.884 1.263.688 2.015c-.09.366-.227.725-.378 1.171c1.145-.11 2.203-.264 2.914-.9c.68-.604 1.183-1.322 1.909-2.154c.049.707.15 1.255.113 1.8c-.045.566-.22 1.126-.336 1.689c3.477-.525 6.546-3.934 6.682-7.427c.098-2.543-2.071-6.274-3.893-6.637l.302.688c.631 1.391.817 2.8.416 4.256c-.4 1.448-2.426 3.073-4.214 3.277c.06-.144.087-.28.17-.39c1.927-2.596 1.946-5.31.854-8.084C15.44 5.98 12.632 2.88 9.245.053Z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsFireship(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.245.05c-.042-.035-.14-.035-.22-.05c-.041.06-.098.113-.113.166a3 3 0 0 0-.064.416a15.42 15.42 0 0 1-3.742 8.693c-1.258 1.474-2.51 2.982-3.44 4.585c-2.293 3.972-.249 8.031 4.763 9.804c.163.06.348.087.76.181c-1.701-1.534-2.57-3.1-2.28-4.944c.284-1.765 1.172-3.337 2.525-4.77a1.04 1.04 0 0 1 .099.549c-.068 1.572.453 2.96 2.063 4.055c.741.507 1.41 1.081 2.079 1.644c.684.57.884 1.263.688 2.015c-.09.366-.227.725-.378 1.171c1.145-.11 2.203-.264 2.914-.9c.68-.604 1.183-1.322 1.909-2.154c.049.707.15 1.255.113 1.8c-.045.566-.22 1.126-.336 1.689c3.477-.525 6.546-3.934 6.682-7.427c.098-2.543-2.071-6.274-3.893-6.637l.302.688c.631 1.391.817 2.8.416 4.256c-.4 1.448-2.426 3.073-4.214 3.277c.06-.144.087-.28.17-.39c1.927-2.596 1.946-5.31.854-8.084C15.44 5.98 12.632 2.88 9.245.053Z"/></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.245.05c-.042-.035-.14-.035-.22-.05c-.041.06-.098.113-.113.166a3 3 0 0 0-.064.416a15.42 15.42 0 0 1-3.742 8.693c-1.258 1.474-2.51 2.982-3.44 4.585c-2.293 3.972-.249 8.031 4.763 9.804c.163.06.348.087.76.181c-1.701-1.534-2.57-3.1-2.28-4.944c.284-1.765 1.172-3.337 2.525-4.77a1.04 1.04 0 0 1 .099.549c-.068 1.572.453 2.96 2.063 4.055c.741.507 1.41 1.081 2.079 1.644c.684.57.884 1.263.688 2.015c-.09.366-.227.725-.378 1.171c1.145-.11 2.203-.264 2.914-.9c.68-.604 1.183-1.322 1.909-2.154c.049.707.15 1.255.113 1.8c-.045.566-.22 1.126-.336 1.689c3.477-.525 6.546-3.934 6.682-7.427c.098-2.543-2.071-6.274-3.893-6.637l.302.688c.631 1.391.817 2.8.416 4.256c-.4 1.448-2.426 3.073-4.214 3.277c.06-.144.087-.28.17-.39c1.927-2.596 1.946-5.31.854-8.084C15.44 5.98 12.632 2.88 9.245.053Z"/></svg>
</template>

CSS

.icon-fireship {
  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.245.05c-.042-.035-.14-.035-.22-.05c-.041.06-.098.113-.113.166a3%203%200%200%200-.064.416a15.42%2015.42%200%200%201-3.742%208.693c-1.258%201.474-2.51%202.982-3.44%204.585c-2.293%203.972-.249%208.031%204.763%209.804c.163.06.348.087.76.181c-1.701-1.534-2.57-3.1-2.28-4.944c.284-1.765%201.172-3.337%202.525-4.77a1.04%201.04%200%200%201%20.099.549c-.068%201.572.453%202.96%202.063%204.055c.741.507%201.41%201.081%202.079%201.644c.684.57.884%201.263.688%202.015c-.09.366-.227.725-.378%201.171c1.145-.11%202.203-.264%202.914-.9c.68-.604%201.183-1.322%201.909-2.154c.049.707.15%201.255.113%201.8c-.045.566-.22%201.126-.336%201.689c3.477-.525%206.546-3.934%206.682-7.427c.098-2.543-2.071-6.274-3.893-6.637l.302.688c.631%201.391.817%202.8.416%204.256c-.4%201.448-2.426%203.073-4.214%203.277c.06-.144.087-.28.17-.39c1.927-2.596%201.946-5.31.854-8.084C15.44%205.98%2012.632%202.88%209.245.053Z%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.245.05c-.042-.035-.14-.035-.22-.05c-.041.06-.098.113-.113.166a3%203%200%200%200-.064.416a15.42%2015.42%200%200%201-3.742%208.693c-1.258%201.474-2.51%202.982-3.44%204.585c-2.293%203.972-.249%208.031%204.763%209.804c.163.06.348.087.76.181c-1.701-1.534-2.57-3.1-2.28-4.944c.284-1.765%201.172-3.337%202.525-4.77a1.04%201.04%200%200%201%20.099.549c-.068%201.572.453%202.96%202.063%204.055c.741.507%201.41%201.081%202.079%201.644c.684.57.884%201.263.688%202.015c-.09.366-.227.725-.378%201.171c1.145-.11%202.203-.264%202.914-.9c.68-.604%201.183-1.322%201.909-2.154c.049.707.15%201.255.113%201.8c-.045.566-.22%201.126-.336%201.689c3.477-.525%206.546-3.934%206.682-7.427c.098-2.543-2.071-6.274-3.893-6.637l.302.688c.631%201.391.817%202.8.416%204.256c-.4%201.448-2.426%203.073-4.214%203.277c.06-.144.087-.28.17-.39c1.927-2.596%201.946-5.31.854-8.084C15.44%205.98%2012.632%202.88%209.245.053Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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