roller skate icon

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

Name
roller-skate
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the roller skate 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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M3.195 6.024C5.31 3.675 9.44 2.789 10.93 3.042c.164 1.477 1.056 5.231 3.004 6.841s7.62 1.617 8.025 3.769c.244 1.297-.627 2.348-2.17 2.348H4.945c-1.145 0-1.718 0-2.294-.543c-.576-.542-.598-.896-.642-1.603c-.086-1.382.44-2.586.82-3.26c.732-1.304.668-3.094.366-4.57M12.5 8.5l-1 .5m0-3l-1.5.5"/><circle cx="4" cy="19" r="2" stroke-linecap="round"/><circle cx="12" cy="19" r="2" stroke-linecap="round"/><circle cx="20" cy="19" r="2" stroke-linecap="round"/><path d="M6 16c0-2.564-1.207-4.802-3-6"/><path stroke-linecap="round" d="M6 19h4m4 0h4"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRollerSkate(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" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M3.195 6.024C5.31 3.675 9.44 2.789 10.93 3.042c.164 1.477 1.056 5.231 3.004 6.841s7.62 1.617 8.025 3.769c.244 1.297-.627 2.348-2.17 2.348H4.945c-1.145 0-1.718 0-2.294-.543c-.576-.542-.598-.896-.642-1.603c-.086-1.382.44-2.586.82-3.26c.732-1.304.668-3.094.366-4.57M12.5 8.5l-1 .5m0-3l-1.5.5"/><circle cx="4" cy="19" r="2" strokeLinecap="round"/><circle cx="12" cy="19" r="2" strokeLinecap="round"/><circle cx="20" cy="19" r="2" strokeLinecap="round"/><path d="M6 16c0-2.564-1.207-4.802-3-6"/><path strokeLinecap="round" d="M6 19h4m4 0h4"/></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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M3.195 6.024C5.31 3.675 9.44 2.789 10.93 3.042c.164 1.477 1.056 5.231 3.004 6.841s7.62 1.617 8.025 3.769c.244 1.297-.627 2.348-2.17 2.348H4.945c-1.145 0-1.718 0-2.294-.543c-.576-.542-.598-.896-.642-1.603c-.086-1.382.44-2.586.82-3.26c.732-1.304.668-3.094.366-4.57M12.5 8.5l-1 .5m0-3l-1.5.5"/><circle cx="4" cy="19" r="2" stroke-linecap="round"/><circle cx="12" cy="19" r="2" stroke-linecap="round"/><circle cx="20" cy="19" r="2" stroke-linecap="round"/><path d="M6 16c0-2.564-1.207-4.802-3-6"/><path stroke-linecap="round" d="M6 19h4m4 0h4"/></g></svg>
</template>

CSS

.icon-roller-skate {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3.195%206.024C5.31%203.675%209.44%202.789%2010.93%203.042c.164%201.477%201.056%205.231%203.004%206.841s7.62%201.617%208.025%203.769c.244%201.297-.627%202.348-2.17%202.348H4.945c-1.145%200-1.718%200-2.294-.543c-.576-.542-.598-.896-.642-1.603c-.086-1.382.44-2.586.82-3.26c.732-1.304.668-3.094.366-4.57M12.5%208.5l-1%20.5m0-3l-1.5.5%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%2219%22%20r%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2219%22%20r%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2219%22%20r%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M6%2016c0-2.564-1.207-4.802-3-6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2019h4m4%200h4%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3.195%206.024C5.31%203.675%209.44%202.789%2010.93%203.042c.164%201.477%201.056%205.231%203.004%206.841s7.62%201.617%208.025%203.769c.244%201.297-.627%202.348-2.17%202.348H4.945c-1.145%200-1.718%200-2.294-.543c-.576-.542-.598-.896-.642-1.603c-.086-1.382.44-2.586.82-3.26c.732-1.304.668-3.094.366-4.57M12.5%208.5l-1%20.5m0-3l-1.5.5%22%2F%3E%3Ccircle%20cx%3D%224%22%20cy%3D%2219%22%20r%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2219%22%20r%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2219%22%20r%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M6%2016c0-2.564-1.207-4.802-3-6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2019h4m4%200h4%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/roller-skate.svg?color=%231a73e8&size=48