workout warm up icon
workout-warm-up from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- workout-warm-up
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the workout warm up 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-width="1.5"><path d="M14.5 4.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m19 21l-.456-3.47c-.254-1.928-.38-2.892-1.053-3.4c-.672-.509-1.619-.357-3.513-.054l-1.838.295l-.507.081c-1.386.222-2.08.333-2.441-.081c-.362-.415-.169-1.099.217-2.467l.668-2.372c.222-.788.333-1.182.638-1.388c.304-.206.705-.158 1.508-.062l1.755.21L19 8.89m-5.022-.6l-1.838 6.08M10 17l-.553 1.106a3 3 0 0 1-1.341 1.341L5 21"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsWorkoutWarmUp(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" strokeWidth="1.5"><path d="M14.5 4.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/><path strokeLinecap="round" strokeLinejoin="round" d="m19 21l-.456-3.47c-.254-1.928-.38-2.892-1.053-3.4c-.672-.509-1.619-.357-3.513-.054l-1.838.295l-.507.081c-1.386.222-2.08.333-2.441-.081c-.362-.415-.169-1.099.217-2.467l.668-2.372c.222-.788.333-1.182.638-1.388c.304-.206.705-.158 1.508-.062l1.755.21L19 8.89m-5.022-.6l-1.838 6.08M10 17l-.553 1.106a3 3 0 0 1-1.341 1.341L5 21"/></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-width="1.5"><path d="M14.5 4.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m19 21l-.456-3.47c-.254-1.928-.38-2.892-1.053-3.4c-.672-.509-1.619-.357-3.513-.054l-1.838.295l-.507.081c-1.386.222-2.08.333-2.441-.081c-.362-.415-.169-1.099.217-2.467l.668-2.372c.222-.788.333-1.182.638-1.388c.304-.206.705-.158 1.508-.062l1.755.21L19 8.89m-5.022-.6l-1.838 6.08M10 17l-.553 1.106a3 3 0 0 1-1.341 1.341L5 21"/></g></svg> </template>
CSS
.icon-workout-warm-up {
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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.5%204.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m19%2021l-.456-3.47c-.254-1.928-.38-2.892-1.053-3.4c-.672-.509-1.619-.357-3.513-.054l-1.838.295l-.507.081c-1.386.222-2.08.333-2.441-.081c-.362-.415-.169-1.099.217-2.467l.668-2.372c.222-.788.333-1.182.638-1.388c.304-.206.705-.158%201.508-.062l1.755.21L19%208.89m-5.022-.6l-1.838%206.08M10%2017l-.553%201.106a3%203%200%200%201-1.341%201.341L5%2021%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.5%204.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m19%2021l-.456-3.47c-.254-1.928-.38-2.892-1.053-3.4c-.672-.509-1.619-.357-3.513-.054l-1.838.295l-.507.081c-1.386.222-2.08.333-2.441-.081c-.362-.415-.169-1.099.217-2.467l.668-2.372c.222-.788.333-1.182.638-1.388c.304-.206.705-.158%201.508-.062l1.755.21L19%208.89m-5.022-.6l-1.838%206.08M10%2017l-.553%201.106a3%203%200%200%201-1.341%201.341L5%2021%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/workout-warm-up.svg?color=%231a73e8&size=48