diving suit icon
diving-suit from IconPark by ByteDance · Color · Sports · Apache-2.0 Free for personal and commercial use.
- Name
- diving-suit
- 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 suit 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-miterlimit="2" stroke-width="4"><path d="M17 24H14.09C8.52 24 4 19.5203 4 14C4 8.47968 8.52 4 14.09 4L20 9L25.91 4C31.48 4 36 8.47968 36 14C36 19.5203 31.48 24 25.91 24H23"/><path fill="#2F88FF" d="M26 36H14V44H26V36Z"/><path d="M26 40H36C40.42 40 44 36.42 44 32V14H36"/><path fill="#2F88FF" d="M21.2198 30H19.9998H18.7798C17.3198 30 16.2098 28.69 16.4498 27.26L17.6698 19.97C17.8598 18.83 18.8398 18 19.9998 18C21.1498 18 22.1398 18.83 22.3298 19.97L23.5498 27.26C23.7798 28.69 22.6698 30 21.2198 30Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkDivingSuit(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" strokeMiterlimit="2" strokeWidth="4"><path d="M17 24H14.09C8.52 24 4 19.5203 4 14C4 8.47968 8.52 4 14.09 4L20 9L25.91 4C31.48 4 36 8.47968 36 14C36 19.5203 31.48 24 25.91 24H23"/><path fill="#2F88FF" d="M26 36H14V44H26V36Z"/><path d="M26 40H36C40.42 40 44 36.42 44 32V14H36"/><path fill="#2F88FF" d="M21.2198 30H19.9998H18.7798C17.3198 30 16.2098 28.69 16.4498 27.26L17.6698 19.97C17.8598 18.83 18.8398 18 19.9998 18C21.1498 18 22.1398 18.83 22.3298 19.97L23.5498 27.26C23.7798 28.69 22.6698 30 21.2198 30Z"/></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-miterlimit="2" stroke-width="4"><path d="M17 24H14.09C8.52 24 4 19.5203 4 14C4 8.47968 8.52 4 14.09 4L20 9L25.91 4C31.48 4 36 8.47968 36 14C36 19.5203 31.48 24 25.91 24H23"/><path fill="#2F88FF" d="M26 36H14V44H26V36Z"/><path d="M26 40H36C40.42 40 44 36.42 44 32V14H36"/><path fill="#2F88FF" d="M21.2198 30H19.9998H18.7798C17.3198 30 16.2098 28.69 16.4498 27.26L17.6698 19.97C17.8598 18.83 18.8398 18 19.9998 18C21.1498 18 22.1398 18.83 22.3298 19.97L23.5498 27.26C23.7798 28.69 22.6698 30 21.2198 30Z"/></g></svg> </template>
CSS
.icon-diving-suit {
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-miterlimit%3D%222%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M17%2024H14.09C8.52%2024%204%2019.5203%204%2014C4%208.47968%208.52%204%2014.09%204L20%209L25.91%204C31.48%204%2036%208.47968%2036%2014C36%2019.5203%2031.48%2024%2025.91%2024H23%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M26%2036H14V44H26V36Z%22%2F%3E%3Cpath%20d%3D%22M26%2040H36C40.42%2040%2044%2036.42%2044%2032V14H36%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M21.2198%2030H19.9998H18.7798C17.3198%2030%2016.2098%2028.69%2016.4498%2027.26L17.6698%2019.97C17.8598%2018.83%2018.8398%2018%2019.9998%2018C21.1498%2018%2022.1398%2018.83%2022.3298%2019.97L23.5498%2027.26C23.7798%2028.69%2022.6698%2030%2021.2198%2030Z%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-miterlimit%3D%222%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M17%2024H14.09C8.52%2024%204%2019.5203%204%2014C4%208.47968%208.52%204%2014.09%204L20%209L25.91%204C31.48%204%2036%208.47968%2036%2014C36%2019.5203%2031.48%2024%2025.91%2024H23%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M26%2036H14V44H26V36Z%22%2F%3E%3Cpath%20d%3D%22M26%2040H36C40.42%2040%2044%2036.42%2044%2032V14H36%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M21.2198%2030H19.9998H18.7798C17.3198%2030%2016.2098%2028.69%2016.4498%2027.26L17.6698%2019.97C17.8598%2018.83%2018.8398%2018%2019.9998%2018C21.1498%2018%2022.1398%2018.83%2022.3298%2019.97L23.5498%2027.26C23.7798%2028.69%2022.6698%2030%2021.2198%2030Z%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-suit.svg?color=%231a73e8&size=48