brand bunpo icon

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

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

Related icons in Tabler Icons

Use the brand bunpo 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="M3.9 7.205a17.8 17.8 0 0 0 4.008 2.753a7.9 7.9 0 0 0 4.57.567c1.5-.33 2.907-1 4.121-1.956a12.1 12.1 0 0 0 2.892-2.903c.603-.94.745-1.766.484-2.231s-.927-.568-1.72-.257a7.6 7.6 0 0 0-2.608 2.034a18.4 18.4 0 0 0-2.588 3.884a35 35 0 0 0-2.093 5.073a13 13 0 0 0-.677 3.515c-.07.752.07 1.51.405 2.184c.323.562 1.06 1.132 2.343 1.132c3.474 0 5.093-3.53 5.463-5.62c.24-1.365-.085-3.197-1.182-4.01"/></svg>

React

import type { SVGProps } from "react";

export function TablerBrandBunpo(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="M3.9 7.205a17.8 17.8 0 0 0 4.008 2.753a7.9 7.9 0 0 0 4.57.567c1.5-.33 2.907-1 4.121-1.956a12.1 12.1 0 0 0 2.892-2.903c.603-.94.745-1.766.484-2.231s-.927-.568-1.72-.257a7.6 7.6 0 0 0-2.608 2.034a18.4 18.4 0 0 0-2.588 3.884a35 35 0 0 0-2.093 5.073a13 13 0 0 0-.677 3.515c-.07.752.07 1.51.405 2.184c.323.562 1.06 1.132 2.343 1.132c3.474 0 5.093-3.53 5.463-5.62c.24-1.365-.085-3.197-1.182-4.01"/></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="M3.9 7.205a17.8 17.8 0 0 0 4.008 2.753a7.9 7.9 0 0 0 4.57.567c1.5-.33 2.907-1 4.121-1.956a12.1 12.1 0 0 0 2.892-2.903c.603-.94.745-1.766.484-2.231s-.927-.568-1.72-.257a7.6 7.6 0 0 0-2.608 2.034a18.4 18.4 0 0 0-2.588 3.884a35 35 0 0 0-2.093 5.073a13 13 0 0 0-.677 3.515c-.07.752.07 1.51.405 2.184c.323.562 1.06 1.132 2.343 1.132c3.474 0 5.093-3.53 5.463-5.62c.24-1.365-.085-3.197-1.182-4.01"/></svg>
</template>

CSS

.icon-brand-bunpo {
  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%22M3.9%207.205a17.8%2017.8%200%200%200%204.008%202.753a7.9%207.9%200%200%200%204.57.567c1.5-.33%202.907-1%204.121-1.956a12.1%2012.1%200%200%200%202.892-2.903c.603-.94.745-1.766.484-2.231s-.927-.568-1.72-.257a7.6%207.6%200%200%200-2.608%202.034a18.4%2018.4%200%200%200-2.588%203.884a35%2035%200%200%200-2.093%205.073a13%2013%200%200%200-.677%203.515c-.07.752.07%201.51.405%202.184c.323.562%201.06%201.132%202.343%201.132c3.474%200%205.093-3.53%205.463-5.62c.24-1.365-.085-3.197-1.182-4.01%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%22M3.9%207.205a17.8%2017.8%200%200%200%204.008%202.753a7.9%207.9%200%200%200%204.57.567c1.5-.33%202.907-1%204.121-1.956a12.1%2012.1%200%200%200%202.892-2.903c.603-.94.745-1.766.484-2.231s-.927-.568-1.72-.257a7.6%207.6%200%200%200-2.608%202.034a18.4%2018.4%200%200%200-2.588%203.884a35%2035%200%200%200-2.093%205.073a13%2013%200%200%200-.677%203.515c-.07.752.07%201.51.405%202.184c.323.562%201.06%201.132%202.343%201.132c3.474%200%205.093-3.53%205.463-5.62c.24-1.365-.085-3.197-1.182-4.01%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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