bong icon
bong from Font Awesome 6 Solid by Dave Gandy · Regular · Medical · CC-BY-4.0 Attribution required.
- Name
- bong
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Medical
- Viewbox
- 448×512
- License
- CC BY 4.0
The same icon in other sets
More medical icons from Font Awesome 6 Solid
Use the bong icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M160 208.5c0 29.1-15.6 53.9-37.2 67.8c-17.2 11.1-31.5 26.1-41.7 43.7h221.8c-10.2-17.6-24.5-32.6-41.7-43.7c-21.6-13.9-37.2-38.7-37.2-67.8V64h-64zM288 64v144.5c0 5.7 3.1 10.9 7.9 14c11.2 7.2 21.5 15.5 30.9 24.8l39.3-39.3l-7-7c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l24 24l24 24c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-7-7l-43.3 43.3C374 314.1 384 347.9 384 384c0 39.4-11.9 76.1-32.2 106.5c-9.6 14.4-26.5 21.5-43.8 21.5H76.1c-17.3 0-34.2-7.1-43.8-21.5C11.9 460.1 0 423.4 0 384c0-67.8 35.1-127.3 88.1-161.5c4.8-3.1 7.9-8.3 7.9-14V64c-17.7 0-32-14.3-32-32S78.3 0 96 0h192c17.7 0 32 14.3 32 32s-14.3 32-32 32"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidBong(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M160 208.5c0 29.1-15.6 53.9-37.2 67.8c-17.2 11.1-31.5 26.1-41.7 43.7h221.8c-10.2-17.6-24.5-32.6-41.7-43.7c-21.6-13.9-37.2-38.7-37.2-67.8V64h-64zM288 64v144.5c0 5.7 3.1 10.9 7.9 14c11.2 7.2 21.5 15.5 30.9 24.8l39.3-39.3l-7-7c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l24 24l24 24c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-7-7l-43.3 43.3C374 314.1 384 347.9 384 384c0 39.4-11.9 76.1-32.2 106.5c-9.6 14.4-26.5 21.5-43.8 21.5H76.1c-17.3 0-34.2-7.1-43.8-21.5C11.9 460.1 0 423.4 0 384c0-67.8 35.1-127.3 88.1-161.5c4.8-3.1 7.9-8.3 7.9-14V64c-17.7 0-32-14.3-32-32S78.3 0 96 0h192c17.7 0 32 14.3 32 32s-14.3 32-32 32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M160 208.5c0 29.1-15.6 53.9-37.2 67.8c-17.2 11.1-31.5 26.1-41.7 43.7h221.8c-10.2-17.6-24.5-32.6-41.7-43.7c-21.6-13.9-37.2-38.7-37.2-67.8V64h-64zM288 64v144.5c0 5.7 3.1 10.9 7.9 14c11.2 7.2 21.5 15.5 30.9 24.8l39.3-39.3l-7-7c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l24 24l24 24c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-7-7l-43.3 43.3C374 314.1 384 347.9 384 384c0 39.4-11.9 76.1-32.2 106.5c-9.6 14.4-26.5 21.5-43.8 21.5H76.1c-17.3 0-34.2-7.1-43.8-21.5C11.9 460.1 0 423.4 0 384c0-67.8 35.1-127.3 88.1-161.5c4.8-3.1 7.9-8.3 7.9-14V64c-17.7 0-32-14.3-32-32S78.3 0 96 0h192c17.7 0 32 14.3 32 32s-14.3 32-32 32"/></svg> </template>
CSS
.icon-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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%20208.5c0%2029.1-15.6%2053.9-37.2%2067.8c-17.2%2011.1-31.5%2026.1-41.7%2043.7h221.8c-10.2-17.6-24.5-32.6-41.7-43.7c-21.6-13.9-37.2-38.7-37.2-67.8V64h-64zM288%2064v144.5c0%205.7%203.1%2010.9%207.9%2014c11.2%207.2%2021.5%2015.5%2030.9%2024.8l39.3-39.3l-7-7c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l24%2024l24%2024c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-7-7l-43.3%2043.3C374%20314.1%20384%20347.9%20384%20384c0%2039.4-11.9%2076.1-32.2%20106.5c-9.6%2014.4-26.5%2021.5-43.8%2021.5H76.1c-17.3%200-34.2-7.1-43.8-21.5C11.9%20460.1%200%20423.4%200%20384c0-67.8%2035.1-127.3%2088.1-161.5c4.8-3.1%207.9-8.3%207.9-14V64c-17.7%200-32-14.3-32-32S78.3%200%2096%200h192c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%20208.5c0%2029.1-15.6%2053.9-37.2%2067.8c-17.2%2011.1-31.5%2026.1-41.7%2043.7h221.8c-10.2-17.6-24.5-32.6-41.7-43.7c-21.6-13.9-37.2-38.7-37.2-67.8V64h-64zM288%2064v144.5c0%205.7%203.1%2010.9%207.9%2014c11.2%207.2%2021.5%2015.5%2030.9%2024.8l39.3-39.3l-7-7c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l24%2024l24%2024c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-7-7l-43.3%2043.3C374%20314.1%20384%20347.9%20384%20384c0%2039.4-11.9%2076.1-32.2%20106.5c-9.6%2014.4-26.5%2021.5-43.8%2021.5H76.1c-17.3%200-34.2-7.1-43.8-21.5C11.9%20460.1%200%20423.4%200%20384c0-67.8%2035.1-127.3%2088.1-161.5c4.8-3.1%207.9-8.3%207.9-14V64c-17.7%200-32-14.3-32-32S78.3%200%2096%200h192c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/bong.svg?color=%231a73e8&size=48