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

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

Use the facepunch logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.388 0 0 5.388 0 12s5.388 12 12 12s12-5.388 12-12S18.629 0 12 0m0 21.314c-5.133 0-9.297-4.164-9.297-9.297S6.867 2.72 12 2.72s9.297 4.164 9.297 9.297s-4.164 9.297-9.297 9.297M10.028 12l1.48 1.479l-1.922 1.92l-1.478-1.478l-1.428 1.444l-1.92-1.92L6.203 12l-1.377-1.377l1.92-1.904l1.36 1.377l1.411-1.41l1.921 1.903L10.03 12zm9.162-1.462l-1.411 1.411l1.479 1.479l-1.92 1.904l-1.48-1.48l-1.444 1.446l-1.904-1.921l1.445-1.428l-1.377-1.377l1.904-1.92l1.376 1.376l1.411-1.41l1.92 1.92z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsFacepunch(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="M12 0C5.388 0 0 5.388 0 12s5.388 12 12 12s12-5.388 12-12S18.629 0 12 0m0 21.314c-5.133 0-9.297-4.164-9.297-9.297S6.867 2.72 12 2.72s9.297 4.164 9.297 9.297s-4.164 9.297-9.297 9.297M10.028 12l1.48 1.479l-1.922 1.92l-1.478-1.478l-1.428 1.444l-1.92-1.92L6.203 12l-1.377-1.377l1.92-1.904l1.36 1.377l1.411-1.41l1.921 1.903L10.03 12zm9.162-1.462l-1.411 1.411l1.479 1.479l-1.92 1.904l-1.48-1.48l-1.444 1.446l-1.904-1.921l1.445-1.428l-1.377-1.377l1.904-1.92l1.376 1.376l1.411-1.41l1.92 1.92z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.388 0 0 5.388 0 12s5.388 12 12 12s12-5.388 12-12S18.629 0 12 0m0 21.314c-5.133 0-9.297-4.164-9.297-9.297S6.867 2.72 12 2.72s9.297 4.164 9.297 9.297s-4.164 9.297-9.297 9.297M10.028 12l1.48 1.479l-1.922 1.92l-1.478-1.478l-1.428 1.444l-1.92-1.92L6.203 12l-1.377-1.377l1.92-1.904l1.36 1.377l1.411-1.41l1.921 1.903L10.03 12zm9.162-1.462l-1.411 1.411l1.479 1.479l-1.92 1.904l-1.48-1.48l-1.444 1.446l-1.904-1.921l1.445-1.428l-1.377-1.377l1.904-1.92l1.376 1.376l1.411-1.41l1.92 1.92z"/></svg>
</template>

CSS

.icon-facepunch {
  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%22M12%200C5.388%200%200%205.388%200%2012s5.388%2012%2012%2012s12-5.388%2012-12S18.629%200%2012%200m0%2021.314c-5.133%200-9.297-4.164-9.297-9.297S6.867%202.72%2012%202.72s9.297%204.164%209.297%209.297s-4.164%209.297-9.297%209.297M10.028%2012l1.48%201.479l-1.922%201.92l-1.478-1.478l-1.428%201.444l-1.92-1.92L6.203%2012l-1.377-1.377l1.92-1.904l1.36%201.377l1.411-1.41l1.921%201.903L10.03%2012zm9.162-1.462l-1.411%201.411l1.479%201.479l-1.92%201.904l-1.48-1.48l-1.444%201.446l-1.904-1.921l1.445-1.428l-1.377-1.377l1.904-1.92l1.376%201.376l1.411-1.41l1.92%201.92z%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%22M12%200C5.388%200%200%205.388%200%2012s5.388%2012%2012%2012s12-5.388%2012-12S18.629%200%2012%200m0%2021.314c-5.133%200-9.297-4.164-9.297-9.297S6.867%202.72%2012%202.72s9.297%204.164%209.297%209.297s-4.164%209.297-9.297%209.297M10.028%2012l1.48%201.479l-1.922%201.92l-1.478-1.478l-1.428%201.444l-1.92-1.92L6.203%2012l-1.377-1.377l1.92-1.904l1.36%201.377l1.411-1.41l1.921%201.903L10.03%2012zm9.162-1.462l-1.411%201.411l1.479%201.479l-1.92%201.904l-1.48-1.48l-1.444%201.446l-1.904-1.921l1.445-1.428l-1.377-1.377l1.904-1.92l1.376%201.376l1.411-1.41l1.92%201.92z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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