Swimmer Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Swimmer icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306618.svg" alt="Swimmer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306618.svg" alt="Swimmer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306618.svg" alt="Swimmer icon" :width="24" :height="24" />
CSS background
.icon-swimmer {
background-image: url('https://proicons.com/icon/306618.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M385 529c59 7 114 26 165 50 25 11 51 26 72 38 21 13 42 24 63 34L556 396l-28-48-96-169c-14-24-44-33-68-19s-32 44-18 68l106 187-27 24-167 95c42-9 86-10 127-5zm405-10c51-30 69-95 40-147-30-51-95-69-147-40-51 30-69 95-40 147 30 51 95 69 147 40zm203 80c-15 50-39 97-74 122-33 24-71 25-113 17-41-9-85-27-127-48-22-11-43-22-64-34-20-12-47-27-71-39-51-23-106-42-165-49-59-8-122-3-179 20-57 22-105 61-139 107-32 46-55 98-61 151 64-84 145-145 230-159 84-16 172 10 257 50 23 10 41 20 66 33 24 13 49 25 75 35 52 20 108 36 170 37 30 0 63-5 93-17 31-13 59-35 77-61 35-54 38-113 25-165z"/></svg>
Copied!