brand infakt icon

brand-infakt from Tabler Icons by Paweł Kuna · Outline · MIT Free for personal and commercial use.

Name
brand-infakt
Set
Tabler Icons
Style
Outline
Viewbox
24×24
License
MIT

Related icons in Tabler Icons

Use the brand infakt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.936 6.063a3 3 0 1 0 6 0a3 3 0 1 0-6 0M5.52 5c.002-.033-1.69 1.568 1.02 3.733c-1.092 2.015.853 2.992.853 2.992c-.972 1.879 1.39 2.805 1.39 2.805c-1 2.39-2 4.68-3.555 6.454c1.495.09 2.04-.196 2.9-.844c3.386-2.552 4.937-6.471 5.765-8.62c.385-1.001-.323-2.47-1.247-2.964c-2.52-1.35-7.178-3.526-7.127-3.555"/></svg>

React

import type { SVGProps } from "react";

export function TablerBrandInfakt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M14.936 6.063a3 3 0 1 0 6 0a3 3 0 1 0-6 0M5.52 5c.002-.033-1.69 1.568 1.02 3.733c-1.092 2.015.853 2.992.853 2.992c-.972 1.879 1.39 2.805 1.39 2.805c-1 2.39-2 4.68-3.555 6.454c1.495.09 2.04-.196 2.9-.844c3.386-2.552 4.937-6.471 5.765-8.62c.385-1.001-.323-2.47-1.247-2.964c-2.52-1.35-7.178-3.526-7.127-3.555"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.936 6.063a3 3 0 1 0 6 0a3 3 0 1 0-6 0M5.52 5c.002-.033-1.69 1.568 1.02 3.733c-1.092 2.015.853 2.992.853 2.992c-.972 1.879 1.39 2.805 1.39 2.805c-1 2.39-2 4.68-3.555 6.454c1.495.09 2.04-.196 2.9-.844c3.386-2.552 4.937-6.471 5.765-8.62c.385-1.001-.323-2.47-1.247-2.964c-2.52-1.35-7.178-3.526-7.127-3.555"/></svg>
</template>

CSS

.icon-brand-infakt {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M14.936%206.063a3%203%200%201%200%206%200a3%203%200%201%200-6%200M5.52%205c.002-.033-1.69%201.568%201.02%203.733c-1.092%202.015.853%202.992.853%202.992c-.972%201.879%201.39%202.805%201.39%202.805c-1%202.39-2%204.68-3.555%206.454c1.495.09%202.04-.196%202.9-.844c3.386-2.552%204.937-6.471%205.765-8.62c.385-1.001-.323-2.47-1.247-2.964c-2.52-1.35-7.178-3.526-7.127-3.555%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M14.936%206.063a3%203%200%201%200%206%200a3%203%200%201%200-6%200M5.52%205c.002-.033-1.69%201.568%201.02%203.733c-1.092%202.015.853%202.992.853%202.992c-.972%201.879%201.39%202.805%201.39%202.805c-1%202.39-2%204.68-3.555%206.454c1.495.09%202.04-.196%202.9-.844c3.386-2.552%204.937-6.471%205.765-8.62c.385-1.001-.323-2.47-1.247-2.964c-2.52-1.35-7.178-3.526-7.127-3.555%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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