running shoe emoji
running-shoe from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- running-shoe
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji High Contrast
Use the running shoe emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4.725 6.175q-.091.058-.172.138l-2.91 2.91a2.183 2.183 0 0 0-.018 3.066l.019.02l.09.099l.346.374c.3.323.731.788 1.263 1.354a285 285 0 0 0 4.129 4.308c3.168 3.233 6.973 6.932 9.24 8.456c2.553 1.724 4.873 2.695 6.567 3.236c.848.27 1.538.434 2.025.53a12 12 0 0 0 .728.121l.035.004c.675.107 1.272.126 1.803.015a2.66 2.66 0 0 0 1.377-.739l.7-.7q.078-.078.136-.169a3.05 3.05 0 0 0 1-2.262c-.117-1.293-1.337-2.04-2.417-2.7a4.6 4.6 0 0 1-1.428-1.1l-.795-1.856h.007a1.05 1.05 0 1 0 0-2.1h-.907l-.644-1.504a1.05 1.05 0 0 0-.39-2.026h-.478l-.532-1.241a1.05 1.05 0 0 0-.05-2.099H22.6l-.411-.96c-.062-.15-.1-.258-.132-.35a2.54 2.54 0 0 0-.72-1.137l-.52-.521a2.15 2.15 0 0 0-.847-.502v-.45c-.625-1.885-2.905-2.542-4.434-1.395l-2.128-2.17a2.063 2.063 0 0 0-.021-2.925a3.113 3.113 0 0 0-4.395 0zm9.462 9.18l.003-.745c0-1.7-.66-3.32-1.84-4.53L8.04 5.684l2.365-2.368a1.058 1.058 0 0 1 1.587.1a2.056 2.056 0 0 0 0 2.9l4.43 4.442a2.147 2.147 0 0 0 2.98 0l.52.52a.7.7 0 0 1 .245.379l.003.01c.043.124.096.274.18.469l.074.174h-.944c-.58 0-1.05.47-1.05 1.05a1.06 1.06 0 0 0 1.05 1.05h1.844l.531 1.24h-.785c-.58 0-1.05.47-1.05 1.05a1.06 1.06 0 0 0 1.05 1.05h1.685l.612 1.43h-.977c-.58 0-1.05.47-1.05 1.05c0 .29.12.55.31.74s.45.3.74.31h1.877l1.133 2.646a5.1 5.1 0 0 0 2.227 2.012l.003.002c.503.307 1.438.877 1.463 1.162c0 .056-.055.227-.305.507a21.6 21.6 0 0 1-4.997-1.242c-2.942-1.132-5.983-3.143-7.118-6.701l-.001-.002c-.405-1.26-1.318-2.727-2.376-4.163zM3.055 10.891a.17.17 0 0 1 0-.215L5.29 8.44q.301.295.7.693a99 99 0 0 1 3.231 3.388c1.208 1.33 2.447 2.785 3.466 4.167c1.034 1.403 1.781 2.652 2.082 3.587a11 11 0 0 0 .148.435l-11.86-9.817z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastRunningShoe(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="M4.725 6.175q-.091.058-.172.138l-2.91 2.91a2.183 2.183 0 0 0-.018 3.066l.019.02l.09.099l.346.374c.3.323.731.788 1.263 1.354a285 285 0 0 0 4.129 4.308c3.168 3.233 6.973 6.932 9.24 8.456c2.553 1.724 4.873 2.695 6.567 3.236c.848.27 1.538.434 2.025.53a12 12 0 0 0 .728.121l.035.004c.675.107 1.272.126 1.803.015a2.66 2.66 0 0 0 1.377-.739l.7-.7q.078-.078.136-.169a3.05 3.05 0 0 0 1-2.262c-.117-1.293-1.337-2.04-2.417-2.7a4.6 4.6 0 0 1-1.428-1.1l-.795-1.856h.007a1.05 1.05 0 1 0 0-2.1h-.907l-.644-1.504a1.05 1.05 0 0 0-.39-2.026h-.478l-.532-1.241a1.05 1.05 0 0 0-.05-2.099H22.6l-.411-.96c-.062-.15-.1-.258-.132-.35a2.54 2.54 0 0 0-.72-1.137l-.52-.521a2.15 2.15 0 0 0-.847-.502v-.45c-.625-1.885-2.905-2.542-4.434-1.395l-2.128-2.17a2.063 2.063 0 0 0-.021-2.925a3.113 3.113 0 0 0-4.395 0zm9.462 9.18l.003-.745c0-1.7-.66-3.32-1.84-4.53L8.04 5.684l2.365-2.368a1.058 1.058 0 0 1 1.587.1a2.056 2.056 0 0 0 0 2.9l4.43 4.442a2.147 2.147 0 0 0 2.98 0l.52.52a.7.7 0 0 1 .245.379l.003.01c.043.124.096.274.18.469l.074.174h-.944c-.58 0-1.05.47-1.05 1.05a1.06 1.06 0 0 0 1.05 1.05h1.844l.531 1.24h-.785c-.58 0-1.05.47-1.05 1.05a1.06 1.06 0 0 0 1.05 1.05h1.685l.612 1.43h-.977c-.58 0-1.05.47-1.05 1.05c0 .29.12.55.31.74s.45.3.74.31h1.877l1.133 2.646a5.1 5.1 0 0 0 2.227 2.012l.003.002c.503.307 1.438.877 1.463 1.162c0 .056-.055.227-.305.507a21.6 21.6 0 0 1-4.997-1.242c-2.942-1.132-5.983-3.143-7.118-6.701l-.001-.002c-.405-1.26-1.318-2.727-2.376-4.163zM3.055 10.891a.17.17 0 0 1 0-.215L5.29 8.44q.301.295.7.693a99 99 0 0 1 3.231 3.388c1.208 1.33 2.447 2.785 3.466 4.167c1.034 1.403 1.781 2.652 2.082 3.587a11 11 0 0 0 .148.435l-11.86-9.817z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4.725 6.175q-.091.058-.172.138l-2.91 2.91a2.183 2.183 0 0 0-.018 3.066l.019.02l.09.099l.346.374c.3.323.731.788 1.263 1.354a285 285 0 0 0 4.129 4.308c3.168 3.233 6.973 6.932 9.24 8.456c2.553 1.724 4.873 2.695 6.567 3.236c.848.27 1.538.434 2.025.53a12 12 0 0 0 .728.121l.035.004c.675.107 1.272.126 1.803.015a2.66 2.66 0 0 0 1.377-.739l.7-.7q.078-.078.136-.169a3.05 3.05 0 0 0 1-2.262c-.117-1.293-1.337-2.04-2.417-2.7a4.6 4.6 0 0 1-1.428-1.1l-.795-1.856h.007a1.05 1.05 0 1 0 0-2.1h-.907l-.644-1.504a1.05 1.05 0 0 0-.39-2.026h-.478l-.532-1.241a1.05 1.05 0 0 0-.05-2.099H22.6l-.411-.96c-.062-.15-.1-.258-.132-.35a2.54 2.54 0 0 0-.72-1.137l-.52-.521a2.15 2.15 0 0 0-.847-.502v-.45c-.625-1.885-2.905-2.542-4.434-1.395l-2.128-2.17a2.063 2.063 0 0 0-.021-2.925a3.113 3.113 0 0 0-4.395 0zm9.462 9.18l.003-.745c0-1.7-.66-3.32-1.84-4.53L8.04 5.684l2.365-2.368a1.058 1.058 0 0 1 1.587.1a2.056 2.056 0 0 0 0 2.9l4.43 4.442a2.147 2.147 0 0 0 2.98 0l.52.52a.7.7 0 0 1 .245.379l.003.01c.043.124.096.274.18.469l.074.174h-.944c-.58 0-1.05.47-1.05 1.05a1.06 1.06 0 0 0 1.05 1.05h1.844l.531 1.24h-.785c-.58 0-1.05.47-1.05 1.05a1.06 1.06 0 0 0 1.05 1.05h1.685l.612 1.43h-.977c-.58 0-1.05.47-1.05 1.05c0 .29.12.55.31.74s.45.3.74.31h1.877l1.133 2.646a5.1 5.1 0 0 0 2.227 2.012l.003.002c.503.307 1.438.877 1.463 1.162c0 .056-.055.227-.305.507a21.6 21.6 0 0 1-4.997-1.242c-2.942-1.132-5.983-3.143-7.118-6.701l-.001-.002c-.405-1.26-1.318-2.727-2.376-4.163zM3.055 10.891a.17.17 0 0 1 0-.215L5.29 8.44q.301.295.7.693a99 99 0 0 1 3.231 3.388c1.208 1.33 2.447 2.785 3.466 4.167c1.034 1.403 1.781 2.652 2.082 3.587a11 11 0 0 0 .148.435l-11.86-9.817z"/></svg> </template>
CSS
.icon-running-shoe {
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%22M4.725%206.175q-.091.058-.172.138l-2.91%202.91a2.183%202.183%200%200%200-.018%203.066l.019.02l.09.099l.346.374c.3.323.731.788%201.263%201.354a285%20285%200%200%200%204.129%204.308c3.168%203.233%206.973%206.932%209.24%208.456c2.553%201.724%204.873%202.695%206.567%203.236c.848.27%201.538.434%202.025.53a12%2012%200%200%200%20.728.121l.035.004c.675.107%201.272.126%201.803.015a2.66%202.66%200%200%200%201.377-.739l.7-.7q.078-.078.136-.169a3.05%203.05%200%200%200%201-2.262c-.117-1.293-1.337-2.04-2.417-2.7a4.6%204.6%200%200%201-1.428-1.1l-.795-1.856h.007a1.05%201.05%200%201%200%200-2.1h-.907l-.644-1.504a1.05%201.05%200%200%200-.39-2.026h-.478l-.532-1.241a1.05%201.05%200%200%200-.05-2.099H22.6l-.411-.96c-.062-.15-.1-.258-.132-.35a2.54%202.54%200%200%200-.72-1.137l-.52-.521a2.15%202.15%200%200%200-.847-.502v-.45c-.625-1.885-2.905-2.542-4.434-1.395l-2.128-2.17a2.063%202.063%200%200%200-.021-2.925a3.113%203.113%200%200%200-4.395%200zm9.462%209.18l.003-.745c0-1.7-.66-3.32-1.84-4.53L8.04%205.684l2.365-2.368a1.058%201.058%200%200%201%201.587.1a2.056%202.056%200%200%200%200%202.9l4.43%204.442a2.147%202.147%200%200%200%202.98%200l.52.52a.7.7%200%200%201%20.245.379l.003.01c.043.124.096.274.18.469l.074.174h-.944c-.58%200-1.05.47-1.05%201.05a1.06%201.06%200%200%200%201.05%201.05h1.844l.531%201.24h-.785c-.58%200-1.05.47-1.05%201.05a1.06%201.06%200%200%200%201.05%201.05h1.685l.612%201.43h-.977c-.58%200-1.05.47-1.05%201.05c0%20.29.12.55.31.74s.45.3.74.31h1.877l1.133%202.646a5.1%205.1%200%200%200%202.227%202.012l.003.002c.503.307%201.438.877%201.463%201.162c0%20.056-.055.227-.305.507a21.6%2021.6%200%200%201-4.997-1.242c-2.942-1.132-5.983-3.143-7.118-6.701l-.001-.002c-.405-1.26-1.318-2.727-2.376-4.163zM3.055%2010.891a.17.17%200%200%201%200-.215L5.29%208.44q.301.295.7.693a99%2099%200%200%201%203.231%203.388c1.208%201.33%202.447%202.785%203.466%204.167c1.034%201.403%201.781%202.652%202.082%203.587a11%2011%200%200%200%20.148.435l-11.86-9.817z%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%22M4.725%206.175q-.091.058-.172.138l-2.91%202.91a2.183%202.183%200%200%200-.018%203.066l.019.02l.09.099l.346.374c.3.323.731.788%201.263%201.354a285%20285%200%200%200%204.129%204.308c3.168%203.233%206.973%206.932%209.24%208.456c2.553%201.724%204.873%202.695%206.567%203.236c.848.27%201.538.434%202.025.53a12%2012%200%200%200%20.728.121l.035.004c.675.107%201.272.126%201.803.015a2.66%202.66%200%200%200%201.377-.739l.7-.7q.078-.078.136-.169a3.05%203.05%200%200%200%201-2.262c-.117-1.293-1.337-2.04-2.417-2.7a4.6%204.6%200%200%201-1.428-1.1l-.795-1.856h.007a1.05%201.05%200%201%200%200-2.1h-.907l-.644-1.504a1.05%201.05%200%200%200-.39-2.026h-.478l-.532-1.241a1.05%201.05%200%200%200-.05-2.099H22.6l-.411-.96c-.062-.15-.1-.258-.132-.35a2.54%202.54%200%200%200-.72-1.137l-.52-.521a2.15%202.15%200%200%200-.847-.502v-.45c-.625-1.885-2.905-2.542-4.434-1.395l-2.128-2.17a2.063%202.063%200%200%200-.021-2.925a3.113%203.113%200%200%200-4.395%200zm9.462%209.18l.003-.745c0-1.7-.66-3.32-1.84-4.53L8.04%205.684l2.365-2.368a1.058%201.058%200%200%201%201.587.1a2.056%202.056%200%200%200%200%202.9l4.43%204.442a2.147%202.147%200%200%200%202.98%200l.52.52a.7.7%200%200%201%20.245.379l.003.01c.043.124.096.274.18.469l.074.174h-.944c-.58%200-1.05.47-1.05%201.05a1.06%201.06%200%200%200%201.05%201.05h1.844l.531%201.24h-.785c-.58%200-1.05.47-1.05%201.05a1.06%201.06%200%200%200%201.05%201.05h1.685l.612%201.43h-.977c-.58%200-1.05.47-1.05%201.05c0%20.29.12.55.31.74s.45.3.74.31h1.877l1.133%202.646a5.1%205.1%200%200%200%202.227%202.012l.003.002c.503.307%201.438.877%201.463%201.162c0%20.056-.055.227-.305.507a21.6%2021.6%200%200%201-4.997-1.242c-2.942-1.132-5.983-3.143-7.118-6.701l-.001-.002c-.405-1.26-1.318-2.727-2.376-4.163zM3.055%2010.891a.17.17%200%200%201%200-.215L5.29%208.44q.301.295.7.693a99%2099%200%200%201%203.231%203.388c1.208%201.33%202.447%202.785%203.466%204.167c1.034%201.403%201.781%202.652%202.082%203.587a11%2011%200%200%200%20.148.435l-11.86-9.817z%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/running-shoe.svg?color=%231a73e8&size=48