swimming icon

swimming-linear from Solar by 480 Design · Linear · Sports · CC-BY-4.0 Attribution required.

Name
swimming-linear
Set
Solar
Style
Linear
Category
Sports
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More sports icons from Solar

Use the swimming 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 15.7728C20.4123 15.3987 19.5955 14.4796 18.9199 13.4574C18.4965 12.8168 17.5655 12.8558 17.1055 13.4706C16.0541 14.8762 14.4844 16.0004 12 16.0004C9.49345 16.0004 7.91806 14.57 6.86651 13.2239C6.42721 12.6616 5.58617 12.6691 5.20168 13.2702C4.50078 14.366 3.68402 15.376 2 15.7728"/><path d="M22 20.7728C20.4123 20.3987 19.5955 19.4796 18.9199 18.4574C18.4965 17.8168 17.5655 17.8558 17.1055 18.4706C16.0541 19.8762 14.4844 21.0004 12 21.0004C9.49345 21.0004 7.91806 19.57 6.86651 18.2239C6.42721 17.6616 5.58617 17.6691 5.20168 18.2702C4.50078 19.366 3.68402 20.376 2 20.7728"/><path d="M4 11.5L7.47693 9.41382C8.27334 8.93597 8.4485 7.85657 7.84407 7.15139L6.85636 5.99906C6.37314 5.4353 6.40542 4.59455 6.93046 4.06952C7.51004 3.48994 8.45844 3.51955 9.00074 4.13415L15.5 11.5"/><path d="M17 8C18.3807 8 19.5 6.88071 19.5 5.5C19.5 4.11929 18.3807 3 17 3C15.6193 3 14.5 4.11929 14.5 5.5C14.5 6.88071 15.6193 8 17 8Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarSwimmingLinear(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M22 15.7728C20.4123 15.3987 19.5955 14.4796 18.9199 13.4574C18.4965 12.8168 17.5655 12.8558 17.1055 13.4706C16.0541 14.8762 14.4844 16.0004 12 16.0004C9.49345 16.0004 7.91806 14.57 6.86651 13.2239C6.42721 12.6616 5.58617 12.6691 5.20168 13.2702C4.50078 14.366 3.68402 15.376 2 15.7728"/><path d="M22 20.7728C20.4123 20.3987 19.5955 19.4796 18.9199 18.4574C18.4965 17.8168 17.5655 17.8558 17.1055 18.4706C16.0541 19.8762 14.4844 21.0004 12 21.0004C9.49345 21.0004 7.91806 19.57 6.86651 18.2239C6.42721 17.6616 5.58617 17.6691 5.20168 18.2702C4.50078 19.366 3.68402 20.376 2 20.7728"/><path d="M4 11.5L7.47693 9.41382C8.27334 8.93597 8.4485 7.85657 7.84407 7.15139L6.85636 5.99906C6.37314 5.4353 6.40542 4.59455 6.93046 4.06952C7.51004 3.48994 8.45844 3.51955 9.00074 4.13415L15.5 11.5"/><path d="M17 8C18.3807 8 19.5 6.88071 19.5 5.5C19.5 4.11929 18.3807 3 17 3C15.6193 3 14.5 4.11929 14.5 5.5C14.5 6.88071 15.6193 8 17 8Z"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M22 15.7728C20.4123 15.3987 19.5955 14.4796 18.9199 13.4574C18.4965 12.8168 17.5655 12.8558 17.1055 13.4706C16.0541 14.8762 14.4844 16.0004 12 16.0004C9.49345 16.0004 7.91806 14.57 6.86651 13.2239C6.42721 12.6616 5.58617 12.6691 5.20168 13.2702C4.50078 14.366 3.68402 15.376 2 15.7728"/><path d="M22 20.7728C20.4123 20.3987 19.5955 19.4796 18.9199 18.4574C18.4965 17.8168 17.5655 17.8558 17.1055 18.4706C16.0541 19.8762 14.4844 21.0004 12 21.0004C9.49345 21.0004 7.91806 19.57 6.86651 18.2239C6.42721 17.6616 5.58617 17.6691 5.20168 18.2702C4.50078 19.366 3.68402 20.376 2 20.7728"/><path d="M4 11.5L7.47693 9.41382C8.27334 8.93597 8.4485 7.85657 7.84407 7.15139L6.85636 5.99906C6.37314 5.4353 6.40542 4.59455 6.93046 4.06952C7.51004 3.48994 8.45844 3.51955 9.00074 4.13415L15.5 11.5"/><path d="M17 8C18.3807 8 19.5 6.88071 19.5 5.5C19.5 4.11929 18.3807 3 17 3C15.6193 3 14.5 4.11929 14.5 5.5C14.5 6.88071 15.6193 8 17 8Z"/></g></svg>
</template>

CSS

.icon-swimming-linear {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2015.7728C20.4123%2015.3987%2019.5955%2014.4796%2018.9199%2013.4574C18.4965%2012.8168%2017.5655%2012.8558%2017.1055%2013.4706C16.0541%2014.8762%2014.4844%2016.0004%2012%2016.0004C9.49345%2016.0004%207.91806%2014.57%206.86651%2013.2239C6.42721%2012.6616%205.58617%2012.6691%205.20168%2013.2702C4.50078%2014.366%203.68402%2015.376%202%2015.7728%22%2F%3E%3Cpath%20d%3D%22M22%2020.7728C20.4123%2020.3987%2019.5955%2019.4796%2018.9199%2018.4574C18.4965%2017.8168%2017.5655%2017.8558%2017.1055%2018.4706C16.0541%2019.8762%2014.4844%2021.0004%2012%2021.0004C9.49345%2021.0004%207.91806%2019.57%206.86651%2018.2239C6.42721%2017.6616%205.58617%2017.6691%205.20168%2018.2702C4.50078%2019.366%203.68402%2020.376%202%2020.7728%22%2F%3E%3Cpath%20d%3D%22M4%2011.5L7.47693%209.41382C8.27334%208.93597%208.4485%207.85657%207.84407%207.15139L6.85636%205.99906C6.37314%205.4353%206.40542%204.59455%206.93046%204.06952C7.51004%203.48994%208.45844%203.51955%209.00074%204.13415L15.5%2011.5%22%2F%3E%3Cpath%20d%3D%22M17%208C18.3807%208%2019.5%206.88071%2019.5%205.5C19.5%204.11929%2018.3807%203%2017%203C15.6193%203%2014.5%204.11929%2014.5%205.5C14.5%206.88071%2015.6193%208%2017%208Z%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%2015.7728C20.4123%2015.3987%2019.5955%2014.4796%2018.9199%2013.4574C18.4965%2012.8168%2017.5655%2012.8558%2017.1055%2013.4706C16.0541%2014.8762%2014.4844%2016.0004%2012%2016.0004C9.49345%2016.0004%207.91806%2014.57%206.86651%2013.2239C6.42721%2012.6616%205.58617%2012.6691%205.20168%2013.2702C4.50078%2014.366%203.68402%2015.376%202%2015.7728%22%2F%3E%3Cpath%20d%3D%22M22%2020.7728C20.4123%2020.3987%2019.5955%2019.4796%2018.9199%2018.4574C18.4965%2017.8168%2017.5655%2017.8558%2017.1055%2018.4706C16.0541%2019.8762%2014.4844%2021.0004%2012%2021.0004C9.49345%2021.0004%207.91806%2019.57%206.86651%2018.2239C6.42721%2017.6616%205.58617%2017.6691%205.20168%2018.2702C4.50078%2019.366%203.68402%2020.376%202%2020.7728%22%2F%3E%3Cpath%20d%3D%22M4%2011.5L7.47693%209.41382C8.27334%208.93597%208.4485%207.85657%207.84407%207.15139L6.85636%205.99906C6.37314%205.4353%206.40542%204.59455%206.93046%204.06952C7.51004%203.48994%208.45844%203.51955%209.00074%204.13415L15.5%2011.5%22%2F%3E%3Cpath%20d%3D%22M17%208C18.3807%208%2019.5%206.88071%2019.5%205.5C19.5%204.11929%2018.3807%203%2017%203C15.6193%203%2014.5%204.11929%2014.5%205.5C14.5%206.88071%2015.6193%208%2017%208Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/swimming-linear.svg?color=%231a73e8&size=48