roller skate emoji
roller-skate from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.
- Name
- roller-skate
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Travel & Places
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More travel & places icons from Fluent Emoji High Contrast
Use the roller skate emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.715 3c.675 0 1.3.283 1.767.756q.072.074.14.153c.298.354.516.793.616 1.288c0 0 .078.819.177 1.803h-1.957c-.252 0-.458.224-.458.5s.206.5.458.5h2.06c.035.347.072.69.106 1h-2.166c-.252 0-.458.224-.458.5s.206.5.458.5h2.286c.155.942 1.678 1.761 2.202 2.043l.106.057c.235.133.649.276 1.16.453C24.294 13.273 28 14.554 28 18v2.208c0 .233-.05.455-.13.658c-.258.642-.879 1.125-1.6 1.134h1.77c.53 0 .96.449.96 1s-.43 1-.96 1h-2.09a3.5 3.5 0 1 1-4.899 0H10.949a3.5 3.5 0 1 1-4.899 0H3.96c-.53 0-.96-.449-.96-1s.43-1 .96-1h.814a1.77 1.77 0 0 1-1.644-1.134a1.8 1.8 0 0 1-.13-.658V5.1c0-1.08 1.011-1.947 2.32-2.072q.065-.001.129-.01q.062-.009.128-.01V3zM5.591 4.01l-.029.003h-.007a2 2 0 0 1-.173.015C4.402 4.134 4 4.727 4 5.1V6h5.166c.295 0 .53-.096.672-.21S10 5.58 10 5.535V4H6.577v.01zM26.248 21c.276 0 .566-.192.693-.505q.06-.154.059-.287V19H4v1.208q0 .135.06.29l.004.01c.11.289.388.492.738.492zM10 26.5a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0M23.5 28a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastRollerSkate(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.715 3c.675 0 1.3.283 1.767.756q.072.074.14.153c.298.354.516.793.616 1.288c0 0 .078.819.177 1.803h-1.957c-.252 0-.458.224-.458.5s.206.5.458.5h2.06c.035.347.072.69.106 1h-2.166c-.252 0-.458.224-.458.5s.206.5.458.5h2.286c.155.942 1.678 1.761 2.202 2.043l.106.057c.235.133.649.276 1.16.453C24.294 13.273 28 14.554 28 18v2.208c0 .233-.05.455-.13.658c-.258.642-.879 1.125-1.6 1.134h1.77c.53 0 .96.449.96 1s-.43 1-.96 1h-2.09a3.5 3.5 0 1 1-4.899 0H10.949a3.5 3.5 0 1 1-4.899 0H3.96c-.53 0-.96-.449-.96-1s.43-1 .96-1h.814a1.77 1.77 0 0 1-1.644-1.134a1.8 1.8 0 0 1-.13-.658V5.1c0-1.08 1.011-1.947 2.32-2.072q.065-.001.129-.01q.062-.009.128-.01V3zM5.591 4.01l-.029.003h-.007a2 2 0 0 1-.173.015C4.402 4.134 4 4.727 4 5.1V6h5.166c.295 0 .53-.096.672-.21S10 5.58 10 5.535V4H6.577v.01zM26.248 21c.276 0 .566-.192.693-.505q.06-.154.059-.287V19H4v1.208q0 .135.06.29l.004.01c.11.289.388.492.738.492zM10 26.5a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0M23.5 28a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.715 3c.675 0 1.3.283 1.767.756q.072.074.14.153c.298.354.516.793.616 1.288c0 0 .078.819.177 1.803h-1.957c-.252 0-.458.224-.458.5s.206.5.458.5h2.06c.035.347.072.69.106 1h-2.166c-.252 0-.458.224-.458.5s.206.5.458.5h2.286c.155.942 1.678 1.761 2.202 2.043l.106.057c.235.133.649.276 1.16.453C24.294 13.273 28 14.554 28 18v2.208c0 .233-.05.455-.13.658c-.258.642-.879 1.125-1.6 1.134h1.77c.53 0 .96.449.96 1s-.43 1-.96 1h-2.09a3.5 3.5 0 1 1-4.899 0H10.949a3.5 3.5 0 1 1-4.899 0H3.96c-.53 0-.96-.449-.96-1s.43-1 .96-1h.814a1.77 1.77 0 0 1-1.644-1.134a1.8 1.8 0 0 1-.13-.658V5.1c0-1.08 1.011-1.947 2.32-2.072q.065-.001.129-.01q.062-.009.128-.01V3zM5.591 4.01l-.029.003h-.007a2 2 0 0 1-.173.015C4.402 4.134 4 4.727 4 5.1V6h5.166c.295 0 .53-.096.672-.21S10 5.58 10 5.535V4H6.577v.01zM26.248 21c.276 0 .566-.192.693-.505q.06-.154.059-.287V19H4v1.208q0 .135.06.29l.004.01c.11.289.388.492.738.492zM10 26.5a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0M23.5 28a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.715%203c.675%200%201.3.283%201.767.756q.072.074.14.153c.298.354.516.793.616%201.288c0%200%20.078.819.177%201.803h-1.957c-.252%200-.458.224-.458.5s.206.5.458.5h2.06c.035.347.072.69.106%201h-2.166c-.252%200-.458.224-.458.5s.206.5.458.5h2.286c.155.942%201.678%201.761%202.202%202.043l.106.057c.235.133.649.276%201.16.453C24.294%2013.273%2028%2014.554%2028%2018v2.208c0%20.233-.05.455-.13.658c-.258.642-.879%201.125-1.6%201.134h1.77c.53%200%20.96.449.96%201s-.43%201-.96%201h-2.09a3.5%203.5%200%201%201-4.899%200H10.949a3.5%203.5%200%201%201-4.899%200H3.96c-.53%200-.96-.449-.96-1s.43-1%20.96-1h.814a1.77%201.77%200%200%201-1.644-1.134a1.8%201.8%200%200%201-.13-.658V5.1c0-1.08%201.011-1.947%202.32-2.072q.065-.001.129-.01q.062-.009.128-.01V3zM5.591%204.01l-.029.003h-.007a2%202%200%200%201-.173.015C4.402%204.134%204%204.727%204%205.1V6h5.166c.295%200%20.53-.096.672-.21S10%205.58%2010%205.535V4H6.577v.01zM26.248%2021c.276%200%20.566-.192.693-.505q.06-.154.059-.287V19H4v1.208q0%20.135.06.29l.004.01c.11.289.388.492.738.492zM10%2026.5a1.5%201.5%200%201%200-3%200a1.5%201.5%200%200%200%203%200M23.5%2028a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.715%203c.675%200%201.3.283%201.767.756q.072.074.14.153c.298.354.516.793.616%201.288c0%200%20.078.819.177%201.803h-1.957c-.252%200-.458.224-.458.5s.206.5.458.5h2.06c.035.347.072.69.106%201h-2.166c-.252%200-.458.224-.458.5s.206.5.458.5h2.286c.155.942%201.678%201.761%202.202%202.043l.106.057c.235.133.649.276%201.16.453C24.294%2013.273%2028%2014.554%2028%2018v2.208c0%20.233-.05.455-.13.658c-.258.642-.879%201.125-1.6%201.134h1.77c.53%200%20.96.449.96%201s-.43%201-.96%201h-2.09a3.5%203.5%200%201%201-4.899%200H10.949a3.5%203.5%200%201%201-4.899%200H3.96c-.53%200-.96-.449-.96-1s.43-1%20.96-1h.814a1.77%201.77%200%200%201-1.644-1.134a1.8%201.8%200%200%201-.13-.658V5.1c0-1.08%201.011-1.947%202.32-2.072q.065-.001.129-.01q.062-.009.128-.01V3zM5.591%204.01l-.029.003h-.007a2%202%200%200%201-.173.015C4.402%204.134%204%204.727%204%205.1V6h5.166c.295%200%20.53-.096.672-.21S10%205.58%2010%205.535V4H6.577v.01zM26.248%2021c.276%200%20.566-.192.693-.505q.06-.154.059-.287V19H4v1.208q0%20.135.06.29l.004.01c.11.289.388.492.738.492zM10%2026.5a1.5%201.5%200%201%200-3%200a1.5%201.5%200%200%200%203%200M23.5%2028a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/roller-skate.svg?color=%231a73e8&size=48