swim from Health Icons by Resolve to Save Lives · Filled · Exercise · MIT Free for personal and commercial use.

Name
swim
Set
Health Icons
Style
Filled
Category
Exercise
Viewbox
48×48
License
MIT

1 other variant in Health Icons

The same icon in other sets

More exercise icons from Health Icons

Use the swim icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M28.35 27.606a.51.51 0 0 1-.23.681l-.672.336a3.57 3.57 0 0 1-3.193 0l-1.343-.672a2.55 2.55 0 0 0-2.281 0l-1.343.672a3.57 3.57 0 0 1-3.194 0l-2.555-1.277l-4.929.985a.51.51 0 0 1-.246-.989l6.955-2.09l-.045-.053c-1.453-1.757-2.083-3.646-2.183-5.448c-.166-2.999 1.203-5.645 1.741-6.685l.008-.015c.061-.12.108-.21.142-.28c.754-1.55 2.646-2.198 4.222-1.477c1.584.725 2.279 2.572 1.521 4.131q-.106.217-.215.435c-.58 1.166-1.141 2.318-1.073 3.558c.032.576.215 1.203.785 1.893c.602.728 1.745 1.652 3.903 2.564c1.871.791 3.37 1.991 4.224 3.731m5.663-10.996a5.1 5.1 0 1 1 0 10.2a5.1 5.1 0 0 1 0-10.2"/><path fill-rule="evenodd" d="M4.222 37.379a1.044 1.044 0 0 1 1.44-.163l1.623 1.254a2.37 2.37 0 0 0 3.032-.12l.09-.08a4.327 4.327 0 0 1 5.795 0a2.237 2.237 0 0 0 2.996 0a4.327 4.327 0 0 1 5.795 0c.836.76 2.164.756 3.015-.018c1.602-1.459 4.12-1.49 5.738-.018l.07.064c.804.732 2.058.71 2.835-.047c1.512-1.474 3.933-1.565 5.557-.208l1.434 1.198c.43.36.48.99.111 1.41a1.044 1.044 0 0 1-1.446.108l-1.434-1.198a2.08 2.08 0 0 0-2.771.104c-1.56 1.52-4.073 1.562-5.685.095l-.07-.063c-.815-.742-2.11-.738-2.94.017c-1.623 1.477-4.174 1.509-5.814.017a2.237 2.237 0 0 0-2.996 0a4.327 4.327 0 0 1-5.795 0a2.237 2.237 0 0 0-2.996 0l-.09.081a4.46 4.46 0 0 1-5.705.225l-1.622-1.253a.983.983 0 0 1-.167-1.405m0-6a1.044 1.044 0 0 1 1.44-.163l1.623 1.254a2.37 2.37 0 0 0 3.032-.12l.09-.08a4.327 4.327 0 0 1 5.795 0a2.237 2.237 0 0 0 2.996 0a4.327 4.327 0 0 1 5.795 0c.836.76 2.164.756 3.015-.018c1.602-1.459 4.12-1.49 5.738-.018l.07.064c.804.732 2.058.71 2.835-.047c1.512-1.474 3.933-1.565 5.557-.208l1.434 1.198c.43.36.48.99.111 1.41a1.044 1.044 0 0 1-1.446.108l-1.434-1.198a2.08 2.08 0 0 0-2.771.104c-1.56 1.52-4.073 1.562-5.685.095l-.07-.063c-.815-.742-2.11-.738-2.94.017c-1.623 1.477-4.174 1.509-5.814.017a2.237 2.237 0 0 0-2.996 0a4.327 4.327 0 0 1-5.795 0a2.237 2.237 0 0 0-2.996 0l-.09.081a4.46 4.46 0 0 1-5.705.225l-1.622-1.253a.983.983 0 0 1-.167-1.405" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsSwim(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M28.35 27.606a.51.51 0 0 1-.23.681l-.672.336a3.57 3.57 0 0 1-3.193 0l-1.343-.672a2.55 2.55 0 0 0-2.281 0l-1.343.672a3.57 3.57 0 0 1-3.194 0l-2.555-1.277l-4.929.985a.51.51 0 0 1-.246-.989l6.955-2.09l-.045-.053c-1.453-1.757-2.083-3.646-2.183-5.448c-.166-2.999 1.203-5.645 1.741-6.685l.008-.015c.061-.12.108-.21.142-.28c.754-1.55 2.646-2.198 4.222-1.477c1.584.725 2.279 2.572 1.521 4.131q-.106.217-.215.435c-.58 1.166-1.141 2.318-1.073 3.558c.032.576.215 1.203.785 1.893c.602.728 1.745 1.652 3.903 2.564c1.871.791 3.37 1.991 4.224 3.731m5.663-10.996a5.1 5.1 0 1 1 0 10.2a5.1 5.1 0 0 1 0-10.2"/><path fillRule="evenodd" d="M4.222 37.379a1.044 1.044 0 0 1 1.44-.163l1.623 1.254a2.37 2.37 0 0 0 3.032-.12l.09-.08a4.327 4.327 0 0 1 5.795 0a2.237 2.237 0 0 0 2.996 0a4.327 4.327 0 0 1 5.795 0c.836.76 2.164.756 3.015-.018c1.602-1.459 4.12-1.49 5.738-.018l.07.064c.804.732 2.058.71 2.835-.047c1.512-1.474 3.933-1.565 5.557-.208l1.434 1.198c.43.36.48.99.111 1.41a1.044 1.044 0 0 1-1.446.108l-1.434-1.198a2.08 2.08 0 0 0-2.771.104c-1.56 1.52-4.073 1.562-5.685.095l-.07-.063c-.815-.742-2.11-.738-2.94.017c-1.623 1.477-4.174 1.509-5.814.017a2.237 2.237 0 0 0-2.996 0a4.327 4.327 0 0 1-5.795 0a2.237 2.237 0 0 0-2.996 0l-.09.081a4.46 4.46 0 0 1-5.705.225l-1.622-1.253a.983.983 0 0 1-.167-1.405m0-6a1.044 1.044 0 0 1 1.44-.163l1.623 1.254a2.37 2.37 0 0 0 3.032-.12l.09-.08a4.327 4.327 0 0 1 5.795 0a2.237 2.237 0 0 0 2.996 0a4.327 4.327 0 0 1 5.795 0c.836.76 2.164.756 3.015-.018c1.602-1.459 4.12-1.49 5.738-.018l.07.064c.804.732 2.058.71 2.835-.047c1.512-1.474 3.933-1.565 5.557-.208l1.434 1.198c.43.36.48.99.111 1.41a1.044 1.044 0 0 1-1.446.108l-1.434-1.198a2.08 2.08 0 0 0-2.771.104c-1.56 1.52-4.073 1.562-5.685.095l-.07-.063c-.815-.742-2.11-.738-2.94.017c-1.623 1.477-4.174 1.509-5.814.017a2.237 2.237 0 0 0-2.996 0a4.327 4.327 0 0 1-5.795 0a2.237 2.237 0 0 0-2.996 0l-.09.081a4.46 4.46 0 0 1-5.705.225l-1.622-1.253a.983.983 0 0 1-.167-1.405" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M28.35 27.606a.51.51 0 0 1-.23.681l-.672.336a3.57 3.57 0 0 1-3.193 0l-1.343-.672a2.55 2.55 0 0 0-2.281 0l-1.343.672a3.57 3.57 0 0 1-3.194 0l-2.555-1.277l-4.929.985a.51.51 0 0 1-.246-.989l6.955-2.09l-.045-.053c-1.453-1.757-2.083-3.646-2.183-5.448c-.166-2.999 1.203-5.645 1.741-6.685l.008-.015c.061-.12.108-.21.142-.28c.754-1.55 2.646-2.198 4.222-1.477c1.584.725 2.279 2.572 1.521 4.131q-.106.217-.215.435c-.58 1.166-1.141 2.318-1.073 3.558c.032.576.215 1.203.785 1.893c.602.728 1.745 1.652 3.903 2.564c1.871.791 3.37 1.991 4.224 3.731m5.663-10.996a5.1 5.1 0 1 1 0 10.2a5.1 5.1 0 0 1 0-10.2"/><path fill-rule="evenodd" d="M4.222 37.379a1.044 1.044 0 0 1 1.44-.163l1.623 1.254a2.37 2.37 0 0 0 3.032-.12l.09-.08a4.327 4.327 0 0 1 5.795 0a2.237 2.237 0 0 0 2.996 0a4.327 4.327 0 0 1 5.795 0c.836.76 2.164.756 3.015-.018c1.602-1.459 4.12-1.49 5.738-.018l.07.064c.804.732 2.058.71 2.835-.047c1.512-1.474 3.933-1.565 5.557-.208l1.434 1.198c.43.36.48.99.111 1.41a1.044 1.044 0 0 1-1.446.108l-1.434-1.198a2.08 2.08 0 0 0-2.771.104c-1.56 1.52-4.073 1.562-5.685.095l-.07-.063c-.815-.742-2.11-.738-2.94.017c-1.623 1.477-4.174 1.509-5.814.017a2.237 2.237 0 0 0-2.996 0a4.327 4.327 0 0 1-5.795 0a2.237 2.237 0 0 0-2.996 0l-.09.081a4.46 4.46 0 0 1-5.705.225l-1.622-1.253a.983.983 0 0 1-.167-1.405m0-6a1.044 1.044 0 0 1 1.44-.163l1.623 1.254a2.37 2.37 0 0 0 3.032-.12l.09-.08a4.327 4.327 0 0 1 5.795 0a2.237 2.237 0 0 0 2.996 0a4.327 4.327 0 0 1 5.795 0c.836.76 2.164.756 3.015-.018c1.602-1.459 4.12-1.49 5.738-.018l.07.064c.804.732 2.058.71 2.835-.047c1.512-1.474 3.933-1.565 5.557-.208l1.434 1.198c.43.36.48.99.111 1.41a1.044 1.044 0 0 1-1.446.108l-1.434-1.198a2.08 2.08 0 0 0-2.771.104c-1.56 1.52-4.073 1.562-5.685.095l-.07-.063c-.815-.742-2.11-.738-2.94.017c-1.623 1.477-4.174 1.509-5.814.017a2.237 2.237 0 0 0-2.996 0a4.327 4.327 0 0 1-5.795 0a2.237 2.237 0 0 0-2.996 0l-.09.081a4.46 4.46 0 0 1-5.705.225l-1.622-1.253a.983.983 0 0 1-.167-1.405" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-swim {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M28.35%2027.606a.51.51%200%200%201-.23.681l-.672.336a3.57%203.57%200%200%201-3.193%200l-1.343-.672a2.55%202.55%200%200%200-2.281%200l-1.343.672a3.57%203.57%200%200%201-3.194%200l-2.555-1.277l-4.929.985a.51.51%200%200%201-.246-.989l6.955-2.09l-.045-.053c-1.453-1.757-2.083-3.646-2.183-5.448c-.166-2.999%201.203-5.645%201.741-6.685l.008-.015c.061-.12.108-.21.142-.28c.754-1.55%202.646-2.198%204.222-1.477c1.584.725%202.279%202.572%201.521%204.131q-.106.217-.215.435c-.58%201.166-1.141%202.318-1.073%203.558c.032.576.215%201.203.785%201.893c.602.728%201.745%201.652%203.903%202.564c1.871.791%203.37%201.991%204.224%203.731m5.663-10.996a5.1%205.1%200%201%201%200%2010.2a5.1%205.1%200%200%201%200-10.2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.222%2037.379a1.044%201.044%200%200%201%201.44-.163l1.623%201.254a2.37%202.37%200%200%200%203.032-.12l.09-.08a4.327%204.327%200%200%201%205.795%200a2.237%202.237%200%200%200%202.996%200a4.327%204.327%200%200%201%205.795%200c.836.76%202.164.756%203.015-.018c1.602-1.459%204.12-1.49%205.738-.018l.07.064c.804.732%202.058.71%202.835-.047c1.512-1.474%203.933-1.565%205.557-.208l1.434%201.198c.43.36.48.99.111%201.41a1.044%201.044%200%200%201-1.446.108l-1.434-1.198a2.08%202.08%200%200%200-2.771.104c-1.56%201.52-4.073%201.562-5.685.095l-.07-.063c-.815-.742-2.11-.738-2.94.017c-1.623%201.477-4.174%201.509-5.814.017a2.237%202.237%200%200%200-2.996%200a4.327%204.327%200%200%201-5.795%200a2.237%202.237%200%200%200-2.996%200l-.09.081a4.46%204.46%200%200%201-5.705.225l-1.622-1.253a.983.983%200%200%201-.167-1.405m0-6a1.044%201.044%200%200%201%201.44-.163l1.623%201.254a2.37%202.37%200%200%200%203.032-.12l.09-.08a4.327%204.327%200%200%201%205.795%200a2.237%202.237%200%200%200%202.996%200a4.327%204.327%200%200%201%205.795%200c.836.76%202.164.756%203.015-.018c1.602-1.459%204.12-1.49%205.738-.018l.07.064c.804.732%202.058.71%202.835-.047c1.512-1.474%203.933-1.565%205.557-.208l1.434%201.198c.43.36.48.99.111%201.41a1.044%201.044%200%200%201-1.446.108l-1.434-1.198a2.08%202.08%200%200%200-2.771.104c-1.56%201.52-4.073%201.562-5.685.095l-.07-.063c-.815-.742-2.11-.738-2.94.017c-1.623%201.477-4.174%201.509-5.814.017a2.237%202.237%200%200%200-2.996%200a4.327%204.327%200%200%201-5.795%200a2.237%202.237%200%200%200-2.996%200l-.09.081a4.46%204.46%200%200%201-5.705.225l-1.622-1.253a.983.983%200%200%201-.167-1.405%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M28.35%2027.606a.51.51%200%200%201-.23.681l-.672.336a3.57%203.57%200%200%201-3.193%200l-1.343-.672a2.55%202.55%200%200%200-2.281%200l-1.343.672a3.57%203.57%200%200%201-3.194%200l-2.555-1.277l-4.929.985a.51.51%200%200%201-.246-.989l6.955-2.09l-.045-.053c-1.453-1.757-2.083-3.646-2.183-5.448c-.166-2.999%201.203-5.645%201.741-6.685l.008-.015c.061-.12.108-.21.142-.28c.754-1.55%202.646-2.198%204.222-1.477c1.584.725%202.279%202.572%201.521%204.131q-.106.217-.215.435c-.58%201.166-1.141%202.318-1.073%203.558c.032.576.215%201.203.785%201.893c.602.728%201.745%201.652%203.903%202.564c1.871.791%203.37%201.991%204.224%203.731m5.663-10.996a5.1%205.1%200%201%201%200%2010.2a5.1%205.1%200%200%201%200-10.2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.222%2037.379a1.044%201.044%200%200%201%201.44-.163l1.623%201.254a2.37%202.37%200%200%200%203.032-.12l.09-.08a4.327%204.327%200%200%201%205.795%200a2.237%202.237%200%200%200%202.996%200a4.327%204.327%200%200%201%205.795%200c.836.76%202.164.756%203.015-.018c1.602-1.459%204.12-1.49%205.738-.018l.07.064c.804.732%202.058.71%202.835-.047c1.512-1.474%203.933-1.565%205.557-.208l1.434%201.198c.43.36.48.99.111%201.41a1.044%201.044%200%200%201-1.446.108l-1.434-1.198a2.08%202.08%200%200%200-2.771.104c-1.56%201.52-4.073%201.562-5.685.095l-.07-.063c-.815-.742-2.11-.738-2.94.017c-1.623%201.477-4.174%201.509-5.814.017a2.237%202.237%200%200%200-2.996%200a4.327%204.327%200%200%201-5.795%200a2.237%202.237%200%200%200-2.996%200l-.09.081a4.46%204.46%200%200%201-5.705.225l-1.622-1.253a.983.983%200%200%201-.167-1.405m0-6a1.044%201.044%200%200%201%201.44-.163l1.623%201.254a2.37%202.37%200%200%200%203.032-.12l.09-.08a4.327%204.327%200%200%201%205.795%200a2.237%202.237%200%200%200%202.996%200a4.327%204.327%200%200%201%205.795%200c.836.76%202.164.756%203.015-.018c1.602-1.459%204.12-1.49%205.738-.018l.07.064c.804.732%202.058.71%202.835-.047c1.512-1.474%203.933-1.565%205.557-.208l1.434%201.198c.43.36.48.99.111%201.41a1.044%201.044%200%200%201-1.446.108l-1.434-1.198a2.08%202.08%200%200%200-2.771.104c-1.56%201.52-4.073%201.562-5.685.095l-.07-.063c-.815-.742-2.11-.738-2.94.017c-1.623%201.477-4.174%201.509-5.814.017a2.237%202.237%200%200%200-2.996%200a4.327%204.327%200%200%201-5.795%200a2.237%202.237%200%200%200-2.996%200l-.09.081a4.46%204.46%200%200%201-5.705.225l-1.622-1.253a.983.983%200%200%201-.167-1.405%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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