ballet shoes emoji
ballet-shoes from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- ballet-shoes
- 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 ballet shoes emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M10.993 19.008q0 .478-.05.907a121 121 0 0 1-4.17-3.28c.733-.727 1.452-1.432 2.072-2.038c.452-.443.852-.834 1.164-1.143q-.032.254-.032.518c0 1.156.25 1.809.5 2.467c.257.67.516 1.348.516 2.57m13.865.906q.05-.43.05-.907c0-1.221-.26-1.898-.516-2.569c-.251-.658-.5-1.31-.5-2.467q0-.264.032-.518c-.312.308-.71.699-1.163 1.14l-.001.002c-.62.607-1.34 1.312-2.073 2.038a121 121 0 0 0 4.171 3.281"/><path d="M10.124 2.128c-4.314 0-6.596 3.12-7.757 6.33c-1.162 3.214-1.345 6.833-1.345 8.6v9.948c0 .818.169 1.825.799 2.649c.667.872 1.727 1.38 3.166 1.38h4.05c2.563 0 4.334-1.211 5.43-2.756q.271-.384.49-.79c.06.71.268 1.499.778 2.166c.668.872 1.728 1.38 3.166 1.38h4.051c2.563 0 4.334-1.211 5.43-2.756c1.067-1.503 1.498-3.317 1.498-4.666c0-.81-.187-1.68-.371-2.53l-.095-.441c-.217-1.035-.423-2.187-.423-3.583c0-1.285.428-2.437.936-3.736l.057-.146C30.458 11.967 31 10.584 31 9.056c0-3.202-2.772-6.928-6.96-6.928c-3.752 0-5.966 2.358-7.243 5.083c-.812-2.634-3.276-5.083-6.673-5.083M3.254 13.46l.368.383a48 48 0 0 0 2.069 1.878a235 235 0 0 0 5.173-5.04l.341-.34c.408-.805.76-1.576.76-2.358c0-.99-.443-1.79-1.254-2.31c-1.584-1.016-3.425-.854-4.7.308c1.014-1.15 2.35-1.854 4.113-1.854c2.925 0 4.961 2.663 4.961 4.928c0 1.144-.418 2.214-.936 3.539c-.496 1.269-1.073 2.752-1.073 4.464c0 1.6.239 2.91.466 3.993l.105.492c.185.866.319 1.49.319 2.069c0 .989-.333 2.386-1.13 3.509c-.768 1.082-1.961 1.913-3.798 1.913H4.987c-.933 0-1.355-.304-1.578-.595c-.259-.34-.387-.847-.387-1.434v-5.659c.143 1.052.963 1.617 1.983 1.617h1.946c1.948 0 3.031-.585 3.575-1.602c-1.707-1.13-3.375-2.473-4.793-3.722a63 63 0 0 1-2.711 2.38v-1.773c.384-.368.912-.872 1.648-1.566a54 54 0 0 1-1.581-1.522c.035-.527.089-1.1.165-1.698m15.33 3.22a54 54 0 0 1-1.58-1.522c.035-.527.088-1.1.165-1.698q.163.172.368.383a48 48 0 0 0 2.069 1.878a236 236 0 0 0 5.514-5.38c.408-.805.76-1.576.76-2.358c0-.99-.444-1.79-1.255-2.31c-1.584-1.016-3.425-.854-4.7.308c1.015-1.15 2.35-1.854 4.114-1.854C26.964 4.128 29 6.79 29 9.056c0 1.144-.418 2.214-.936 3.539c-.496 1.269-1.073 2.752-1.073 4.464c0 1.6.239 2.91.466 3.993l.104.492c.186.866.32 1.49.32 2.069c0 .989-.333 2.386-1.13 3.509c-.768 1.082-1.961 1.913-3.799 1.913h-4.05c-.934 0-1.355-.304-1.578-.595c-.26-.34-.387-.847-.387-1.434v-5.659c.142 1.052.962 1.617 1.983 1.617h1.945c1.948 0 3.032-.585 3.576-1.602c-1.707-1.13-3.375-2.473-4.793-3.722a63 63 0 0 1-2.711 2.38v-1.773c.383-.368.912-.872 1.648-1.566"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastBalletShoes(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M10.993 19.008q0 .478-.05.907a121 121 0 0 1-4.17-3.28c.733-.727 1.452-1.432 2.072-2.038c.452-.443.852-.834 1.164-1.143q-.032.254-.032.518c0 1.156.25 1.809.5 2.467c.257.67.516 1.348.516 2.57m13.865.906q.05-.43.05-.907c0-1.221-.26-1.898-.516-2.569c-.251-.658-.5-1.31-.5-2.467q0-.264.032-.518c-.312.308-.71.699-1.163 1.14l-.001.002c-.62.607-1.34 1.312-2.073 2.038a121 121 0 0 0 4.171 3.281"/><path d="M10.124 2.128c-4.314 0-6.596 3.12-7.757 6.33c-1.162 3.214-1.345 6.833-1.345 8.6v9.948c0 .818.169 1.825.799 2.649c.667.872 1.727 1.38 3.166 1.38h4.05c2.563 0 4.334-1.211 5.43-2.756q.271-.384.49-.79c.06.71.268 1.499.778 2.166c.668.872 1.728 1.38 3.166 1.38h4.051c2.563 0 4.334-1.211 5.43-2.756c1.067-1.503 1.498-3.317 1.498-4.666c0-.81-.187-1.68-.371-2.53l-.095-.441c-.217-1.035-.423-2.187-.423-3.583c0-1.285.428-2.437.936-3.736l.057-.146C30.458 11.967 31 10.584 31 9.056c0-3.202-2.772-6.928-6.96-6.928c-3.752 0-5.966 2.358-7.243 5.083c-.812-2.634-3.276-5.083-6.673-5.083M3.254 13.46l.368.383a48 48 0 0 0 2.069 1.878a235 235 0 0 0 5.173-5.04l.341-.34c.408-.805.76-1.576.76-2.358c0-.99-.443-1.79-1.254-2.31c-1.584-1.016-3.425-.854-4.7.308c1.014-1.15 2.35-1.854 4.113-1.854c2.925 0 4.961 2.663 4.961 4.928c0 1.144-.418 2.214-.936 3.539c-.496 1.269-1.073 2.752-1.073 4.464c0 1.6.239 2.91.466 3.993l.105.492c.185.866.319 1.49.319 2.069c0 .989-.333 2.386-1.13 3.509c-.768 1.082-1.961 1.913-3.798 1.913H4.987c-.933 0-1.355-.304-1.578-.595c-.259-.34-.387-.847-.387-1.434v-5.659c.143 1.052.963 1.617 1.983 1.617h1.946c1.948 0 3.031-.585 3.575-1.602c-1.707-1.13-3.375-2.473-4.793-3.722a63 63 0 0 1-2.711 2.38v-1.773c.384-.368.912-.872 1.648-1.566a54 54 0 0 1-1.581-1.522c.035-.527.089-1.1.165-1.698m15.33 3.22a54 54 0 0 1-1.58-1.522c.035-.527.088-1.1.165-1.698q.163.172.368.383a48 48 0 0 0 2.069 1.878a236 236 0 0 0 5.514-5.38c.408-.805.76-1.576.76-2.358c0-.99-.444-1.79-1.255-2.31c-1.584-1.016-3.425-.854-4.7.308c1.015-1.15 2.35-1.854 4.114-1.854C26.964 4.128 29 6.79 29 9.056c0 1.144-.418 2.214-.936 3.539c-.496 1.269-1.073 2.752-1.073 4.464c0 1.6.239 2.91.466 3.993l.104.492c.186.866.32 1.49.32 2.069c0 .989-.333 2.386-1.13 3.509c-.768 1.082-1.961 1.913-3.799 1.913h-4.05c-.934 0-1.355-.304-1.578-.595c-.26-.34-.387-.847-.387-1.434v-5.659c.142 1.052.962 1.617 1.983 1.617h1.945c1.948 0 3.032-.585 3.576-1.602c-1.707-1.13-3.375-2.473-4.793-3.722a63 63 0 0 1-2.711 2.38v-1.773c.383-.368.912-.872 1.648-1.566"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M10.993 19.008q0 .478-.05.907a121 121 0 0 1-4.17-3.28c.733-.727 1.452-1.432 2.072-2.038c.452-.443.852-.834 1.164-1.143q-.032.254-.032.518c0 1.156.25 1.809.5 2.467c.257.67.516 1.348.516 2.57m13.865.906q.05-.43.05-.907c0-1.221-.26-1.898-.516-2.569c-.251-.658-.5-1.31-.5-2.467q0-.264.032-.518c-.312.308-.71.699-1.163 1.14l-.001.002c-.62.607-1.34 1.312-2.073 2.038a121 121 0 0 0 4.171 3.281"/><path d="M10.124 2.128c-4.314 0-6.596 3.12-7.757 6.33c-1.162 3.214-1.345 6.833-1.345 8.6v9.948c0 .818.169 1.825.799 2.649c.667.872 1.727 1.38 3.166 1.38h4.05c2.563 0 4.334-1.211 5.43-2.756q.271-.384.49-.79c.06.71.268 1.499.778 2.166c.668.872 1.728 1.38 3.166 1.38h4.051c2.563 0 4.334-1.211 5.43-2.756c1.067-1.503 1.498-3.317 1.498-4.666c0-.81-.187-1.68-.371-2.53l-.095-.441c-.217-1.035-.423-2.187-.423-3.583c0-1.285.428-2.437.936-3.736l.057-.146C30.458 11.967 31 10.584 31 9.056c0-3.202-2.772-6.928-6.96-6.928c-3.752 0-5.966 2.358-7.243 5.083c-.812-2.634-3.276-5.083-6.673-5.083M3.254 13.46l.368.383a48 48 0 0 0 2.069 1.878a235 235 0 0 0 5.173-5.04l.341-.34c.408-.805.76-1.576.76-2.358c0-.99-.443-1.79-1.254-2.31c-1.584-1.016-3.425-.854-4.7.308c1.014-1.15 2.35-1.854 4.113-1.854c2.925 0 4.961 2.663 4.961 4.928c0 1.144-.418 2.214-.936 3.539c-.496 1.269-1.073 2.752-1.073 4.464c0 1.6.239 2.91.466 3.993l.105.492c.185.866.319 1.49.319 2.069c0 .989-.333 2.386-1.13 3.509c-.768 1.082-1.961 1.913-3.798 1.913H4.987c-.933 0-1.355-.304-1.578-.595c-.259-.34-.387-.847-.387-1.434v-5.659c.143 1.052.963 1.617 1.983 1.617h1.946c1.948 0 3.031-.585 3.575-1.602c-1.707-1.13-3.375-2.473-4.793-3.722a63 63 0 0 1-2.711 2.38v-1.773c.384-.368.912-.872 1.648-1.566a54 54 0 0 1-1.581-1.522c.035-.527.089-1.1.165-1.698m15.33 3.22a54 54 0 0 1-1.58-1.522c.035-.527.088-1.1.165-1.698q.163.172.368.383a48 48 0 0 0 2.069 1.878a236 236 0 0 0 5.514-5.38c.408-.805.76-1.576.76-2.358c0-.99-.444-1.79-1.255-2.31c-1.584-1.016-3.425-.854-4.7.308c1.015-1.15 2.35-1.854 4.114-1.854C26.964 4.128 29 6.79 29 9.056c0 1.144-.418 2.214-.936 3.539c-.496 1.269-1.073 2.752-1.073 4.464c0 1.6.239 2.91.466 3.993l.104.492c.186.866.32 1.49.32 2.069c0 .989-.333 2.386-1.13 3.509c-.768 1.082-1.961 1.913-3.799 1.913h-4.05c-.934 0-1.355-.304-1.578-.595c-.26-.34-.387-.847-.387-1.434v-5.659c.142 1.052.962 1.617 1.983 1.617h1.945c1.948 0 3.032-.585 3.576-1.602c-1.707-1.13-3.375-2.473-4.793-3.722a63 63 0 0 1-2.711 2.38v-1.773c.383-.368.912-.872 1.648-1.566"/></g></svg> </template>
CSS
.icon-ballet-shoes {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.993%2019.008q0%20.478-.05.907a121%20121%200%200%201-4.17-3.28c.733-.727%201.452-1.432%202.072-2.038c.452-.443.852-.834%201.164-1.143q-.032.254-.032.518c0%201.156.25%201.809.5%202.467c.257.67.516%201.348.516%202.57m13.865.906q.05-.43.05-.907c0-1.221-.26-1.898-.516-2.569c-.251-.658-.5-1.31-.5-2.467q0-.264.032-.518c-.312.308-.71.699-1.163%201.14l-.001.002c-.62.607-1.34%201.312-2.073%202.038a121%20121%200%200%200%204.171%203.281%22%2F%3E%3Cpath%20d%3D%22M10.124%202.128c-4.314%200-6.596%203.12-7.757%206.33c-1.162%203.214-1.345%206.833-1.345%208.6v9.948c0%20.818.169%201.825.799%202.649c.667.872%201.727%201.38%203.166%201.38h4.05c2.563%200%204.334-1.211%205.43-2.756q.271-.384.49-.79c.06.71.268%201.499.778%202.166c.668.872%201.728%201.38%203.166%201.38h4.051c2.563%200%204.334-1.211%205.43-2.756c1.067-1.503%201.498-3.317%201.498-4.666c0-.81-.187-1.68-.371-2.53l-.095-.441c-.217-1.035-.423-2.187-.423-3.583c0-1.285.428-2.437.936-3.736l.057-.146C30.458%2011.967%2031%2010.584%2031%209.056c0-3.202-2.772-6.928-6.96-6.928c-3.752%200-5.966%202.358-7.243%205.083c-.812-2.634-3.276-5.083-6.673-5.083M3.254%2013.46l.368.383a48%2048%200%200%200%202.069%201.878a235%20235%200%200%200%205.173-5.04l.341-.34c.408-.805.76-1.576.76-2.358c0-.99-.443-1.79-1.254-2.31c-1.584-1.016-3.425-.854-4.7.308c1.014-1.15%202.35-1.854%204.113-1.854c2.925%200%204.961%202.663%204.961%204.928c0%201.144-.418%202.214-.936%203.539c-.496%201.269-1.073%202.752-1.073%204.464c0%201.6.239%202.91.466%203.993l.105.492c.185.866.319%201.49.319%202.069c0%20.989-.333%202.386-1.13%203.509c-.768%201.082-1.961%201.913-3.798%201.913H4.987c-.933%200-1.355-.304-1.578-.595c-.259-.34-.387-.847-.387-1.434v-5.659c.143%201.052.963%201.617%201.983%201.617h1.946c1.948%200%203.031-.585%203.575-1.602c-1.707-1.13-3.375-2.473-4.793-3.722a63%2063%200%200%201-2.711%202.38v-1.773c.384-.368.912-.872%201.648-1.566a54%2054%200%200%201-1.581-1.522c.035-.527.089-1.1.165-1.698m15.33%203.22a54%2054%200%200%201-1.58-1.522c.035-.527.088-1.1.165-1.698q.163.172.368.383a48%2048%200%200%200%202.069%201.878a236%20236%200%200%200%205.514-5.38c.408-.805.76-1.576.76-2.358c0-.99-.444-1.79-1.255-2.31c-1.584-1.016-3.425-.854-4.7.308c1.015-1.15%202.35-1.854%204.114-1.854C26.964%204.128%2029%206.79%2029%209.056c0%201.144-.418%202.214-.936%203.539c-.496%201.269-1.073%202.752-1.073%204.464c0%201.6.239%202.91.466%203.993l.104.492c.186.866.32%201.49.32%202.069c0%20.989-.333%202.386-1.13%203.509c-.768%201.082-1.961%201.913-3.799%201.913h-4.05c-.934%200-1.355-.304-1.578-.595c-.26-.34-.387-.847-.387-1.434v-5.659c.142%201.052.962%201.617%201.983%201.617h1.945c1.948%200%203.032-.585%203.576-1.602c-1.707-1.13-3.375-2.473-4.793-3.722a63%2063%200%200%201-2.711%202.38v-1.773c.383-.368.912-.872%201.648-1.566%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.993%2019.008q0%20.478-.05.907a121%20121%200%200%201-4.17-3.28c.733-.727%201.452-1.432%202.072-2.038c.452-.443.852-.834%201.164-1.143q-.032.254-.032.518c0%201.156.25%201.809.5%202.467c.257.67.516%201.348.516%202.57m13.865.906q.05-.43.05-.907c0-1.221-.26-1.898-.516-2.569c-.251-.658-.5-1.31-.5-2.467q0-.264.032-.518c-.312.308-.71.699-1.163%201.14l-.001.002c-.62.607-1.34%201.312-2.073%202.038a121%20121%200%200%200%204.171%203.281%22%2F%3E%3Cpath%20d%3D%22M10.124%202.128c-4.314%200-6.596%203.12-7.757%206.33c-1.162%203.214-1.345%206.833-1.345%208.6v9.948c0%20.818.169%201.825.799%202.649c.667.872%201.727%201.38%203.166%201.38h4.05c2.563%200%204.334-1.211%205.43-2.756q.271-.384.49-.79c.06.71.268%201.499.778%202.166c.668.872%201.728%201.38%203.166%201.38h4.051c2.563%200%204.334-1.211%205.43-2.756c1.067-1.503%201.498-3.317%201.498-4.666c0-.81-.187-1.68-.371-2.53l-.095-.441c-.217-1.035-.423-2.187-.423-3.583c0-1.285.428-2.437.936-3.736l.057-.146C30.458%2011.967%2031%2010.584%2031%209.056c0-3.202-2.772-6.928-6.96-6.928c-3.752%200-5.966%202.358-7.243%205.083c-.812-2.634-3.276-5.083-6.673-5.083M3.254%2013.46l.368.383a48%2048%200%200%200%202.069%201.878a235%20235%200%200%200%205.173-5.04l.341-.34c.408-.805.76-1.576.76-2.358c0-.99-.443-1.79-1.254-2.31c-1.584-1.016-3.425-.854-4.7.308c1.014-1.15%202.35-1.854%204.113-1.854c2.925%200%204.961%202.663%204.961%204.928c0%201.144-.418%202.214-.936%203.539c-.496%201.269-1.073%202.752-1.073%204.464c0%201.6.239%202.91.466%203.993l.105.492c.185.866.319%201.49.319%202.069c0%20.989-.333%202.386-1.13%203.509c-.768%201.082-1.961%201.913-3.798%201.913H4.987c-.933%200-1.355-.304-1.578-.595c-.259-.34-.387-.847-.387-1.434v-5.659c.143%201.052.963%201.617%201.983%201.617h1.946c1.948%200%203.031-.585%203.575-1.602c-1.707-1.13-3.375-2.473-4.793-3.722a63%2063%200%200%201-2.711%202.38v-1.773c.384-.368.912-.872%201.648-1.566a54%2054%200%200%201-1.581-1.522c.035-.527.089-1.1.165-1.698m15.33%203.22a54%2054%200%200%201-1.58-1.522c.035-.527.088-1.1.165-1.698q.163.172.368.383a48%2048%200%200%200%202.069%201.878a236%20236%200%200%200%205.514-5.38c.408-.805.76-1.576.76-2.358c0-.99-.444-1.79-1.255-2.31c-1.584-1.016-3.425-.854-4.7.308c1.015-1.15%202.35-1.854%204.114-1.854C26.964%204.128%2029%206.79%2029%209.056c0%201.144-.418%202.214-.936%203.539c-.496%201.269-1.073%202.752-1.073%204.464c0%201.6.239%202.91.466%203.993l.104.492c.186.866.32%201.49.32%202.069c0%20.989-.333%202.386-1.13%203.509c-.768%201.082-1.961%201.913-3.799%201.913h-4.05c-.934%200-1.355-.304-1.578-.595c-.26-.34-.387-.847-.387-1.434v-5.659c.142%201.052.962%201.617%201.983%201.617h1.945c1.948%200%203.032-.585%203.576-1.602c-1.707-1.13-3.375-2.473-4.793-3.722a63%2063%200%200%201-2.711%202.38v-1.773c.383-.368.912-.872%201.648-1.566%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/ballet-shoes.svg?color=%231a73e8&size=48