bong icon
bong from Font Awesome Solid by Dave Gandy · Solid · Medical · CC-BY-4.0 Attribution required.
- Name
- bong
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Medical
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More medical icons from Font Awesome Solid
Use the bong icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M512.5 448c0 41.5-13.1 79.9-35.5 111.3c-7.9 11.1-21.2 16.7-34.8 16.7H198.9c-13.7 0-26.9-5.6-34.8-16.7c-22.4-31.4-35.5-69.8-35.5-111.3c0-71.1 38.6-133.1 96-166.3V128c-17.7 0-32-14.3-32-32s14.3-32 32-32h192c17.7 0 32 14.3 32 32s-14.3 32-32 32v153.7c14.2 8.2 27.2 18.2 38.8 29.6l39.3-39.3l-7-7c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l48 48c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-7-7l-43.3 43.3c17.3 28.9 27.3 62.6 27.3 98.8zm-160-320h-64v190.6l-32 18.5c-19.5 11.3-35.7 27.5-46.9 46.9h221.8c-11.2-19.4-27.4-35.6-46.9-46.9l-32-18.5z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidBong(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M512.5 448c0 41.5-13.1 79.9-35.5 111.3c-7.9 11.1-21.2 16.7-34.8 16.7H198.9c-13.7 0-26.9-5.6-34.8-16.7c-22.4-31.4-35.5-69.8-35.5-111.3c0-71.1 38.6-133.1 96-166.3V128c-17.7 0-32-14.3-32-32s14.3-32 32-32h192c17.7 0 32 14.3 32 32s-14.3 32-32 32v153.7c14.2 8.2 27.2 18.2 38.8 29.6l39.3-39.3l-7-7c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l48 48c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-7-7l-43.3 43.3c17.3 28.9 27.3 62.6 27.3 98.8zm-160-320h-64v190.6l-32 18.5c-19.5 11.3-35.7 27.5-46.9 46.9h221.8c-11.2-19.4-27.4-35.6-46.9-46.9l-32-18.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M512.5 448c0 41.5-13.1 79.9-35.5 111.3c-7.9 11.1-21.2 16.7-34.8 16.7H198.9c-13.7 0-26.9-5.6-34.8-16.7c-22.4-31.4-35.5-69.8-35.5-111.3c0-71.1 38.6-133.1 96-166.3V128c-17.7 0-32-14.3-32-32s14.3-32 32-32h192c17.7 0 32 14.3 32 32s-14.3 32-32 32v153.7c14.2 8.2 27.2 18.2 38.8 29.6l39.3-39.3l-7-7c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l48 48c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-7-7l-43.3 43.3c17.3 28.9 27.3 62.6 27.3 98.8zm-160-320h-64v190.6l-32 18.5c-19.5 11.3-35.7 27.5-46.9 46.9h221.8c-11.2-19.4-27.4-35.6-46.9-46.9l-32-18.5z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512.5%20448c0%2041.5-13.1%2079.9-35.5%20111.3c-7.9%2011.1-21.2%2016.7-34.8%2016.7H198.9c-13.7%200-26.9-5.6-34.8-16.7c-22.4-31.4-35.5-69.8-35.5-111.3c0-71.1%2038.6-133.1%2096-166.3V128c-17.7%200-32-14.3-32-32s14.3-32%2032-32h192c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032v153.7c14.2%208.2%2027.2%2018.2%2038.8%2029.6l39.3-39.3l-7-7c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l48%2048c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-7-7l-43.3%2043.3c17.3%2028.9%2027.3%2062.6%2027.3%2098.8zm-160-320h-64v190.6l-32%2018.5c-19.5%2011.3-35.7%2027.5-46.9%2046.9h221.8c-11.2-19.4-27.4-35.6-46.9-46.9l-32-18.5z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512.5%20448c0%2041.5-13.1%2079.9-35.5%20111.3c-7.9%2011.1-21.2%2016.7-34.8%2016.7H198.9c-13.7%200-26.9-5.6-34.8-16.7c-22.4-31.4-35.5-69.8-35.5-111.3c0-71.1%2038.6-133.1%2096-166.3V128c-17.7%200-32-14.3-32-32s14.3-32%2032-32h192c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032v153.7c14.2%208.2%2027.2%2018.2%2038.8%2029.6l39.3-39.3l-7-7c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l48%2048c9.4%209.4%209.4%2024.6%200%2033.9s-24.6%209.4-33.9%200l-7-7l-43.3%2043.3c17.3%2028.9%2027.3%2062.6%2027.3%2098.8zm-160-320h-64v190.6l-32%2018.5c-19.5%2011.3-35.7%2027.5-46.9%2046.9h221.8c-11.2-19.4-27.4-35.6-46.9-46.9l-32-18.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/bong.svg?color=%231a73e8&size=48