roller skating icon
roller-skating-outline-sharp from Material Symbols Light by Google · Outline Sharp · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- roller-skating-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More activities icons from Material Symbols Light
Use the roller skating icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 15.5v-14h8v4q0 .836.499 1.517t1.342.914L19.5 9.36v6.14zm1-1h13v-4.36l-4.465-1.265q-.785-.23-1.373-.734q-.589-.503-.881-1.257H9.116v-.769h2.465q-.05-.28-.063-.567t-.018-.663H9.116v-.77H11.5V2.5h-6zm-.498 8q-1.04 0-1.771-.728t-.731-1.77t.729-1.771t1.769-.731t1.771.729t.731 1.769t-.728 1.771t-1.77.731M5 21.5q.617 0 1.059-.441Q6.5 20.617 6.5 20t-.441-1.059Q5.617 18.5 5 18.5t-1.059.441Q3.5 19.383 3.5 20t.441 1.059Q4.383 21.5 5 21.5m14.002 1q-1.04 0-1.771-.728t-.731-1.77t.729-1.771t1.769-.731t1.771.729t.731 1.769t-.728 1.771t-1.77.731m-.002-1q.617 0 1.059-.441q.441-.442.441-1.059t-.441-1.059Q19.617 18.5 19 18.5t-1.059.441Q17.5 19.383 17.5 20t.441 1.059q.442.441 1.059.441m-6.998 1q-1.04 0-1.771-.728t-.731-1.77t.729-1.771t1.769-.731t1.771.729t.731 1.769t-.728 1.771t-1.77.731m-.002-1q.617 0 1.059-.441q.441-.442.441-1.059t-.441-1.059Q12.617 18.5 12 18.5t-1.059.441T10.5 20t.441 1.059q.442.441 1.059.441m7-1.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRollerSkatingOutlineSharp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 15.5v-14h8v4q0 .836.499 1.517t1.342.914L19.5 9.36v6.14zm1-1h13v-4.36l-4.465-1.265q-.785-.23-1.373-.734q-.589-.503-.881-1.257H9.116v-.769h2.465q-.05-.28-.063-.567t-.018-.663H9.116v-.77H11.5V2.5h-6zm-.498 8q-1.04 0-1.771-.728t-.731-1.77t.729-1.771t1.769-.731t1.771.729t.731 1.769t-.728 1.771t-1.77.731M5 21.5q.617 0 1.059-.441Q6.5 20.617 6.5 20t-.441-1.059Q5.617 18.5 5 18.5t-1.059.441Q3.5 19.383 3.5 20t.441 1.059Q4.383 21.5 5 21.5m14.002 1q-1.04 0-1.771-.728t-.731-1.77t.729-1.771t1.769-.731t1.771.729t.731 1.769t-.728 1.771t-1.77.731m-.002-1q.617 0 1.059-.441q.441-.442.441-1.059t-.441-1.059Q19.617 18.5 19 18.5t-1.059.441Q17.5 19.383 17.5 20t.441 1.059q.442.441 1.059.441m-6.998 1q-1.04 0-1.771-.728t-.731-1.77t.729-1.771t1.769-.731t1.771.729t.731 1.769t-.728 1.771t-1.77.731m-.002-1q.617 0 1.059-.441q.441-.442.441-1.059t-.441-1.059Q12.617 18.5 12 18.5t-1.059.441T10.5 20t.441 1.059q.442.441 1.059.441m7-1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.5 15.5v-14h8v4q0 .836.499 1.517t1.342.914L19.5 9.36v6.14zm1-1h13v-4.36l-4.465-1.265q-.785-.23-1.373-.734q-.589-.503-.881-1.257H9.116v-.769h2.465q-.05-.28-.063-.567t-.018-.663H9.116v-.77H11.5V2.5h-6zm-.498 8q-1.04 0-1.771-.728t-.731-1.77t.729-1.771t1.769-.731t1.771.729t.731 1.769t-.728 1.771t-1.77.731M5 21.5q.617 0 1.059-.441Q6.5 20.617 6.5 20t-.441-1.059Q5.617 18.5 5 18.5t-1.059.441Q3.5 19.383 3.5 20t.441 1.059Q4.383 21.5 5 21.5m14.002 1q-1.04 0-1.771-.728t-.731-1.77t.729-1.771t1.769-.731t1.771.729t.731 1.769t-.728 1.771t-1.77.731m-.002-1q.617 0 1.059-.441q.441-.442.441-1.059t-.441-1.059Q19.617 18.5 19 18.5t-1.059.441Q17.5 19.383 17.5 20t.441 1.059q.442.441 1.059.441m-6.998 1q-1.04 0-1.771-.728t-.731-1.77t.729-1.771t1.769-.731t1.771.729t.731 1.769t-.728 1.771t-1.77.731m-.002-1q.617 0 1.059-.441q.441-.442.441-1.059t-.441-1.059Q12.617 18.5 12 18.5t-1.059.441T10.5 20t.441 1.059q.442.441 1.059.441m7-1.5"/></svg> </template>
CSS
.icon-roller-skating-outline-sharp {
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%22currentColor%22%20d%3D%22M4.5%2015.5v-14h8v4q0%20.836.499%201.517t1.342.914L19.5%209.36v6.14zm1-1h13v-4.36l-4.465-1.265q-.785-.23-1.373-.734q-.589-.503-.881-1.257H9.116v-.769h2.465q-.05-.28-.063-.567t-.018-.663H9.116v-.77H11.5V2.5h-6zm-.498%208q-1.04%200-1.771-.728t-.731-1.77t.729-1.771t1.769-.731t1.771.729t.731%201.769t-.728%201.771t-1.77.731M5%2021.5q.617%200%201.059-.441Q6.5%2020.617%206.5%2020t-.441-1.059Q5.617%2018.5%205%2018.5t-1.059.441Q3.5%2019.383%203.5%2020t.441%201.059Q4.383%2021.5%205%2021.5m14.002%201q-1.04%200-1.771-.728t-.731-1.77t.729-1.771t1.769-.731t1.771.729t.731%201.769t-.728%201.771t-1.77.731m-.002-1q.617%200%201.059-.441q.441-.442.441-1.059t-.441-1.059Q19.617%2018.5%2019%2018.5t-1.059.441Q17.5%2019.383%2017.5%2020t.441%201.059q.442.441%201.059.441m-6.998%201q-1.04%200-1.771-.728t-.731-1.77t.729-1.771t1.769-.731t1.771.729t.731%201.769t-.728%201.771t-1.77.731m-.002-1q.617%200%201.059-.441q.441-.442.441-1.059t-.441-1.059Q12.617%2018.5%2012%2018.5t-1.059.441T10.5%2020t.441%201.059q.442.441%201.059.441m7-1.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%22currentColor%22%20d%3D%22M4.5%2015.5v-14h8v4q0%20.836.499%201.517t1.342.914L19.5%209.36v6.14zm1-1h13v-4.36l-4.465-1.265q-.785-.23-1.373-.734q-.589-.503-.881-1.257H9.116v-.769h2.465q-.05-.28-.063-.567t-.018-.663H9.116v-.77H11.5V2.5h-6zm-.498%208q-1.04%200-1.771-.728t-.731-1.77t.729-1.771t1.769-.731t1.771.729t.731%201.769t-.728%201.771t-1.77.731M5%2021.5q.617%200%201.059-.441Q6.5%2020.617%206.5%2020t-.441-1.059Q5.617%2018.5%205%2018.5t-1.059.441Q3.5%2019.383%203.5%2020t.441%201.059Q4.383%2021.5%205%2021.5m14.002%201q-1.04%200-1.771-.728t-.731-1.77t.729-1.771t1.769-.731t1.771.729t.731%201.769t-.728%201.771t-1.77.731m-.002-1q.617%200%201.059-.441q.441-.442.441-1.059t-.441-1.059Q19.617%2018.5%2019%2018.5t-1.059.441Q17.5%2019.383%2017.5%2020t.441%201.059q.442.441%201.059.441m-6.998%201q-1.04%200-1.771-.728t-.731-1.77t.729-1.771t1.769-.731t1.771.729t.731%201.769t-.728%201.771t-1.77.731m-.002-1q.617%200%201.059-.441q.441-.442.441-1.059t-.441-1.059Q12.617%2018.5%2012%2018.5t-1.059.441T10.5%2020t.441%201.059q.442.441%201.059.441m7-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/roller-skating-outline-sharp.svg?color=%231a73e8&size=48