sneaker icon

sneaker-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
sneaker-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the sneaker icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m228.65 129.11l-28.06-9.35a4 4 0 0 0-2.63 0l-43.23 15.72a8.1 8.1 0 0 1-2.73.52a8 8 0 0 1-7.71-5.88a8.17 8.17 0 0 1 5.22-9.73l18.49-6.72a2.54 2.54 0 0 0-.06-4.8a23.9 23.9 0 0 1-8.8-5.25a4 4 0 0 0-4.17-.91l-24.22 8.8a8 8 0 0 1-10.44-5.39a8.17 8.17 0 0 1 5.22-9.73L146 88.93a4 4 0 0 0 2.31-5.34l-3.06-7.16a4 4 0 0 0-5.05-2.19l-25.5 9.27a8 8 0 0 1-10.44-5.39a8.17 8.17 0 0 1 5.22-9.73l24-8.73a4 4 0 0 0 2.31-5.33l-5.4-12.73v-.1a16 16 0 0 0-20.14-8.5L34.53 60.49A16.05 16.05 0 0 0 24 75.53V192a16 16 0 0 0 16 16h200a16 16 0 0 0 16-16v-24.94a40 40 0 0 0-27.35-37.95M240 192H40v-16h200Z"/></svg>

React

import type { SVGProps } from "react";

export function PhSneakerFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m228.65 129.11l-28.06-9.35a4 4 0 0 0-2.63 0l-43.23 15.72a8.1 8.1 0 0 1-2.73.52a8 8 0 0 1-7.71-5.88a8.17 8.17 0 0 1 5.22-9.73l18.49-6.72a2.54 2.54 0 0 0-.06-4.8a23.9 23.9 0 0 1-8.8-5.25a4 4 0 0 0-4.17-.91l-24.22 8.8a8 8 0 0 1-10.44-5.39a8.17 8.17 0 0 1 5.22-9.73L146 88.93a4 4 0 0 0 2.31-5.34l-3.06-7.16a4 4 0 0 0-5.05-2.19l-25.5 9.27a8 8 0 0 1-10.44-5.39a8.17 8.17 0 0 1 5.22-9.73l24-8.73a4 4 0 0 0 2.31-5.33l-5.4-12.73v-.1a16 16 0 0 0-20.14-8.5L34.53 60.49A16.05 16.05 0 0 0 24 75.53V192a16 16 0 0 0 16 16h200a16 16 0 0 0 16-16v-24.94a40 40 0 0 0-27.35-37.95M240 192H40v-16h200Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m228.65 129.11l-28.06-9.35a4 4 0 0 0-2.63 0l-43.23 15.72a8.1 8.1 0 0 1-2.73.52a8 8 0 0 1-7.71-5.88a8.17 8.17 0 0 1 5.22-9.73l18.49-6.72a2.54 2.54 0 0 0-.06-4.8a23.9 23.9 0 0 1-8.8-5.25a4 4 0 0 0-4.17-.91l-24.22 8.8a8 8 0 0 1-10.44-5.39a8.17 8.17 0 0 1 5.22-9.73L146 88.93a4 4 0 0 0 2.31-5.34l-3.06-7.16a4 4 0 0 0-5.05-2.19l-25.5 9.27a8 8 0 0 1-10.44-5.39a8.17 8.17 0 0 1 5.22-9.73l24-8.73a4 4 0 0 0 2.31-5.33l-5.4-12.73v-.1a16 16 0 0 0-20.14-8.5L34.53 60.49A16.05 16.05 0 0 0 24 75.53V192a16 16 0 0 0 16 16h200a16 16 0 0 0 16-16v-24.94a40 40 0 0 0-27.35-37.95M240 192H40v-16h200Z"/></svg>
</template>

CSS

.icon-sneaker-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m228.65%20129.11l-28.06-9.35a4%204%200%200%200-2.63%200l-43.23%2015.72a8.1%208.1%200%200%201-2.73.52a8%208%200%200%201-7.71-5.88a8.17%208.17%200%200%201%205.22-9.73l18.49-6.72a2.54%202.54%200%200%200-.06-4.8a23.9%2023.9%200%200%201-8.8-5.25a4%204%200%200%200-4.17-.91l-24.22%208.8a8%208%200%200%201-10.44-5.39a8.17%208.17%200%200%201%205.22-9.73L146%2088.93a4%204%200%200%200%202.31-5.34l-3.06-7.16a4%204%200%200%200-5.05-2.19l-25.5%209.27a8%208%200%200%201-10.44-5.39a8.17%208.17%200%200%201%205.22-9.73l24-8.73a4%204%200%200%200%202.31-5.33l-5.4-12.73v-.1a16%2016%200%200%200-20.14-8.5L34.53%2060.49A16.05%2016.05%200%200%200%2024%2075.53V192a16%2016%200%200%200%2016%2016h200a16%2016%200%200%200%2016-16v-24.94a40%2040%200%200%200-27.35-37.95M240%20192H40v-16h200Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m228.65%20129.11l-28.06-9.35a4%204%200%200%200-2.63%200l-43.23%2015.72a8.1%208.1%200%200%201-2.73.52a8%208%200%200%201-7.71-5.88a8.17%208.17%200%200%201%205.22-9.73l18.49-6.72a2.54%202.54%200%200%200-.06-4.8a23.9%2023.9%200%200%201-8.8-5.25a4%204%200%200%200-4.17-.91l-24.22%208.8a8%208%200%200%201-10.44-5.39a8.17%208.17%200%200%201%205.22-9.73L146%2088.93a4%204%200%200%200%202.31-5.34l-3.06-7.16a4%204%200%200%200-5.05-2.19l-25.5%209.27a8%208%200%200%201-10.44-5.39a8.17%208.17%200%200%201%205.22-9.73l24-8.73a4%204%200%200%200%202.31-5.33l-5.4-12.73v-.1a16%2016%200%200%200-20.14-8.5L34.53%2060.49A16.05%2016.05%200%200%200%2024%2075.53V192a16%2016%200%200%200%2016%2016h200a16%2016%200%200%200%2016-16v-24.94a40%2040%200%200%200-27.35-37.95M240%20192H40v-16h200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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