ice skating icon

ice-skating from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
ice-skating
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the ice skating 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 stroke-linecap="round" stroke-linejoin="round" d="M8.566 14.329c-.477.3-.64.865-.675 1.4c-.044.667-.066 1.001-.21 1.136c-.145.135-.417.135-.962.135H4.901c-.459 0-.688 0-.835-.149s-.143-.383-.137-.85a6.4 6.4 0 0 0-.434-2.501a8 8 0 0 0-.117-.29c-.924-2.18.062-4.013.658-4.991c.477-.782.764-1.952.616-2.771c2.12-2.526 5.63-2.615 7.123-2.343c.165 1.59 1.233 5.582 3.185 7.314S21 12.92 21 14.474c0 1.42-.629 2.526-2.175 2.526H14.06c-1.02 0-1.53 0-2.003-.162c-.473-.163-.876-.476-1.68-1.102l-1.793-1.393zC7.51 13.508 7.48 13.5 6.128 13.5H3.495m10.005-4l-.5.5m-.5-3l-1.5.5"/><path stroke-linecap="round" d="m20.03 17l.6.8c1.05 1.396 1.574 2.094 1.297 2.647s-1.151.553-2.9.553H2"/><path d="M15 17v4m-9-4v4"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsIceSkating(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 strokeLinecap="round" strokeLinejoin="round" d="M8.566 14.329c-.477.3-.64.865-.675 1.4c-.044.667-.066 1.001-.21 1.136c-.145.135-.417.135-.962.135H4.901c-.459 0-.688 0-.835-.149s-.143-.383-.137-.85a6.4 6.4 0 0 0-.434-2.501a8 8 0 0 0-.117-.29c-.924-2.18.062-4.013.658-4.991c.477-.782.764-1.952.616-2.771c2.12-2.526 5.63-2.615 7.123-2.343c.165 1.59 1.233 5.582 3.185 7.314S21 12.92 21 14.474c0 1.42-.629 2.526-2.175 2.526H14.06c-1.02 0-1.53 0-2.003-.162c-.473-.163-.876-.476-1.68-1.102l-1.793-1.393zC7.51 13.508 7.48 13.5 6.128 13.5H3.495m10.005-4l-.5.5m-.5-3l-1.5.5"/><path strokeLinecap="round" d="m20.03 17l.6.8c1.05 1.396 1.574 2.094 1.297 2.647s-1.151.553-2.9.553H2"/><path d="M15 17v4m-9-4v4"/></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 stroke-linecap="round" stroke-linejoin="round" d="M8.566 14.329c-.477.3-.64.865-.675 1.4c-.044.667-.066 1.001-.21 1.136c-.145.135-.417.135-.962.135H4.901c-.459 0-.688 0-.835-.149s-.143-.383-.137-.85a6.4 6.4 0 0 0-.434-2.501a8 8 0 0 0-.117-.29c-.924-2.18.062-4.013.658-4.991c.477-.782.764-1.952.616-2.771c2.12-2.526 5.63-2.615 7.123-2.343c.165 1.59 1.233 5.582 3.185 7.314S21 12.92 21 14.474c0 1.42-.629 2.526-2.175 2.526H14.06c-1.02 0-1.53 0-2.003-.162c-.473-.163-.876-.476-1.68-1.102l-1.793-1.393zC7.51 13.508 7.48 13.5 6.128 13.5H3.495m10.005-4l-.5.5m-.5-3l-1.5.5"/><path stroke-linecap="round" d="m20.03 17l.6.8c1.05 1.396 1.574 2.094 1.297 2.647s-1.151.553-2.9.553H2"/><path d="M15 17v4m-9-4v4"/></g></svg>
</template>

CSS

.icon-ice-skating {
  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%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.566%2014.329c-.477.3-.64.865-.675%201.4c-.044.667-.066%201.001-.21%201.136c-.145.135-.417.135-.962.135H4.901c-.459%200-.688%200-.835-.149s-.143-.383-.137-.85a6.4%206.4%200%200%200-.434-2.501a8%208%200%200%200-.117-.29c-.924-2.18.062-4.013.658-4.991c.477-.782.764-1.952.616-2.771c2.12-2.526%205.63-2.615%207.123-2.343c.165%201.59%201.233%205.582%203.185%207.314S21%2012.92%2021%2014.474c0%201.42-.629%202.526-2.175%202.526H14.06c-1.02%200-1.53%200-2.003-.162c-.473-.163-.876-.476-1.68-1.102l-1.793-1.393zC7.51%2013.508%207.48%2013.5%206.128%2013.5H3.495m10.005-4l-.5.5m-.5-3l-1.5.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m20.03%2017l.6.8c1.05%201.396%201.574%202.094%201.297%202.647s-1.151.553-2.9.553H2%22%2F%3E%3Cpath%20d%3D%22M15%2017v4m-9-4v4%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%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.566%2014.329c-.477.3-.64.865-.675%201.4c-.044.667-.066%201.001-.21%201.136c-.145.135-.417.135-.962.135H4.901c-.459%200-.688%200-.835-.149s-.143-.383-.137-.85a6.4%206.4%200%200%200-.434-2.501a8%208%200%200%200-.117-.29c-.924-2.18.062-4.013.658-4.991c.477-.782.764-1.952.616-2.771c2.12-2.526%205.63-2.615%207.123-2.343c.165%201.59%201.233%205.582%203.185%207.314S21%2012.92%2021%2014.474c0%201.42-.629%202.526-2.175%202.526H14.06c-1.02%200-1.53%200-2.003-.162c-.473-.163-.876-.476-1.68-1.102l-1.793-1.393zC7.51%2013.508%207.48%2013.5%206.128%2013.5H3.495m10.005-4l-.5.5m-.5-3l-1.5.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m20.03%2017l.6.8c1.05%201.396%201.574%202.094%201.297%202.647s-1.151.553-2.9.553H2%22%2F%3E%3Cpath%20d%3D%22M15%2017v4m-9-4v4%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/ice-skating.svg?color=%231a73e8&size=48