sock icon
sock-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- sock-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the sock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M192 18h-88a14 14 0 0 0-14 14v77.51l-39.33 39.34a56.91 56.91 0 1 0 80.48 80.48l68.41-68.4a21.88 21.88 0 0 0 6.44-15.56V32a14 14 0 0 0-14-14m-88 12h88a2 2 0 0 1 2 2v18h-92V32a2 2 0 0 1 2-2m18.67 190.85a44.92 44.92 0 0 1-63.52-63.52l41.09-41.09A6 6 0 0 0 102 112V62h92v44.34A54.07 54.07 0 0 0 146 160a53.4 53.4 0 0 0 8.47 29Zm68.4-68.41l-27.85 27.86A41.54 41.54 0 0 1 158 160a42.05 42.05 0 0 1 36-41.56v26.93a9.93 9.93 0 0 1-2.93 7.07"/></svg>
React
import type { SVGProps } from "react";
export function PhSockLight(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="M192 18h-88a14 14 0 0 0-14 14v77.51l-39.33 39.34a56.91 56.91 0 1 0 80.48 80.48l68.41-68.4a21.88 21.88 0 0 0 6.44-15.56V32a14 14 0 0 0-14-14m-88 12h88a2 2 0 0 1 2 2v18h-92V32a2 2 0 0 1 2-2m18.67 190.85a44.92 44.92 0 0 1-63.52-63.52l41.09-41.09A6 6 0 0 0 102 112V62h92v44.34A54.07 54.07 0 0 0 146 160a53.4 53.4 0 0 0 8.47 29Zm68.4-68.41l-27.85 27.86A41.54 41.54 0 0 1 158 160a42.05 42.05 0 0 1 36-41.56v26.93a9.93 9.93 0 0 1-2.93 7.07"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M192 18h-88a14 14 0 0 0-14 14v77.51l-39.33 39.34a56.91 56.91 0 1 0 80.48 80.48l68.41-68.4a21.88 21.88 0 0 0 6.44-15.56V32a14 14 0 0 0-14-14m-88 12h88a2 2 0 0 1 2 2v18h-92V32a2 2 0 0 1 2-2m18.67 190.85a44.92 44.92 0 0 1-63.52-63.52l41.09-41.09A6 6 0 0 0 102 112V62h92v44.34A54.07 54.07 0 0 0 146 160a53.4 53.4 0 0 0 8.47 29Zm68.4-68.41l-27.85 27.86A41.54 41.54 0 0 1 158 160a42.05 42.05 0 0 1 36-41.56v26.93a9.93 9.93 0 0 1-2.93 7.07"/></svg> </template>
CSS
.icon-sock-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%22M192%2018h-88a14%2014%200%200%200-14%2014v77.51l-39.33%2039.34a56.91%2056.91%200%201%200%2080.48%2080.48l68.41-68.4a21.88%2021.88%200%200%200%206.44-15.56V32a14%2014%200%200%200-14-14m-88%2012h88a2%202%200%200%201%202%202v18h-92V32a2%202%200%200%201%202-2m18.67%20190.85a44.92%2044.92%200%200%201-63.52-63.52l41.09-41.09A6%206%200%200%200%20102%20112V62h92v44.34A54.07%2054.07%200%200%200%20146%20160a53.4%2053.4%200%200%200%208.47%2029Zm68.4-68.41l-27.85%2027.86A41.54%2041.54%200%200%201%20158%20160a42.05%2042.05%200%200%201%2036-41.56v26.93a9.93%209.93%200%200%201-2.93%207.07%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%22M192%2018h-88a14%2014%200%200%200-14%2014v77.51l-39.33%2039.34a56.91%2056.91%200%201%200%2080.48%2080.48l68.41-68.4a21.88%2021.88%200%200%200%206.44-15.56V32a14%2014%200%200%200-14-14m-88%2012h88a2%202%200%200%201%202%202v18h-92V32a2%202%200%200%201%202-2m18.67%20190.85a44.92%2044.92%200%200%201-63.52-63.52l41.09-41.09A6%206%200%200%200%20102%20112V62h92v44.34A54.07%2054.07%200%200%200%20146%20160a53.4%2053.4%200%200%200%208.47%2029Zm68.4-68.41l-27.85%2027.86A41.54%2041.54%200%200%201%20158%20160a42.05%2042.05%200%200%201%2036-41.56v26.93a9.93%209.93%200%200%201-2.93%207.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/sock-light.svg?color=%231a73e8&size=48