bxs-bong from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
bxs-bong
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT

Related icons in BoxIcons v2

Use the bxs bong icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19.293 8.293l-2.069 2.069A7.017 7.017 0 0 0 15 8.681V4h1V2H8v2h1v4.681A7.01 7.01 0 0 0 5 15c0 3.859 3.141 7 7 7s7-3.141 7-7a6.958 6.958 0 0 0-.652-2.934l2.359-2.359l-1.414-1.414zm-8.959 1.998l.666-.235V4h2v6.056l.666.235A5.006 5.006 0 0 1 16.886 14H7.114a5.006 5.006 0 0 1 3.22-3.709z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxsBong(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19.293 8.293l-2.069 2.069A7.017 7.017 0 0 0 15 8.681V4h1V2H8v2h1v4.681A7.01 7.01 0 0 0 5 15c0 3.859 3.141 7 7 7s7-3.141 7-7a6.958 6.958 0 0 0-.652-2.934l2.359-2.359l-1.414-1.414zm-8.959 1.998l.666-.235V4h2v6.056l.666.235A5.006 5.006 0 0 1 16.886 14H7.114a5.006 5.006 0 0 1 3.22-3.709z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M19.293 8.293l-2.069 2.069A7.017 7.017 0 0 0 15 8.681V4h1V2H8v2h1v4.681A7.01 7.01 0 0 0 5 15c0 3.859 3.141 7 7 7s7-3.141 7-7a6.958 6.958 0 0 0-.652-2.934l2.359-2.359l-1.414-1.414zm-8.959 1.998l.666-.235V4h2v6.056l.666.235A5.006 5.006 0 0 1 16.886 14H7.114a5.006 5.006 0 0 1 3.22-3.709z" fill="currentColor"/></svg>
</template>

CSS

.icon-bxs-bong {
  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%20d%3D%22M19.293%208.293l-2.069%202.069A7.017%207.017%200%200%200%2015%208.681V4h1V2H8v2h1v4.681A7.01%207.01%200%200%200%205%2015c0%203.859%203.141%207%207%207s7-3.141%207-7a6.958%206.958%200%200%200-.652-2.934l2.359-2.359l-1.414-1.414zm-8.959%201.998l.666-.235V4h2v6.056l.666.235A5.006%205.006%200%200%201%2016.886%2014H7.114a5.006%205.006%200%200%201%203.22-3.709z%22%20fill%3D%22currentColor%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%20d%3D%22M19.293%208.293l-2.069%202.069A7.017%207.017%200%200%200%2015%208.681V4h1V2H8v2h1v4.681A7.01%207.01%200%200%200%205%2015c0%203.859%203.141%207%207%207s7-3.141%207-7a6.958%206.958%200%200%200-.652-2.934l2.359-2.359l-1.414-1.414zm-8.959%201.998l.666-.235V4h2v6.056l.666.235A5.006%205.006%200%200%201%2016.886%2014H7.114a5.006%205.006%200%200%201%203.22-3.709z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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