swimming cap icon
swimming-cap from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- swimming-cap
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the swimming cap icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M5.206 13.5c1.411-2.594.9-5.996-1.206-8m14.794 8c-1.411-2.594-.9-5.996 1.206-8"/><path stroke-linejoin="round" d="M3.846 13.5h16.308c1.461 0 1.957-.314 1.826-1.81C21.54 6.67 17.234 2.5 12 2.5s-9.54 4.17-9.98 9.19c-.13 1.496.365 1.81 1.826 1.81Z"/><path stroke-linecap="round" d="M4 19c0-1.537 2.119-1.886 3.233-2.331c1.575-.63 3.267.578 3.267 2.331s-1.692 2.96-3.267 2.331C6.12 20.886 4 20.537 4 19Zm0 0H2m18 0c0-1.537-2.119-1.886-3.233-2.331c-1.575-.63-3.267.578-3.267 2.331s1.692 2.96 3.267 2.331C17.88 20.886 20 20.537 20 19Zm0 0h2m-11.5-.5c.3-.598.859-1 1.5-1s1.2.402 1.5 1"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSwimmingCap(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinejoin="round" d="M5.206 13.5c1.411-2.594.9-5.996-1.206-8m14.794 8c-1.411-2.594-.9-5.996 1.206-8"/><path strokeLinejoin="round" d="M3.846 13.5h16.308c1.461 0 1.957-.314 1.826-1.81C21.54 6.67 17.234 2.5 12 2.5s-9.54 4.17-9.98 9.19c-.13 1.496.365 1.81 1.826 1.81Z"/><path strokeLinecap="round" d="M4 19c0-1.537 2.119-1.886 3.233-2.331c1.575-.63 3.267.578 3.267 2.331s-1.692 2.96-3.267 2.331C6.12 20.886 4 20.537 4 19Zm0 0H2m18 0c0-1.537-2.119-1.886-3.233-2.331c-1.575-.63-3.267.578-3.267 2.331s1.692 2.96 3.267 2.331C17.88 20.886 20 20.537 20 19Zm0 0h2m-11.5-.5c.3-.598.859-1 1.5-1s1.2.402 1.5 1"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M5.206 13.5c1.411-2.594.9-5.996-1.206-8m14.794 8c-1.411-2.594-.9-5.996 1.206-8"/><path stroke-linejoin="round" d="M3.846 13.5h16.308c1.461 0 1.957-.314 1.826-1.81C21.54 6.67 17.234 2.5 12 2.5s-9.54 4.17-9.98 9.19c-.13 1.496.365 1.81 1.826 1.81Z"/><path stroke-linecap="round" d="M4 19c0-1.537 2.119-1.886 3.233-2.331c1.575-.63 3.267.578 3.267 2.331s-1.692 2.96-3.267 2.331C6.12 20.886 4 20.537 4 19Zm0 0H2m18 0c0-1.537-2.119-1.886-3.233-2.331c-1.575-.63-3.267.578-3.267 2.331s1.692 2.96 3.267 2.331C17.88 20.886 20 20.537 20 19Zm0 0h2m-11.5-.5c.3-.598.859-1 1.5-1s1.2.402 1.5 1"/></g></svg> </template>
CSS
.icon-swimming-cap {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5.206%2013.5c1.411-2.594.9-5.996-1.206-8m14.794%208c-1.411-2.594-.9-5.996%201.206-8%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3.846%2013.5h16.308c1.461%200%201.957-.314%201.826-1.81C21.54%206.67%2017.234%202.5%2012%202.5s-9.54%204.17-9.98%209.19c-.13%201.496.365%201.81%201.826%201.81Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2019c0-1.537%202.119-1.886%203.233-2.331c1.575-.63%203.267.578%203.267%202.331s-1.692%202.96-3.267%202.331C6.12%2020.886%204%2020.537%204%2019Zm0%200H2m18%200c0-1.537-2.119-1.886-3.233-2.331c-1.575-.63-3.267.578-3.267%202.331s1.692%202.96%203.267%202.331C17.88%2020.886%2020%2020.537%2020%2019Zm0%200h2m-11.5-.5c.3-.598.859-1%201.5-1s1.2.402%201.5%201%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5.206%2013.5c1.411-2.594.9-5.996-1.206-8m14.794%208c-1.411-2.594-.9-5.996%201.206-8%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3.846%2013.5h16.308c1.461%200%201.957-.314%201.826-1.81C21.54%206.67%2017.234%202.5%2012%202.5s-9.54%204.17-9.98%209.19c-.13%201.496.365%201.81%201.826%201.81Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4%2019c0-1.537%202.119-1.886%203.233-2.331c1.575-.63%203.267.578%203.267%202.331s-1.692%202.96-3.267%202.331C6.12%2020.886%204%2020.537%204%2019Zm0%200H2m18%200c0-1.537-2.119-1.886-3.233-2.331c-1.575-.63-3.267.578-3.267%202.331s1.692%202.96%203.267%202.331C17.88%2020.886%2020%2020.537%2020%2019Zm0%200h2m-11.5-.5c.3-.598.859-1%201.5-1s1.2.402%201.5%201%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/swimming-cap.svg?color=%231a73e8&size=48