sistrix from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
sistrix
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
448×512
License
CC BY 4.0

The same logo in other sets

Use the sistrix logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M448 449L301.2 300.2c20-27.9 31.9-62.2 31.9-99.2c0-93.1-74.7-168.9-166.5-168.9C74.7 32 0 107.8 0 200.9s74.7 168.9 166.5 168.9c39.8 0 76.3-14.2 105-37.9l146 148.1zM166.5 330.8c-70.6 0-128.1-58.3-128.1-129.9S95.9 71 166.5 71s128.1 58.3 128.1 129.9s-57.4 129.9-128.1 129.9"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsSistrix(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M448 449L301.2 300.2c20-27.9 31.9-62.2 31.9-99.2c0-93.1-74.7-168.9-166.5-168.9C74.7 32 0 107.8 0 200.9s74.7 168.9 166.5 168.9c39.8 0 76.3-14.2 105-37.9l146 148.1zM166.5 330.8c-70.6 0-128.1-58.3-128.1-129.9S95.9 71 166.5 71s128.1 58.3 128.1 129.9s-57.4 129.9-128.1 129.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M448 449L301.2 300.2c20-27.9 31.9-62.2 31.9-99.2c0-93.1-74.7-168.9-166.5-168.9C74.7 32 0 107.8 0 200.9s74.7 168.9 166.5 168.9c39.8 0 76.3-14.2 105-37.9l146 148.1zM166.5 330.8c-70.6 0-128.1-58.3-128.1-129.9S95.9 71 166.5 71s128.1 58.3 128.1 129.9s-57.4 129.9-128.1 129.9"/></svg>
</template>

CSS

.icon-sistrix {
  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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%20449L301.2%20300.2c20-27.9%2031.9-62.2%2031.9-99.2c0-93.1-74.7-168.9-166.5-168.9C74.7%2032%200%20107.8%200%20200.9s74.7%20168.9%20166.5%20168.9c39.8%200%2076.3-14.2%20105-37.9l146%20148.1zM166.5%20330.8c-70.6%200-128.1-58.3-128.1-129.9S95.9%2071%20166.5%2071s128.1%2058.3%20128.1%20129.9s-57.4%20129.9-128.1%20129.9%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%20449L301.2%20300.2c20-27.9%2031.9-62.2%2031.9-99.2c0-93.1-74.7-168.9-166.5-168.9C74.7%2032%200%20107.8%200%20200.9s74.7%20168.9%20166.5%20168.9c39.8%200%2076.3-14.2%20105-37.9l146%20148.1zM166.5%20330.8c-70.6%200-128.1-58.3-128.1-129.9S95.9%2071%20166.5%2071s128.1%2058.3%20128.1%20129.9s-57.4%20129.9-128.1%20129.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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