roller skating icon
roller-skating-outline from Material Symbols Light by Google · Outline · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- roller-skating-outline
- Set
- Material Symbols Light
- Style
- Outline
- 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.914l2.625.725q1.114.306 1.824 1.235q.71.93.71 2.11V15.5zm1-1h13v-2.503q0-.845-.509-1.492q-.508-.647-1.331-.886l-2.625-.75q-.785-.236-1.373-.733q-.589-.497-.881-1.251H9.5q-.154 0-.27-.116q-.114-.115-.114-.269t.115-.27q.115-.114.269-.114h2.08q-.05-.281-.062-.568t-.018-.663h-2q-.154 0-.27-.116q-.114-.115-.114-.269t.115-.27q.115-.114.269-.114h2V2.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 MaterialSymbolsLightRollerSkatingOutline(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.914l2.625.725q1.114.306 1.824 1.235q.71.93.71 2.11V15.5zm1-1h13v-2.503q0-.845-.509-1.492q-.508-.647-1.331-.886l-2.625-.75q-.785-.236-1.373-.733q-.589-.497-.881-1.251H9.5q-.154 0-.27-.116q-.114-.115-.114-.269t.115-.27q.115-.114.269-.114h2.08q-.05-.281-.062-.568t-.018-.663h-2q-.154 0-.27-.116q-.114-.115-.114-.269t.115-.27q.115-.114.269-.114h2V2.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.914l2.625.725q1.114.306 1.824 1.235q.71.93.71 2.11V15.5zm1-1h13v-2.503q0-.845-.509-1.492q-.508-.647-1.331-.886l-2.625-.75q-.785-.236-1.373-.733q-.589-.497-.881-1.251H9.5q-.154 0-.27-.116q-.114-.115-.114-.269t.115-.27q.115-.114.269-.114h2.08q-.05-.281-.062-.568t-.018-.663h-2q-.154 0-.27-.116q-.114-.115-.114-.269t.115-.27q.115-.114.269-.114h2V2.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 {
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.914l2.625.725q1.114.306%201.824%201.235q.71.93.71%202.11V15.5zm1-1h13v-2.503q0-.845-.509-1.492q-.508-.647-1.331-.886l-2.625-.75q-.785-.236-1.373-.733q-.589-.497-.881-1.251H9.5q-.154%200-.27-.116q-.114-.115-.114-.269t.115-.27q.115-.114.269-.114h2.08q-.05-.281-.062-.568t-.018-.663h-2q-.154%200-.27-.116q-.114-.115-.114-.269t.115-.27q.115-.114.269-.114h2V2.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.914l2.625.725q1.114.306%201.824%201.235q.71.93.71%202.11V15.5zm1-1h13v-2.503q0-.845-.509-1.492q-.508-.647-1.331-.886l-2.625-.75q-.785-.236-1.373-.733q-.589-.497-.881-1.251H9.5q-.154%200-.27-.116q-.114-.115-.114-.269t.115-.27q.115-.114.269-.114h2.08q-.05-.281-.062-.568t-.018-.663h-2q-.154%200-.27-.116q-.114-.115-.114-.269t.115-.27q.115-.114.269-.114h2V2.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.svg?color=%231a73e8&size=48