brand cohost icon

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

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

Related icons in Tabler Icons

Use the brand cohost icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M14 14a3 2 0 1 0 6 0a3 2 0 1 0-6 0"/><path d="M4.526 17.666q-1.7-1.158-2.291-3.456q-.596-2.31.32-4.19q.915-1.883 2.938-3.254q2.021-1.371 4.749-2.132q2.715-.756 5.12-.61q2.412.15 4.112 1.31c1.7 1.16 1.897 1.924 2.291 3.456q.596 2.311-.32 4.192q-.916 1.88-2.938 3.252q-2.021 1.372-4.749 2.133q-2.715.755-5.12.61q-2.412-.153-4.112-1.31"/><path d="M11 12.508C10.47 12.192 9.77 12 9 12c-1.657 0-3 .895-3 2s1.343 2 3 2c.767 0 1.467-.192 2-.508"/></g></svg>

React

import type { SVGProps } from "react";

export function TablerBrandCohost(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M14 14a3 2 0 1 0 6 0a3 2 0 1 0-6 0"/><path d="M4.526 17.666q-1.7-1.158-2.291-3.456q-.596-2.31.32-4.19q.915-1.883 2.938-3.254q2.021-1.371 4.749-2.132q2.715-.756 5.12-.61q2.412.15 4.112 1.31c1.7 1.16 1.897 1.924 2.291 3.456q.596 2.311-.32 4.192q-.916 1.88-2.938 3.252q-2.021 1.372-4.749 2.133q-2.715.755-5.12.61q-2.412-.153-4.112-1.31"/><path d="M11 12.508C10.47 12.192 9.77 12 9 12c-1.657 0-3 .895-3 2s1.343 2 3 2c.767 0 1.467-.192 2-.508"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M14 14a3 2 0 1 0 6 0a3 2 0 1 0-6 0"/><path d="M4.526 17.666q-1.7-1.158-2.291-3.456q-.596-2.31.32-4.19q.915-1.883 2.938-3.254q2.021-1.371 4.749-2.132q2.715-.756 5.12-.61q2.412.15 4.112 1.31c1.7 1.16 1.897 1.924 2.291 3.456q.596 2.311-.32 4.192q-.916 1.88-2.938 3.252q-2.021 1.372-4.749 2.133q-2.715.755-5.12.61q-2.412-.153-4.112-1.31"/><path d="M11 12.508C10.47 12.192 9.77 12 9 12c-1.657 0-3 .895-3 2s1.343 2 3 2c.767 0 1.467-.192 2-.508"/></g></svg>
</template>

CSS

.icon-brand-cohost {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M14%2014a3%202%200%201%200%206%200a3%202%200%201%200-6%200%22%2F%3E%3Cpath%20d%3D%22M4.526%2017.666q-1.7-1.158-2.291-3.456q-.596-2.31.32-4.19q.915-1.883%202.938-3.254q2.021-1.371%204.749-2.132q2.715-.756%205.12-.61q2.412.15%204.112%201.31c1.7%201.16%201.897%201.924%202.291%203.456q.596%202.311-.32%204.192q-.916%201.88-2.938%203.252q-2.021%201.372-4.749%202.133q-2.715.755-5.12.61q-2.412-.153-4.112-1.31%22%2F%3E%3Cpath%20d%3D%22M11%2012.508C10.47%2012.192%209.77%2012%209%2012c-1.657%200-3%20.895-3%202s1.343%202%203%202c.767%200%201.467-.192%202-.508%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M14%2014a3%202%200%201%200%206%200a3%202%200%201%200-6%200%22%2F%3E%3Cpath%20d%3D%22M4.526%2017.666q-1.7-1.158-2.291-3.456q-.596-2.31.32-4.19q.915-1.883%202.938-3.254q2.021-1.371%204.749-2.132q2.715-.756%205.12-.61q2.412.15%204.112%201.31c1.7%201.16%201.897%201.924%202.291%203.456q.596%202.311-.32%204.192q-.916%201.88-2.938%203.252q-2.021%201.372-4.749%202.133q-2.715.755-5.12.61q-2.412-.153-4.112-1.31%22%2F%3E%3Cpath%20d%3D%22M11%2012.508C10.47%2012.192%209.77%2012%209%2012c-1.657%200-3%20.895-3%202s1.343%202%203%202c.767%200%201.467-.192%202-.508%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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