swimming icon
swimming-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- swimming-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
Use the swimming icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.318 18.056a1 1 0 0 1 .22 1.988c-.638.07-1.332.092-2.063.031a1 1 0 1 1 .166-1.993a8.7 8.7 0 0 0 1.676-.026m-7.077-.859a1 1 0 0 1 1.31-.529q.468.198.935.458q.375.207.748.364a1 1 0 0 1-.784 1.841a10 10 0 0 1-.934-.457q-.376-.208-.747-.365a1 1 0 0 1-.529-1.312m11.635.317a1 1 0 0 1-.302 1.305c-.1.063-.178.107-.364.196c-.165.079-.402.185-.698.3a1 1 0 0 1-.723-1.866c.426-.165.689-.302.726-.322c.487-.244 1.087-.106 1.361.387M3.49 16.686a1 1 0 0 1 .723 1.864a8 8 0 0 0-.559.24c-.543.26-1.186.312-1.528-.305c-.367-.66.09-1.226.666-1.5c.166-.08.402-.185.698-.3m2.973-.729c.637-.07 1.331-.093 2.062-.032a1 1 0 0 1-.166 1.993a8.7 8.7 0 0 0-1.676.026a1 1 0 0 1-.22-1.987M8.684 6.85a3 3 0 0 1 2.782.57l2.174 1.81c.286.24.537.533.8.796a3 3 0 0 1 .273 3.924c1.2.244 2.336.181 3.292.004a10 10 0 0 0 1.852-.532c.67-.266 1.53-.783 2.016.092a1 1 0 0 1-.302 1.305c-.303.191-.645.33-.976.462a12 12 0 0 1-2.227.64c-1.839.34-4.343.348-6.854-1.047c-1.988-1.104-3.985-1.113-5.52-.828a10 10 0 0 0-1.852.532a8 8 0 0 0-.507.22c-.536.258-1.174.291-1.51-.313c-.358-.645.074-1.215.643-1.489c.15-.073.366-.17.635-.277c.54-.214 1.307-.47 2.227-.64c.648-.12 1.38-.198 2.164-.188l3.059-2.38l-.668-.556a1 1 0 0 0-.928-.19l-3.97 1.192a1 1 0 0 1-.575-1.916z"/><path fill="currentColor" d="M17 5a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteSwimmingFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.318 18.056a1 1 0 0 1 .22 1.988c-.638.07-1.332.092-2.063.031a1 1 0 1 1 .166-1.993a8.7 8.7 0 0 0 1.676-.026m-7.077-.859a1 1 0 0 1 1.31-.529q.468.198.935.458q.375.207.748.364a1 1 0 0 1-.784 1.841a10 10 0 0 1-.934-.457q-.376-.208-.747-.365a1 1 0 0 1-.529-1.312m11.635.317a1 1 0 0 1-.302 1.305c-.1.063-.178.107-.364.196c-.165.079-.402.185-.698.3a1 1 0 0 1-.723-1.866c.426-.165.689-.302.726-.322c.487-.244 1.087-.106 1.361.387M3.49 16.686a1 1 0 0 1 .723 1.864a8 8 0 0 0-.559.24c-.543.26-1.186.312-1.528-.305c-.367-.66.09-1.226.666-1.5c.166-.08.402-.185.698-.3m2.973-.729c.637-.07 1.331-.093 2.062-.032a1 1 0 0 1-.166 1.993a8.7 8.7 0 0 0-1.676.026a1 1 0 0 1-.22-1.987M8.684 6.85a3 3 0 0 1 2.782.57l2.174 1.81c.286.24.537.533.8.796a3 3 0 0 1 .273 3.924c1.2.244 2.336.181 3.292.004a10 10 0 0 0 1.852-.532c.67-.266 1.53-.783 2.016.092a1 1 0 0 1-.302 1.305c-.303.191-.645.33-.976.462a12 12 0 0 1-2.227.64c-1.839.34-4.343.348-6.854-1.047c-1.988-1.104-3.985-1.113-5.52-.828a10 10 0 0 0-1.852.532a8 8 0 0 0-.507.22c-.536.258-1.174.291-1.51-.313c-.358-.645.074-1.215.643-1.489c.15-.073.366-.17.635-.277c.54-.214 1.307-.47 2.227-.64c.648-.12 1.38-.198 2.164-.188l3.059-2.38l-.668-.556a1 1 0 0 0-.928-.19l-3.97 1.192a1 1 0 0 1-.575-1.916z"/><path fill="currentColor" d="M17 5a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.318 18.056a1 1 0 0 1 .22 1.988c-.638.07-1.332.092-2.063.031a1 1 0 1 1 .166-1.993a8.7 8.7 0 0 0 1.676-.026m-7.077-.859a1 1 0 0 1 1.31-.529q.468.198.935.458q.375.207.748.364a1 1 0 0 1-.784 1.841a10 10 0 0 1-.934-.457q-.376-.208-.747-.365a1 1 0 0 1-.529-1.312m11.635.317a1 1 0 0 1-.302 1.305c-.1.063-.178.107-.364.196c-.165.079-.402.185-.698.3a1 1 0 0 1-.723-1.866c.426-.165.689-.302.726-.322c.487-.244 1.087-.106 1.361.387M3.49 16.686a1 1 0 0 1 .723 1.864a8 8 0 0 0-.559.24c-.543.26-1.186.312-1.528-.305c-.367-.66.09-1.226.666-1.5c.166-.08.402-.185.698-.3m2.973-.729c.637-.07 1.331-.093 2.062-.032a1 1 0 0 1-.166 1.993a8.7 8.7 0 0 0-1.676.026a1 1 0 0 1-.22-1.987M8.684 6.85a3 3 0 0 1 2.782.57l2.174 1.81c.286.24.537.533.8.796a3 3 0 0 1 .273 3.924c1.2.244 2.336.181 3.292.004a10 10 0 0 0 1.852-.532c.67-.266 1.53-.783 2.016.092a1 1 0 0 1-.302 1.305c-.303.191-.645.33-.976.462a12 12 0 0 1-2.227.64c-1.839.34-4.343.348-6.854-1.047c-1.988-1.104-3.985-1.113-5.52-.828a10 10 0 0 0-1.852.532a8 8 0 0 0-.507.22c-.536.258-1.174.291-1.51-.313c-.358-.645.074-1.215.643-1.489c.15-.073.366-.17.635-.277c.54-.214 1.307-.47 2.227-.64c.648-.12 1.38-.198 2.164-.188l3.059-2.38l-.668-.556a1 1 0 0 0-.928-.19l-3.97 1.192a1 1 0 0 1-.575-1.916z"/><path fill="currentColor" d="M17 5a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/></svg> </template>
CSS
.icon-swimming-fill {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.318%2018.056a1%201%200%200%201%20.22%201.988c-.638.07-1.332.092-2.063.031a1%201%200%201%201%20.166-1.993a8.7%208.7%200%200%200%201.676-.026m-7.077-.859a1%201%200%200%201%201.31-.529q.468.198.935.458q.375.207.748.364a1%201%200%200%201-.784%201.841a10%2010%200%200%201-.934-.457q-.376-.208-.747-.365a1%201%200%200%201-.529-1.312m11.635.317a1%201%200%200%201-.302%201.305c-.1.063-.178.107-.364.196c-.165.079-.402.185-.698.3a1%201%200%200%201-.723-1.866c.426-.165.689-.302.726-.322c.487-.244%201.087-.106%201.361.387M3.49%2016.686a1%201%200%200%201%20.723%201.864a8%208%200%200%200-.559.24c-.543.26-1.186.312-1.528-.305c-.367-.66.09-1.226.666-1.5c.166-.08.402-.185.698-.3m2.973-.729c.637-.07%201.331-.093%202.062-.032a1%201%200%200%201-.166%201.993a8.7%208.7%200%200%200-1.676.026a1%201%200%200%201-.22-1.987M8.684%206.85a3%203%200%200%201%202.782.57l2.174%201.81c.286.24.537.533.8.796a3%203%200%200%201%20.273%203.924c1.2.244%202.336.181%203.292.004a10%2010%200%200%200%201.852-.532c.67-.266%201.53-.783%202.016.092a1%201%200%200%201-.302%201.305c-.303.191-.645.33-.976.462a12%2012%200%200%201-2.227.64c-1.839.34-4.343.348-6.854-1.047c-1.988-1.104-3.985-1.113-5.52-.828a10%2010%200%200%200-1.852.532a8%208%200%200%200-.507.22c-.536.258-1.174.291-1.51-.313c-.358-.645.074-1.215.643-1.489c.15-.073.366-.17.635-.277c.54-.214%201.307-.47%202.227-.64c.648-.12%201.38-.198%202.164-.188l3.059-2.38l-.668-.556a1%201%200%200%200-.928-.19l-3.97%201.192a1%201%200%200%201-.575-1.916z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%205a3%203%200%201%201%200%206a3%203%200%200%201%200-6%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.318%2018.056a1%201%200%200%201%20.22%201.988c-.638.07-1.332.092-2.063.031a1%201%200%201%201%20.166-1.993a8.7%208.7%200%200%200%201.676-.026m-7.077-.859a1%201%200%200%201%201.31-.529q.468.198.935.458q.375.207.748.364a1%201%200%200%201-.784%201.841a10%2010%200%200%201-.934-.457q-.376-.208-.747-.365a1%201%200%200%201-.529-1.312m11.635.317a1%201%200%200%201-.302%201.305c-.1.063-.178.107-.364.196c-.165.079-.402.185-.698.3a1%201%200%200%201-.723-1.866c.426-.165.689-.302.726-.322c.487-.244%201.087-.106%201.361.387M3.49%2016.686a1%201%200%200%201%20.723%201.864a8%208%200%200%200-.559.24c-.543.26-1.186.312-1.528-.305c-.367-.66.09-1.226.666-1.5c.166-.08.402-.185.698-.3m2.973-.729c.637-.07%201.331-.093%202.062-.032a1%201%200%200%201-.166%201.993a8.7%208.7%200%200%200-1.676.026a1%201%200%200%201-.22-1.987M8.684%206.85a3%203%200%200%201%202.782.57l2.174%201.81c.286.24.537.533.8.796a3%203%200%200%201%20.273%203.924c1.2.244%202.336.181%203.292.004a10%2010%200%200%200%201.852-.532c.67-.266%201.53-.783%202.016.092a1%201%200%200%201-.302%201.305c-.303.191-.645.33-.976.462a12%2012%200%200%201-2.227.64c-1.839.34-4.343.348-6.854-1.047c-1.988-1.104-3.985-1.113-5.52-.828a10%2010%200%200%200-1.852.532a8%208%200%200%200-.507.22c-.536.258-1.174.291-1.51-.313c-.358-.645.074-1.215.643-1.489c.15-.073.366-.17.635-.277c.54-.214%201.307-.47%202.227-.64c.648-.12%201.38-.198%202.164-.188l3.059-2.38l-.668-.556a1%201%200%200%200-.928-.19l-3.97%201.192a1%201%200%200%201-.575-1.916z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%205a3%203%200%201%201%200%206a3%203%200%200%201%200-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/swimming-fill.svg?color=%231a73e8&size=48