gym from css.gg by Astrit · Outline · MIT Free for personal and commercial use.

Name
gym
Set
css.gg
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Use the gym icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.274 9.869l-3.442-4.915l1.639-1.147l3.441 4.915zm-1.884 2.54L16.67 9.95l-8.192 5.736l1.72 2.457l-1.638 1.148l-4.588-6.554L5.61 11.59l1.72 2.458l8.192-5.736l-1.72-2.458l1.638-1.147l4.588 6.554zm2.375-5.326l1.638-1.147l-1.147-1.638l-1.638 1.147zM7.168 19.046l-3.442-4.915l-1.638 1.147l3.441 4.915zm-2.786-.491l-1.638 1.147l-1.147-1.638l1.638-1.147z"/></svg>

React

import type { SVGProps } from "react";

export function GgGym(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="m20.274 9.869l-3.442-4.915l1.639-1.147l3.441 4.915zm-1.884 2.54L16.67 9.95l-8.192 5.736l1.72 2.457l-1.638 1.148l-4.588-6.554L5.61 11.59l1.72 2.458l8.192-5.736l-1.72-2.458l1.638-1.147l4.588 6.554zm2.375-5.326l1.638-1.147l-1.147-1.638l-1.638 1.147zM7.168 19.046l-3.442-4.915l-1.638 1.147l3.441 4.915zm-2.786-.491l-1.638 1.147l-1.147-1.638l1.638-1.147z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.274 9.869l-3.442-4.915l1.639-1.147l3.441 4.915zm-1.884 2.54L16.67 9.95l-8.192 5.736l1.72 2.457l-1.638 1.148l-4.588-6.554L5.61 11.59l1.72 2.458l8.192-5.736l-1.72-2.458l1.638-1.147l4.588 6.554zm2.375-5.326l1.638-1.147l-1.147-1.638l-1.638 1.147zM7.168 19.046l-3.442-4.915l-1.638 1.147l3.441 4.915zm-2.786-.491l-1.638 1.147l-1.147-1.638l1.638-1.147z"/></svg>
</template>

CSS

.icon-gym {
  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%22m20.274%209.869l-3.442-4.915l1.639-1.147l3.441%204.915zm-1.884%202.54L16.67%209.95l-8.192%205.736l1.72%202.457l-1.638%201.148l-4.588-6.554L5.61%2011.59l1.72%202.458l8.192-5.736l-1.72-2.458l1.638-1.147l4.588%206.554zm2.375-5.326l1.638-1.147l-1.147-1.638l-1.638%201.147zM7.168%2019.046l-3.442-4.915l-1.638%201.147l3.441%204.915zm-2.786-.491l-1.638%201.147l-1.147-1.638l1.638-1.147z%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%22m20.274%209.869l-3.442-4.915l1.639-1.147l3.441%204.915zm-1.884%202.54L16.67%209.95l-8.192%205.736l1.72%202.457l-1.638%201.148l-4.588-6.554L5.61%2011.59l1.72%202.458l8.192-5.736l-1.72-2.458l1.638-1.147l4.588%206.554zm2.375-5.326l1.638-1.147l-1.147-1.638l-1.638%201.147zM7.168%2019.046l-3.442-4.915l-1.638%201.147l3.441%204.915zm-2.786-.491l-1.638%201.147l-1.147-1.638l1.638-1.147z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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