sock icon
sock-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- sock-thin
- Set
- Phosphor
- Style
- Thin
- 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 20h-88a12 12 0 0 0-12 12v78.34l-39.92 39.92a54.91 54.91 0 0 0 77.66 77.66l68.4-68.41a19.85 19.85 0 0 0 5.86-14.14V32a12 12 0 0 0-12-12m-88 8h88a4 4 0 0 1 4 4v20h-96V32a4 4 0 0 1 4-4m20.08 194.26a46.91 46.91 0 1 1-66.34-66.34l41.09-41.09A4 4 0 0 0 100 112V60h96v48.17A52.05 52.05 0 0 0 148 160a51.44 51.44 0 0 0 9 29.3Zm68.4-68.4l-29.66 29.67A43.5 43.5 0 0 1 156 160a44.06 44.06 0 0 1 40-43.81v29.18a11.92 11.92 0 0 1-3.52 8.49"/></svg>
React
import type { SVGProps } from "react";
export function PhSockThin(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 20h-88a12 12 0 0 0-12 12v78.34l-39.92 39.92a54.91 54.91 0 0 0 77.66 77.66l68.4-68.41a19.85 19.85 0 0 0 5.86-14.14V32a12 12 0 0 0-12-12m-88 8h88a4 4 0 0 1 4 4v20h-96V32a4 4 0 0 1 4-4m20.08 194.26a46.91 46.91 0 1 1-66.34-66.34l41.09-41.09A4 4 0 0 0 100 112V60h96v48.17A52.05 52.05 0 0 0 148 160a51.44 51.44 0 0 0 9 29.3Zm68.4-68.4l-29.66 29.67A43.5 43.5 0 0 1 156 160a44.06 44.06 0 0 1 40-43.81v29.18a11.92 11.92 0 0 1-3.52 8.49"/></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 20h-88a12 12 0 0 0-12 12v78.34l-39.92 39.92a54.91 54.91 0 0 0 77.66 77.66l68.4-68.41a19.85 19.85 0 0 0 5.86-14.14V32a12 12 0 0 0-12-12m-88 8h88a4 4 0 0 1 4 4v20h-96V32a4 4 0 0 1 4-4m20.08 194.26a46.91 46.91 0 1 1-66.34-66.34l41.09-41.09A4 4 0 0 0 100 112V60h96v48.17A52.05 52.05 0 0 0 148 160a51.44 51.44 0 0 0 9 29.3Zm68.4-68.4l-29.66 29.67A43.5 43.5 0 0 1 156 160a44.06 44.06 0 0 1 40-43.81v29.18a11.92 11.92 0 0 1-3.52 8.49"/></svg> </template>
CSS
.icon-sock-thin {
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%2020h-88a12%2012%200%200%200-12%2012v78.34l-39.92%2039.92a54.91%2054.91%200%200%200%2077.66%2077.66l68.4-68.41a19.85%2019.85%200%200%200%205.86-14.14V32a12%2012%200%200%200-12-12m-88%208h88a4%204%200%200%201%204%204v20h-96V32a4%204%200%200%201%204-4m20.08%20194.26a46.91%2046.91%200%201%201-66.34-66.34l41.09-41.09A4%204%200%200%200%20100%20112V60h96v48.17A52.05%2052.05%200%200%200%20148%20160a51.44%2051.44%200%200%200%209%2029.3Zm68.4-68.4l-29.66%2029.67A43.5%2043.5%200%200%201%20156%20160a44.06%2044.06%200%200%201%2040-43.81v29.18a11.92%2011.92%200%200%201-3.52%208.49%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%2020h-88a12%2012%200%200%200-12%2012v78.34l-39.92%2039.92a54.91%2054.91%200%200%200%2077.66%2077.66l68.4-68.41a19.85%2019.85%200%200%200%205.86-14.14V32a12%2012%200%200%200-12-12m-88%208h88a4%204%200%200%201%204%204v20h-96V32a4%204%200%200%201%204-4m20.08%20194.26a46.91%2046.91%200%201%201-66.34-66.34l41.09-41.09A4%204%200%200%200%20100%20112V60h96v48.17A52.05%2052.05%200%200%200%20148%20160a51.44%2051.44%200%200%200%209%2029.3Zm68.4-68.4l-29.66%2029.67A43.5%2043.5%200%200%201%20156%20160a44.06%2044.06%200%200%201%2040-43.81v29.18a11.92%2011.92%200%200%201-3.52%208.49%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/sock-thin.svg?color=%231a73e8&size=48