rollerskates icon

rollerskates from IconPark by ByteDance · Color · Sports · Apache-2.0 Free for personal and commercial use.

Name
rollerskates
Set
IconPark
Style
Color
Category
Sports
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More sports icons from IconPark

Use the rollerskates icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" stroke-width="4"><path stroke="#000" d="M44 4H28V12H44V4Z"/><path fill="#2F88FF" stroke="#000" d="M44 12V34C44 35.11 43.11 36 42 36H8C5.79 36 4 34.21 4 32V26C4 21.58 7.58 18 12 18H28V12H44Z"/><path stroke="#fff" d="M14 24V18"/><path stroke="#fff" d="M21 24V18"/><path stroke="#000" d="M23 18L12 18"/><path stroke="#000" d="M9 44C11.2091 44 13 42.2091 13 40C13 37.7909 11.2091 36 9 36C6.79086 36 5 37.7909 5 40C5 42.2091 6.79086 44 9 44Z"/><path stroke="#000" d="M19.3301 44C21.5392 44 23.3301 42.2091 23.3301 40C23.3301 37.7909 21.5392 36 19.3301 36C17.1209 36 15.3301 37.7909 15.3301 40C15.3301 42.2091 17.1209 44 19.3301 44Z"/><path stroke="#000" d="M29.6699 44C31.8791 44 33.6699 42.2091 33.6699 40C33.6699 37.7909 31.8791 36 29.6699 36C27.4608 36 25.6699 37.7909 25.6699 40C25.6699 42.2091 27.4608 44 29.6699 44Z"/><path stroke="#000" d="M40 44C42.2091 44 44 42.2091 44 40C44 37.7909 42.2091 36 40 36C37.7909 36 36 37.7909 36 40C36 42.2091 37.7909 44 40 44Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkRollerskates(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="2" strokeWidth="4"><path stroke="#000" d="M44 4H28V12H44V4Z"/><path fill="#2F88FF" stroke="#000" d="M44 12V34C44 35.11 43.11 36 42 36H8C5.79 36 4 34.21 4 32V26C4 21.58 7.58 18 12 18H28V12H44Z"/><path stroke="#fff" d="M14 24V18"/><path stroke="#fff" d="M21 24V18"/><path stroke="#000" d="M23 18L12 18"/><path stroke="#000" d="M9 44C11.2091 44 13 42.2091 13 40C13 37.7909 11.2091 36 9 36C6.79086 36 5 37.7909 5 40C5 42.2091 6.79086 44 9 44Z"/><path stroke="#000" d="M19.3301 44C21.5392 44 23.3301 42.2091 23.3301 40C23.3301 37.7909 21.5392 36 19.3301 36C17.1209 36 15.3301 37.7909 15.3301 40C15.3301 42.2091 17.1209 44 19.3301 44Z"/><path stroke="#000" d="M29.6699 44C31.8791 44 33.6699 42.2091 33.6699 40C33.6699 37.7909 31.8791 36 29.6699 36C27.4608 36 25.6699 37.7909 25.6699 40C25.6699 42.2091 27.4608 44 29.6699 44Z"/><path stroke="#000" d="M40 44C42.2091 44 44 42.2091 44 40C44 37.7909 42.2091 36 40 36C37.7909 36 36 37.7909 36 40C36 42.2091 37.7909 44 40 44Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" stroke-width="4"><path stroke="#000" d="M44 4H28V12H44V4Z"/><path fill="#2F88FF" stroke="#000" d="M44 12V34C44 35.11 43.11 36 42 36H8C5.79 36 4 34.21 4 32V26C4 21.58 7.58 18 12 18H28V12H44Z"/><path stroke="#fff" d="M14 24V18"/><path stroke="#fff" d="M21 24V18"/><path stroke="#000" d="M23 18L12 18"/><path stroke="#000" d="M9 44C11.2091 44 13 42.2091 13 40C13 37.7909 11.2091 36 9 36C6.79086 36 5 37.7909 5 40C5 42.2091 6.79086 44 9 44Z"/><path stroke="#000" d="M19.3301 44C21.5392 44 23.3301 42.2091 23.3301 40C23.3301 37.7909 21.5392 36 19.3301 36C17.1209 36 15.3301 37.7909 15.3301 40C15.3301 42.2091 17.1209 44 19.3301 44Z"/><path stroke="#000" d="M29.6699 44C31.8791 44 33.6699 42.2091 33.6699 40C33.6699 37.7909 31.8791 36 29.6699 36C27.4608 36 25.6699 37.7909 25.6699 40C25.6699 42.2091 27.4608 44 29.6699 44Z"/><path stroke="#000" d="M40 44C42.2091 44 44 42.2091 44 40C44 37.7909 42.2091 36 40 36C37.7909 36 36 37.7909 36 40C36 42.2091 37.7909 44 40 44Z"/></g></svg>
</template>

CSS

.icon-rollerskates {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M44%204H28V12H44V4Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M44%2012V34C44%2035.11%2043.11%2036%2042%2036H8C5.79%2036%204%2034.21%204%2032V26C4%2021.58%207.58%2018%2012%2018H28V12H44Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M14%2024V18%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M21%2024V18%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M23%2018L12%2018%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M9%2044C11.2091%2044%2013%2042.2091%2013%2040C13%2037.7909%2011.2091%2036%209%2036C6.79086%2036%205%2037.7909%205%2040C5%2042.2091%206.79086%2044%209%2044Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M19.3301%2044C21.5392%2044%2023.3301%2042.2091%2023.3301%2040C23.3301%2037.7909%2021.5392%2036%2019.3301%2036C17.1209%2036%2015.3301%2037.7909%2015.3301%2040C15.3301%2042.2091%2017.1209%2044%2019.3301%2044Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M29.6699%2044C31.8791%2044%2033.6699%2042.2091%2033.6699%2040C33.6699%2037.7909%2031.8791%2036%2029.6699%2036C27.4608%2036%2025.6699%2037.7909%2025.6699%2040C25.6699%2042.2091%2027.4608%2044%2029.6699%2044Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M40%2044C42.2091%2044%2044%2042.2091%2044%2040C44%2037.7909%2042.2091%2036%2040%2036C37.7909%2036%2036%2037.7909%2036%2040C36%2042.2091%2037.7909%2044%2040%2044Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M44%204H28V12H44V4Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M44%2012V34C44%2035.11%2043.11%2036%2042%2036H8C5.79%2036%204%2034.21%204%2032V26C4%2021.58%207.58%2018%2012%2018H28V12H44Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M14%2024V18%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20d%3D%22M21%2024V18%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M23%2018L12%2018%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M9%2044C11.2091%2044%2013%2042.2091%2013%2040C13%2037.7909%2011.2091%2036%209%2036C6.79086%2036%205%2037.7909%205%2040C5%2042.2091%206.79086%2044%209%2044Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M19.3301%2044C21.5392%2044%2023.3301%2042.2091%2023.3301%2040C23.3301%2037.7909%2021.5392%2036%2019.3301%2036C17.1209%2036%2015.3301%2037.7909%2015.3301%2040C15.3301%2042.2091%2017.1209%2044%2019.3301%2044Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M29.6699%2044C31.8791%2044%2033.6699%2042.2091%2033.6699%2040C33.6699%2037.7909%2031.8791%2036%2029.6699%2036C27.4608%2036%2025.6699%2037.7909%2025.6699%2040C25.6699%2042.2091%2027.4608%2044%2029.6699%2044Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M40%2044C42.2091%2044%2044%2042.2091%2044%2040C44%2037.7909%2042.2091%2036%2040%2036C37.7909%2036%2036%2037.7909%2036%2040C36%2042.2091%2037.7909%2044%2040%2044Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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