diving bottle icon
diving-bottle from IconPark by ByteDance · Color · Sports · Apache-2.0 Free for personal and commercial use.
- Name
- diving-bottle
- Set
- IconPark
- Style
- Color
- Category
- Sports
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More sports icons from IconPark
Use the diving bottle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path stroke-miterlimit="2" d="M4 40L6.5 41.3514C8.1 42.2162 9.9 42.2162 11.5 41.3514C13.1 40.4865 14.9 40.4865 16.5 41.3514C18.1 42.2162 19.9 42.2162 21.5 41.3514C23.1 40.4865 24.9 40.4865 26.5 41.3514C28.1 42.2162 29.9 42.2162 31.5 41.3514C33.1 40.4865 34.9 40.4865 36.5 41.3514C38.1 42.2162 39.9 42.2162 41.5 41.3514L44 40"/><path stroke-miterlimit="2" d="M14 11V4"/><path stroke-miterlimit="2" d="M31 11V4"/><path stroke-miterlimit="2" d="M21 8V4"/><path stroke-miterlimit="2" d="M38 8V4"/><line x1="12" x2="20" y1="6" y2="6"/><line x1="29" x2="37" y1="6" y2="6"/><rect width="8" height="24" x="10" y="11" rx="4"/><rect width="8" height="24" x="27" y="11" rx="4"/><path fill="#2F88FF" d="M27 15C27 12.7909 28.7909 11 31 11C33.2091 11 35 12.7909 35 15V19H27V15Z"/><path fill="#2F88FF" d="M10 15C10 12.7909 11.7909 11 14 11C16.2091 11 18 12.7909 18 15V19H10V15Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkDivingBottle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path strokeMiterlimit="2" d="M4 40L6.5 41.3514C8.1 42.2162 9.9 42.2162 11.5 41.3514C13.1 40.4865 14.9 40.4865 16.5 41.3514C18.1 42.2162 19.9 42.2162 21.5 41.3514C23.1 40.4865 24.9 40.4865 26.5 41.3514C28.1 42.2162 29.9 42.2162 31.5 41.3514C33.1 40.4865 34.9 40.4865 36.5 41.3514C38.1 42.2162 39.9 42.2162 41.5 41.3514L44 40"/><path strokeMiterlimit="2" d="M14 11V4"/><path strokeMiterlimit="2" d="M31 11V4"/><path strokeMiterlimit="2" d="M21 8V4"/><path strokeMiterlimit="2" d="M38 8V4"/><line x1="12" x2="20" y1="6" y2="6"/><line x1="29" x2="37" y1="6" y2="6"/><rect width="8" height="24" x="10" y="11" rx="4"/><rect width="8" height="24" x="27" y="11" rx="4"/><path fill="#2F88FF" d="M27 15C27 12.7909 28.7909 11 31 11C33.2091 11 35 12.7909 35 15V19H27V15Z"/><path fill="#2F88FF" d="M10 15C10 12.7909 11.7909 11 14 11C16.2091 11 18 12.7909 18 15V19H10V15Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path stroke-miterlimit="2" d="M4 40L6.5 41.3514C8.1 42.2162 9.9 42.2162 11.5 41.3514C13.1 40.4865 14.9 40.4865 16.5 41.3514C18.1 42.2162 19.9 42.2162 21.5 41.3514C23.1 40.4865 24.9 40.4865 26.5 41.3514C28.1 42.2162 29.9 42.2162 31.5 41.3514C33.1 40.4865 34.9 40.4865 36.5 41.3514C38.1 42.2162 39.9 42.2162 41.5 41.3514L44 40"/><path stroke-miterlimit="2" d="M14 11V4"/><path stroke-miterlimit="2" d="M31 11V4"/><path stroke-miterlimit="2" d="M21 8V4"/><path stroke-miterlimit="2" d="M38 8V4"/><line x1="12" x2="20" y1="6" y2="6"/><line x1="29" x2="37" y1="6" y2="6"/><rect width="8" height="24" x="10" y="11" rx="4"/><rect width="8" height="24" x="27" y="11" rx="4"/><path fill="#2F88FF" d="M27 15C27 12.7909 28.7909 11 31 11C33.2091 11 35 12.7909 35 15V19H27V15Z"/><path fill="#2F88FF" d="M10 15C10 12.7909 11.7909 11 14 11C16.2091 11 18 12.7909 18 15V19H10V15Z"/></g></svg> </template>
CSS
.icon-diving-bottle {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-miterlimit%3D%222%22%20d%3D%22M4%2040L6.5%2041.3514C8.1%2042.2162%209.9%2042.2162%2011.5%2041.3514C13.1%2040.4865%2014.9%2040.4865%2016.5%2041.3514C18.1%2042.2162%2019.9%2042.2162%2021.5%2041.3514C23.1%2040.4865%2024.9%2040.4865%2026.5%2041.3514C28.1%2042.2162%2029.9%2042.2162%2031.5%2041.3514C33.1%2040.4865%2034.9%2040.4865%2036.5%2041.3514C38.1%2042.2162%2039.9%2042.2162%2041.5%2041.3514L44%2040%22%2F%3E%3Cpath%20stroke-miterlimit%3D%222%22%20d%3D%22M14%2011V4%22%2F%3E%3Cpath%20stroke-miterlimit%3D%222%22%20d%3D%22M31%2011V4%22%2F%3E%3Cpath%20stroke-miterlimit%3D%222%22%20d%3D%22M21%208V4%22%2F%3E%3Cpath%20stroke-miterlimit%3D%222%22%20d%3D%22M38%208V4%22%2F%3E%3Cline%20x1%3D%2212%22%20x2%3D%2220%22%20y1%3D%226%22%20y2%3D%226%22%2F%3E%3Cline%20x1%3D%2229%22%20x2%3D%2237%22%20y1%3D%226%22%20y2%3D%226%22%2F%3E%3Crect%20width%3D%228%22%20height%3D%2224%22%20x%3D%2210%22%20y%3D%2211%22%20rx%3D%224%22%2F%3E%3Crect%20width%3D%228%22%20height%3D%2224%22%20x%3D%2227%22%20y%3D%2211%22%20rx%3D%224%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M27%2015C27%2012.7909%2028.7909%2011%2031%2011C33.2091%2011%2035%2012.7909%2035%2015V19H27V15Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M10%2015C10%2012.7909%2011.7909%2011%2014%2011C16.2091%2011%2018%2012.7909%2018%2015V19H10V15Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-miterlimit%3D%222%22%20d%3D%22M4%2040L6.5%2041.3514C8.1%2042.2162%209.9%2042.2162%2011.5%2041.3514C13.1%2040.4865%2014.9%2040.4865%2016.5%2041.3514C18.1%2042.2162%2019.9%2042.2162%2021.5%2041.3514C23.1%2040.4865%2024.9%2040.4865%2026.5%2041.3514C28.1%2042.2162%2029.9%2042.2162%2031.5%2041.3514C33.1%2040.4865%2034.9%2040.4865%2036.5%2041.3514C38.1%2042.2162%2039.9%2042.2162%2041.5%2041.3514L44%2040%22%2F%3E%3Cpath%20stroke-miterlimit%3D%222%22%20d%3D%22M14%2011V4%22%2F%3E%3Cpath%20stroke-miterlimit%3D%222%22%20d%3D%22M31%2011V4%22%2F%3E%3Cpath%20stroke-miterlimit%3D%222%22%20d%3D%22M21%208V4%22%2F%3E%3Cpath%20stroke-miterlimit%3D%222%22%20d%3D%22M38%208V4%22%2F%3E%3Cline%20x1%3D%2212%22%20x2%3D%2220%22%20y1%3D%226%22%20y2%3D%226%22%2F%3E%3Cline%20x1%3D%2229%22%20x2%3D%2237%22%20y1%3D%226%22%20y2%3D%226%22%2F%3E%3Crect%20width%3D%228%22%20height%3D%2224%22%20x%3D%2210%22%20y%3D%2211%22%20rx%3D%224%22%2F%3E%3Crect%20width%3D%228%22%20height%3D%2224%22%20x%3D%2227%22%20y%3D%2211%22%20rx%3D%224%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M27%2015C27%2012.7909%2028.7909%2011%2031%2011C33.2091%2011%2035%2012.7909%2035%2015V19H27V15Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M10%2015C10%2012.7909%2011.7909%2011%2014%2011C16.2091%2011%2018%2012.7909%2018%2015V19H10V15Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/diving-bottle.svg?color=%231a73e8&size=48