sneaker icon
sneaker-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- sneaker-light
- Set
- Phosphor
- Style
- Light
- 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 131l-60.73-20.24a26 26 0 0 1-15.51-14l-23.25-54.45a14 14 0 0 0-17.57-7.47L35.22 62.37A14.05 14.05 0 0 0 26 75.53V192a14 14 0 0 0 14 14h200a14 14 0 0 0 14-14v-24.94A38 38 0 0 0 228 131M39.32 73.65L115 46.12a1.8 1.8 0 0 1 .68-.12a2 2 0 0 1 1.79 1.11l8 18.68L102 74.36A6 6 0 0 0 104 86a5.9 5.9 0 0 0 2-.37l24.18-8.79l6.31 14.76L118 98.36a6 6 0 0 0 2 11.64a6.2 6.2 0 0 0 2-.36l19.26-7a38 38 0 0 0 10.57 13.21L134 122.36a6 6 0 0 0 2 11.64a6.2 6.2 0 0 0 2.05-.36l28.64-10.42l57.53 19.18a25.94 25.94 0 0 1 17.27 19.6H38V75.53a2 2 0 0 1 1.32-1.88M240 194H40a2 2 0 0 1-2-2v-18h204v18a2 2 0 0 1-2 2"/></svg>
React
import type { SVGProps } from "react";
export function PhSneakerLight(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 131l-60.73-20.24a26 26 0 0 1-15.51-14l-23.25-54.45a14 14 0 0 0-17.57-7.47L35.22 62.37A14.05 14.05 0 0 0 26 75.53V192a14 14 0 0 0 14 14h200a14 14 0 0 0 14-14v-24.94A38 38 0 0 0 228 131M39.32 73.65L115 46.12a1.8 1.8 0 0 1 .68-.12a2 2 0 0 1 1.79 1.11l8 18.68L102 74.36A6 6 0 0 0 104 86a5.9 5.9 0 0 0 2-.37l24.18-8.79l6.31 14.76L118 98.36a6 6 0 0 0 2 11.64a6.2 6.2 0 0 0 2-.36l19.26-7a38 38 0 0 0 10.57 13.21L134 122.36a6 6 0 0 0 2 11.64a6.2 6.2 0 0 0 2.05-.36l28.64-10.42l57.53 19.18a25.94 25.94 0 0 1 17.27 19.6H38V75.53a2 2 0 0 1 1.32-1.88M240 194H40a2 2 0 0 1-2-2v-18h204v18a2 2 0 0 1-2 2"/></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 131l-60.73-20.24a26 26 0 0 1-15.51-14l-23.25-54.45a14 14 0 0 0-17.57-7.47L35.22 62.37A14.05 14.05 0 0 0 26 75.53V192a14 14 0 0 0 14 14h200a14 14 0 0 0 14-14v-24.94A38 38 0 0 0 228 131M39.32 73.65L115 46.12a1.8 1.8 0 0 1 .68-.12a2 2 0 0 1 1.79 1.11l8 18.68L102 74.36A6 6 0 0 0 104 86a5.9 5.9 0 0 0 2-.37l24.18-8.79l6.31 14.76L118 98.36a6 6 0 0 0 2 11.64a6.2 6.2 0 0 0 2-.36l19.26-7a38 38 0 0 0 10.57 13.21L134 122.36a6 6 0 0 0 2 11.64a6.2 6.2 0 0 0 2.05-.36l28.64-10.42l57.53 19.18a25.94 25.94 0 0 1 17.27 19.6H38V75.53a2 2 0 0 1 1.32-1.88M240 194H40a2 2 0 0 1-2-2v-18h204v18a2 2 0 0 1-2 2"/></svg> </template>
CSS
.icon-sneaker-light {
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%20131l-60.73-20.24a26%2026%200%200%201-15.51-14l-23.25-54.45a14%2014%200%200%200-17.57-7.47L35.22%2062.37A14.05%2014.05%200%200%200%2026%2075.53V192a14%2014%200%200%200%2014%2014h200a14%2014%200%200%200%2014-14v-24.94A38%2038%200%200%200%20228%20131M39.32%2073.65L115%2046.12a1.8%201.8%200%200%201%20.68-.12a2%202%200%200%201%201.79%201.11l8%2018.68L102%2074.36A6%206%200%200%200%20104%2086a5.9%205.9%200%200%200%202-.37l24.18-8.79l6.31%2014.76L118%2098.36a6%206%200%200%200%202%2011.64a6.2%206.2%200%200%200%202-.36l19.26-7a38%2038%200%200%200%2010.57%2013.21L134%20122.36a6%206%200%200%200%202%2011.64a6.2%206.2%200%200%200%202.05-.36l28.64-10.42l57.53%2019.18a25.94%2025.94%200%200%201%2017.27%2019.6H38V75.53a2%202%200%200%201%201.32-1.88M240%20194H40a2%202%200%200%201-2-2v-18h204v18a2%202%200%200%201-2%202%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%20131l-60.73-20.24a26%2026%200%200%201-15.51-14l-23.25-54.45a14%2014%200%200%200-17.57-7.47L35.22%2062.37A14.05%2014.05%200%200%200%2026%2075.53V192a14%2014%200%200%200%2014%2014h200a14%2014%200%200%200%2014-14v-24.94A38%2038%200%200%200%20228%20131M39.32%2073.65L115%2046.12a1.8%201.8%200%200%201%20.68-.12a2%202%200%200%201%201.79%201.11l8%2018.68L102%2074.36A6%206%200%200%200%20104%2086a5.9%205.9%200%200%200%202-.37l24.18-8.79l6.31%2014.76L118%2098.36a6%206%200%200%200%202%2011.64a6.2%206.2%200%200%200%202-.36l19.26-7a38%2038%200%200%200%2010.57%2013.21L134%20122.36a6%206%200%200%200%202%2011.64a6.2%206.2%200%200%200%202.05-.36l28.64-10.42l57.53%2019.18a25.94%2025.94%200%200%201%2017.27%2019.6H38V75.53a2%202%200%200%201%201.32-1.88M240%20194H40a2%202%200%200%201-2-2v-18h204v18a2%202%200%200%201-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/sneaker-light.svg?color=%231a73e8&size=48