shoe-ballet from Material Design Icons by Pictogrammers · Filled · Clothing · Apache-2.0 Free for personal and commercial use.

Name
shoe-ballet
Set
Material Design Icons
Style
Filled
Category
Clothing
Viewbox
24×24
License
Apache 2.0
Aliases
slippers-ballet

More clothing icons from Material Design Icons

Use the shoe ballet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.78 11.97C12.27 8.54 10.86 2 7.53 2S2.8 8.54 2.28 11.97c-.21 1.45-.28 2.92-.12 4.38c.34 3.04 1.39 4.49 2.11 5.15c.37.33.84.5 1.33.5h3.87c.49 0 .96-.17 1.33-.5c.7-.66 1.75-2.11 2.11-5.15c.17-1.46.09-2.93-.13-4.38M7.53 4c.36-.13 1.06.73 1.74 2.31l-4.69 4.02C5.41 6.26 6.94 3.79 7.53 4m2.22 9H5.31a.96.96 0 0 1-.55-.19L10 8.33c.29 1.02.56 2.17.75 3.5c.09.61-.38 1.17-1 1.17m12.03-1.03C21.27 8.54 19.86 2 16.53 2c-1.49 0-2.59 1.32-3.4 3.08c.37.96.71 2.06 1 3.29l5.18 4.44c-.16.11-.34.19-.56.19h-3.83c.12 1.27.11 2.45-.03 3.59c-.27 2.28-.89 3.86-1.57 4.94c.36.31.81.47 1.28.47h3.87c.49 0 .96-.17 1.33-.5c.7-.66 1.75-2.11 2.11-5.15c.17-1.46.09-2.93-.13-4.38M14.8 6.31c.7-1.58 1.38-2.44 1.73-2.31c.6-.21 2.12 2.26 2.97 6.33z"/></svg>

React

import type { SVGProps } from "react";

export function MdiShoeBallet(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="M12.78 11.97C12.27 8.54 10.86 2 7.53 2S2.8 8.54 2.28 11.97c-.21 1.45-.28 2.92-.12 4.38c.34 3.04 1.39 4.49 2.11 5.15c.37.33.84.5 1.33.5h3.87c.49 0 .96-.17 1.33-.5c.7-.66 1.75-2.11 2.11-5.15c.17-1.46.09-2.93-.13-4.38M7.53 4c.36-.13 1.06.73 1.74 2.31l-4.69 4.02C5.41 6.26 6.94 3.79 7.53 4m2.22 9H5.31a.96.96 0 0 1-.55-.19L10 8.33c.29 1.02.56 2.17.75 3.5c.09.61-.38 1.17-1 1.17m12.03-1.03C21.27 8.54 19.86 2 16.53 2c-1.49 0-2.59 1.32-3.4 3.08c.37.96.71 2.06 1 3.29l5.18 4.44c-.16.11-.34.19-.56.19h-3.83c.12 1.27.11 2.45-.03 3.59c-.27 2.28-.89 3.86-1.57 4.94c.36.31.81.47 1.28.47h3.87c.49 0 .96-.17 1.33-.5c.7-.66 1.75-2.11 2.11-5.15c.17-1.46.09-2.93-.13-4.38M14.8 6.31c.7-1.58 1.38-2.44 1.73-2.31c.6-.21 2.12 2.26 2.97 6.33z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.78 11.97C12.27 8.54 10.86 2 7.53 2S2.8 8.54 2.28 11.97c-.21 1.45-.28 2.92-.12 4.38c.34 3.04 1.39 4.49 2.11 5.15c.37.33.84.5 1.33.5h3.87c.49 0 .96-.17 1.33-.5c.7-.66 1.75-2.11 2.11-5.15c.17-1.46.09-2.93-.13-4.38M7.53 4c.36-.13 1.06.73 1.74 2.31l-4.69 4.02C5.41 6.26 6.94 3.79 7.53 4m2.22 9H5.31a.96.96 0 0 1-.55-.19L10 8.33c.29 1.02.56 2.17.75 3.5c.09.61-.38 1.17-1 1.17m12.03-1.03C21.27 8.54 19.86 2 16.53 2c-1.49 0-2.59 1.32-3.4 3.08c.37.96.71 2.06 1 3.29l5.18 4.44c-.16.11-.34.19-.56.19h-3.83c.12 1.27.11 2.45-.03 3.59c-.27 2.28-.89 3.86-1.57 4.94c.36.31.81.47 1.28.47h3.87c.49 0 .96-.17 1.33-.5c.7-.66 1.75-2.11 2.11-5.15c.17-1.46.09-2.93-.13-4.38M14.8 6.31c.7-1.58 1.38-2.44 1.73-2.31c.6-.21 2.12 2.26 2.97 6.33z"/></svg>
</template>

CSS

.icon-shoe-ballet {
  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%22M12.78%2011.97C12.27%208.54%2010.86%202%207.53%202S2.8%208.54%202.28%2011.97c-.21%201.45-.28%202.92-.12%204.38c.34%203.04%201.39%204.49%202.11%205.15c.37.33.84.5%201.33.5h3.87c.49%200%20.96-.17%201.33-.5c.7-.66%201.75-2.11%202.11-5.15c.17-1.46.09-2.93-.13-4.38M7.53%204c.36-.13%201.06.73%201.74%202.31l-4.69%204.02C5.41%206.26%206.94%203.79%207.53%204m2.22%209H5.31a.96.96%200%200%201-.55-.19L10%208.33c.29%201.02.56%202.17.75%203.5c.09.61-.38%201.17-1%201.17m12.03-1.03C21.27%208.54%2019.86%202%2016.53%202c-1.49%200-2.59%201.32-3.4%203.08c.37.96.71%202.06%201%203.29l5.18%204.44c-.16.11-.34.19-.56.19h-3.83c.12%201.27.11%202.45-.03%203.59c-.27%202.28-.89%203.86-1.57%204.94c.36.31.81.47%201.28.47h3.87c.49%200%20.96-.17%201.33-.5c.7-.66%201.75-2.11%202.11-5.15c.17-1.46.09-2.93-.13-4.38M14.8%206.31c.7-1.58%201.38-2.44%201.73-2.31c.6-.21%202.12%202.26%202.97%206.33z%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%22M12.78%2011.97C12.27%208.54%2010.86%202%207.53%202S2.8%208.54%202.28%2011.97c-.21%201.45-.28%202.92-.12%204.38c.34%203.04%201.39%204.49%202.11%205.15c.37.33.84.5%201.33.5h3.87c.49%200%20.96-.17%201.33-.5c.7-.66%201.75-2.11%202.11-5.15c.17-1.46.09-2.93-.13-4.38M7.53%204c.36-.13%201.06.73%201.74%202.31l-4.69%204.02C5.41%206.26%206.94%203.79%207.53%204m2.22%209H5.31a.96.96%200%200%201-.55-.19L10%208.33c.29%201.02.56%202.17.75%203.5c.09.61-.38%201.17-1%201.17m12.03-1.03C21.27%208.54%2019.86%202%2016.53%202c-1.49%200-2.59%201.32-3.4%203.08c.37.96.71%202.06%201%203.29l5.18%204.44c-.16.11-.34.19-.56.19h-3.83c.12%201.27.11%202.45-.03%203.59c-.27%202.28-.89%203.86-1.57%204.94c.36.31.81.47%201.28.47h3.87c.49%200%20.96-.17%201.33-.5c.7-.66%201.75-2.11%202.11-5.15c.17-1.46.09-2.93-.13-4.38M14.8%206.31c.7-1.58%201.38-2.44%201.73-2.31c.6-.21%202.12%202.26%202.97%206.33z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/shoe-ballet.svg?color=%231a73e8&size=48