sneaker icon
sneaker from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- sneaker
- Set
- Phosphor
- Style
- Regular
- 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-60.73-20.24a24 24 0 0 1-14.32-13L130.39 41.6v-.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.95M115.72 48l7.11 16.63l-21.56 7.85A8 8 0 0 0 104 88a7.9 7.9 0 0 0 2.73-.49l22.4-8.14l4.74 11.07l-16.6 6A8 8 0 0 0 120 112a7.9 7.9 0 0 0 2.73-.49l17.6-6.4a40.2 40.2 0 0 0 7.68 10l-14.74 5.36A8 8 0 0 0 136 136a8.1 8.1 0 0 0 2.73-.48l28-10.18l56.87 18.95A24 24 0 0 1 238.93 160H40V75.53ZM40 192v-16h200v16Z"/></svg>
React
import type { SVGProps } from "react";
export function PhSneaker(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-60.73-20.24a24 24 0 0 1-14.32-13L130.39 41.6v-.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.95M115.72 48l7.11 16.63l-21.56 7.85A8 8 0 0 0 104 88a7.9 7.9 0 0 0 2.73-.49l22.4-8.14l4.74 11.07l-16.6 6A8 8 0 0 0 120 112a7.9 7.9 0 0 0 2.73-.49l17.6-6.4a40.2 40.2 0 0 0 7.68 10l-14.74 5.36A8 8 0 0 0 136 136a8.1 8.1 0 0 0 2.73-.48l28-10.18l56.87 18.95A24 24 0 0 1 238.93 160H40V75.53ZM40 192v-16h200v16Z"/></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-60.73-20.24a24 24 0 0 1-14.32-13L130.39 41.6v-.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.95M115.72 48l7.11 16.63l-21.56 7.85A8 8 0 0 0 104 88a7.9 7.9 0 0 0 2.73-.49l22.4-8.14l4.74 11.07l-16.6 6A8 8 0 0 0 120 112a7.9 7.9 0 0 0 2.73-.49l17.6-6.4a40.2 40.2 0 0 0 7.68 10l-14.74 5.36A8 8 0 0 0 136 136a8.1 8.1 0 0 0 2.73-.48l28-10.18l56.87 18.95A24 24 0 0 1 238.93 160H40V75.53ZM40 192v-16h200v16Z"/></svg> </template>
CSS
.icon-sneaker {
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-60.73-20.24a24%2024%200%200%201-14.32-13L130.39%2041.6v-.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.95M115.72%2048l7.11%2016.63l-21.56%207.85A8%208%200%200%200%20104%2088a7.9%207.9%200%200%200%202.73-.49l22.4-8.14l4.74%2011.07l-16.6%206A8%208%200%200%200%20120%20112a7.9%207.9%200%200%200%202.73-.49l17.6-6.4a40.2%2040.2%200%200%200%207.68%2010l-14.74%205.36A8%208%200%200%200%20136%20136a8.1%208.1%200%200%200%202.73-.48l28-10.18l56.87%2018.95A24%2024%200%200%201%20238.93%20160H40V75.53ZM40%20192v-16h200v16Z%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-60.73-20.24a24%2024%200%200%201-14.32-13L130.39%2041.6v-.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.95M115.72%2048l7.11%2016.63l-21.56%207.85A8%208%200%200%200%20104%2088a7.9%207.9%200%200%200%202.73-.49l22.4-8.14l4.74%2011.07l-16.6%206A8%208%200%200%200%20120%20112a7.9%207.9%200%200%200%202.73-.49l17.6-6.4a40.2%2040.2%200%200%200%207.68%2010l-14.74%205.36A8%208%200%200%200%20136%20136a8.1%208.1%200%200%200%202.73-.48l28-10.18l56.87%2018.95A24%2024%200%200%201%20238.93%20160H40V75.53ZM40%20192v-16h200v16Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/sneaker.svg?color=%231a73e8&size=48