skateboard emoji
skateboard from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.
- Name
- skateboard
- 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 skateboard emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m24.015 2.084l-.027.014c-1.158.255-2.202.995-2.735 2.096c-.47.97-1.13 1.67-1.91 2.46l-12.35 12.31l-.096.097c-.8.81-1.275 1.292-2.334 1.773c-2.04.92-2.73 2.62-2.53 4.21q.019.154.053.307c-.236 1.37-.127 3.022 1.207 4.356c.867.867 2.252 1.327 3.74 1.327h.01l1.02-.02h.009c2.46-.096 4.718-1.001 6.57-2.543a2 2 0 0 0 2.847-2.808l7.11-7.215a2 2 0 1 0 2.807-2.85l.17-.172c2.11-2.144 3.457-5.375 3.457-8.392c0-1.377-.246-3.394-2.453-4.837c-.493-.323-1.084-.44-1.578-.482a7.6 7.6 0 0 0-1.475.034c-.442.05-.834.127-1.097.194c-.098.025-.272.07-.413.14zM4 29a3.35 3.35 0 0 1-.949-1.816c.951 1.102 2.44 1.893 3.982 1.83l.47.01c2.58-.1 4.6-.79 6.42-2.63l12.19-12.73c1.97-2 3.02-4.72 2.91-7.52a4.35 4.35 0 0 0-1.827-3.4c.318.05.61.141.837.29c1.79 1.17 2 2.76 2 4c0 2.75-1.24 5.73-3.17 7.69l-12.09 12.27l-.043.043a11 11 0 0 1-.572.533c-1.72 1.489-3.827 2.355-6.125 2.444l-1 .02c-1.31 0-2.407-.408-3.033-1.034M20.533 9.014a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m3 3.02a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m-4.5-1.52a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m2.5 3.52a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m-10.5 4.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m2.5 3.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m-4.5-1.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m2.5 3.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastSkateboard(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="m24.015 2.084l-.027.014c-1.158.255-2.202.995-2.735 2.096c-.47.97-1.13 1.67-1.91 2.46l-12.35 12.31l-.096.097c-.8.81-1.275 1.292-2.334 1.773c-2.04.92-2.73 2.62-2.53 4.21q.019.154.053.307c-.236 1.37-.127 3.022 1.207 4.356c.867.867 2.252 1.327 3.74 1.327h.01l1.02-.02h.009c2.46-.096 4.718-1.001 6.57-2.543a2 2 0 0 0 2.847-2.808l7.11-7.215a2 2 0 1 0 2.807-2.85l.17-.172c2.11-2.144 3.457-5.375 3.457-8.392c0-1.377-.246-3.394-2.453-4.837c-.493-.323-1.084-.44-1.578-.482a7.6 7.6 0 0 0-1.475.034c-.442.05-.834.127-1.097.194c-.098.025-.272.07-.413.14zM4 29a3.35 3.35 0 0 1-.949-1.816c.951 1.102 2.44 1.893 3.982 1.83l.47.01c2.58-.1 4.6-.79 6.42-2.63l12.19-12.73c1.97-2 3.02-4.72 2.91-7.52a4.35 4.35 0 0 0-1.827-3.4c.318.05.61.141.837.29c1.79 1.17 2 2.76 2 4c0 2.75-1.24 5.73-3.17 7.69l-12.09 12.27l-.043.043a11 11 0 0 1-.572.533c-1.72 1.489-3.827 2.355-6.125 2.444l-1 .02c-1.31 0-2.407-.408-3.033-1.034M20.533 9.014a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m3 3.02a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m-4.5-1.52a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m2.5 3.52a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m-10.5 4.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m2.5 3.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m-4.5-1.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m2.5 3.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m24.015 2.084l-.027.014c-1.158.255-2.202.995-2.735 2.096c-.47.97-1.13 1.67-1.91 2.46l-12.35 12.31l-.096.097c-.8.81-1.275 1.292-2.334 1.773c-2.04.92-2.73 2.62-2.53 4.21q.019.154.053.307c-.236 1.37-.127 3.022 1.207 4.356c.867.867 2.252 1.327 3.74 1.327h.01l1.02-.02h.009c2.46-.096 4.718-1.001 6.57-2.543a2 2 0 0 0 2.847-2.808l7.11-7.215a2 2 0 1 0 2.807-2.85l.17-.172c2.11-2.144 3.457-5.375 3.457-8.392c0-1.377-.246-3.394-2.453-4.837c-.493-.323-1.084-.44-1.578-.482a7.6 7.6 0 0 0-1.475.034c-.442.05-.834.127-1.097.194c-.098.025-.272.07-.413.14zM4 29a3.35 3.35 0 0 1-.949-1.816c.951 1.102 2.44 1.893 3.982 1.83l.47.01c2.58-.1 4.6-.79 6.42-2.63l12.19-12.73c1.97-2 3.02-4.72 2.91-7.52a4.35 4.35 0 0 0-1.827-3.4c.318.05.61.141.837.29c1.79 1.17 2 2.76 2 4c0 2.75-1.24 5.73-3.17 7.69l-12.09 12.27l-.043.043a11 11 0 0 1-.572.533c-1.72 1.489-3.827 2.355-6.125 2.444l-1 .02c-1.31 0-2.407-.408-3.033-1.034M20.533 9.014a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m3 3.02a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m-4.5-1.52a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m2.5 3.52a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m-10.5 4.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m2.5 3.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1m-4.5-1.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m2.5 3.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1"/></svg> </template>
CSS
.icon-skateboard {
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%22m24.015%202.084l-.027.014c-1.158.255-2.202.995-2.735%202.096c-.47.97-1.13%201.67-1.91%202.46l-12.35%2012.31l-.096.097c-.8.81-1.275%201.292-2.334%201.773c-2.04.92-2.73%202.62-2.53%204.21q.019.154.053.307c-.236%201.37-.127%203.022%201.207%204.356c.867.867%202.252%201.327%203.74%201.327h.01l1.02-.02h.009c2.46-.096%204.718-1.001%206.57-2.543a2%202%200%200%200%202.847-2.808l7.11-7.215a2%202%200%201%200%202.807-2.85l.17-.172c2.11-2.144%203.457-5.375%203.457-8.392c0-1.377-.246-3.394-2.453-4.837c-.493-.323-1.084-.44-1.578-.482a7.6%207.6%200%200%200-1.475.034c-.442.05-.834.127-1.097.194c-.098.025-.272.07-.413.14zM4%2029a3.35%203.35%200%200%201-.949-1.816c.951%201.102%202.44%201.893%203.982%201.83l.47.01c2.58-.1%204.6-.79%206.42-2.63l12.19-12.73c1.97-2%203.02-4.72%202.91-7.52a4.35%204.35%200%200%200-1.827-3.4c.318.05.61.141.837.29c1.79%201.17%202%202.76%202%204c0%202.75-1.24%205.73-3.17%207.69l-12.09%2012.27l-.043.043a11%2011%200%200%201-.572.533c-1.72%201.489-3.827%202.355-6.125%202.444l-1%20.02c-1.31%200-2.407-.408-3.033-1.034M20.533%209.014a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m3%203.02a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m-4.5-1.52a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m2.5%203.52a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m-10.5%204.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m2.5%203.5a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m-4.5-1.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m2.5%203.5a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201%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%22m24.015%202.084l-.027.014c-1.158.255-2.202.995-2.735%202.096c-.47.97-1.13%201.67-1.91%202.46l-12.35%2012.31l-.096.097c-.8.81-1.275%201.292-2.334%201.773c-2.04.92-2.73%202.62-2.53%204.21q.019.154.053.307c-.236%201.37-.127%203.022%201.207%204.356c.867.867%202.252%201.327%203.74%201.327h.01l1.02-.02h.009c2.46-.096%204.718-1.001%206.57-2.543a2%202%200%200%200%202.847-2.808l7.11-7.215a2%202%200%201%200%202.807-2.85l.17-.172c2.11-2.144%203.457-5.375%203.457-8.392c0-1.377-.246-3.394-2.453-4.837c-.493-.323-1.084-.44-1.578-.482a7.6%207.6%200%200%200-1.475.034c-.442.05-.834.127-1.097.194c-.098.025-.272.07-.413.14zM4%2029a3.35%203.35%200%200%201-.949-1.816c.951%201.102%202.44%201.893%203.982%201.83l.47.01c2.58-.1%204.6-.79%206.42-2.63l12.19-12.73c1.97-2%203.02-4.72%202.91-7.52a4.35%204.35%200%200%200-1.827-3.4c.318.05.61.141.837.29c1.79%201.17%202%202.76%202%204c0%202.75-1.24%205.73-3.17%207.69l-12.09%2012.27l-.043.043a11%2011%200%200%201-.572.533c-1.72%201.489-3.827%202.355-6.125%202.444l-1%20.02c-1.31%200-2.407-.408-3.033-1.034M20.533%209.014a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m3%203.02a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m-4.5-1.52a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m2.5%203.52a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m-10.5%204.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m2.5%203.5a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201m-4.5-1.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m2.5%203.5a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201%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/skateboard.svg?color=%231a73e8&size=48