equipment gym 01 icon
equipment-gym-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- equipment-gym-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the equipment gym 01 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.75 11.5h8.5c1.393 0 1.75.41 1.75 1.75c0 1.393-.41 1.75-1.75 1.75h-8.5C6.357 15 6 14.59 6 13.25c0-1.393.41-1.75 1.75-1.75m0 3.5h8.5c1.393 0 1.75.41 1.75 1.75c0 1.393-.41 1.75-1.75 1.75h-8.5C6.357 18.5 6 18.09 6 16.75C6 15.357 6.41 15 7.75 15m0 3.5h8.5c1.393 0 1.75.41 1.75 1.75c0 1.393-.41 1.75-1.75 1.75h-8.5C6.357 22 6 21.59 6 20.25c0-1.393.41-1.75 1.75-1.75M22 7.5l-.799-1c-.59-.737-.885-1.106-1.296-1.303c-.344-.166-.732-.193-1.405-.197M2 7.5l.799-1c.59-.737.885-1.106 1.296-1.303c.344-.166.732-.193 1.405-.197M16 5H8m8-3v9.5M8 2v9.5"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsEquipmentGym01(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M7.75 11.5h8.5c1.393 0 1.75.41 1.75 1.75c0 1.393-.41 1.75-1.75 1.75h-8.5C6.357 15 6 14.59 6 13.25c0-1.393.41-1.75 1.75-1.75m0 3.5h8.5c1.393 0 1.75.41 1.75 1.75c0 1.393-.41 1.75-1.75 1.75h-8.5C6.357 18.5 6 18.09 6 16.75C6 15.357 6.41 15 7.75 15m0 3.5h8.5c1.393 0 1.75.41 1.75 1.75c0 1.393-.41 1.75-1.75 1.75h-8.5C6.357 22 6 21.59 6 20.25c0-1.393.41-1.75 1.75-1.75M22 7.5l-.799-1c-.59-.737-.885-1.106-1.296-1.303c-.344-.166-.732-.193-1.405-.197M2 7.5l.799-1c.59-.737.885-1.106 1.296-1.303c.344-.166.732-.193 1.405-.197M16 5H8m8-3v9.5M8 2v9.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.75 11.5h8.5c1.393 0 1.75.41 1.75 1.75c0 1.393-.41 1.75-1.75 1.75h-8.5C6.357 15 6 14.59 6 13.25c0-1.393.41-1.75 1.75-1.75m0 3.5h8.5c1.393 0 1.75.41 1.75 1.75c0 1.393-.41 1.75-1.75 1.75h-8.5C6.357 18.5 6 18.09 6 16.75C6 15.357 6.41 15 7.75 15m0 3.5h8.5c1.393 0 1.75.41 1.75 1.75c0 1.393-.41 1.75-1.75 1.75h-8.5C6.357 22 6 21.59 6 20.25c0-1.393.41-1.75 1.75-1.75M22 7.5l-.799-1c-.59-.737-.885-1.106-1.296-1.303c-.344-.166-.732-.193-1.405-.197M2 7.5l.799-1c.59-.737.885-1.106 1.296-1.303c.344-.166.732-.193 1.405-.197M16 5H8m8-3v9.5M8 2v9.5"/></svg> </template>
CSS
.icon-equipment-gym-01 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7.75%2011.5h8.5c1.393%200%201.75.41%201.75%201.75c0%201.393-.41%201.75-1.75%201.75h-8.5C6.357%2015%206%2014.59%206%2013.25c0-1.393.41-1.75%201.75-1.75m0%203.5h8.5c1.393%200%201.75.41%201.75%201.75c0%201.393-.41%201.75-1.75%201.75h-8.5C6.357%2018.5%206%2018.09%206%2016.75C6%2015.357%206.41%2015%207.75%2015m0%203.5h8.5c1.393%200%201.75.41%201.75%201.75c0%201.393-.41%201.75-1.75%201.75h-8.5C6.357%2022%206%2021.59%206%2020.25c0-1.393.41-1.75%201.75-1.75M22%207.5l-.799-1c-.59-.737-.885-1.106-1.296-1.303c-.344-.166-.732-.193-1.405-.197M2%207.5l.799-1c.59-.737.885-1.106%201.296-1.303c.344-.166.732-.193%201.405-.197M16%205H8m8-3v9.5M8%202v9.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7.75%2011.5h8.5c1.393%200%201.75.41%201.75%201.75c0%201.393-.41%201.75-1.75%201.75h-8.5C6.357%2015%206%2014.59%206%2013.25c0-1.393.41-1.75%201.75-1.75m0%203.5h8.5c1.393%200%201.75.41%201.75%201.75c0%201.393-.41%201.75-1.75%201.75h-8.5C6.357%2018.5%206%2018.09%206%2016.75C6%2015.357%206.41%2015%207.75%2015m0%203.5h8.5c1.393%200%201.75.41%201.75%201.75c0%201.393-.41%201.75-1.75%201.75h-8.5C6.357%2022%206%2021.59%206%2020.25c0-1.393.41-1.75%201.75-1.75M22%207.5l-.799-1c-.59-.737-.885-1.106-1.296-1.303c-.344-.166-.732-.193-1.405-.197M2%207.5l.799-1c.59-.737.885-1.106%201.296-1.303c.344-.166.732-.193%201.405-.197M16%205H8m8-3v9.5M8%202v9.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/equipment-gym-01.svg?color=%231a73e8&size=48