sock from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
sock
Set
Phosphor
Style
Regular
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 16h-88a16 16 0 0 0-16 16v76.69l-38.75 38.74a58.92 58.92 0 0 0 83.32 83.32L201 162.34a23.85 23.85 0 0 0 7-17V32a16 16 0 0 0-16-16m0 16v16h-88V32Zm-70.75 187.43a42.91 42.91 0 1 1-60.68-60.68l41.09-41.09A8 8 0 0 0 104 112V64h88v40.58A56.09 56.09 0 0 0 144 160a55.4 55.4 0 0 0 7.93 28.76ZM189.66 151l-25.91 25.91A39.6 39.6 0 0 1 160 160a40.05 40.05 0 0 1 32-39.19v24.56a8 8 0 0 1-2.34 5.63"/></svg>

React

import type { SVGProps } from "react";

export function PhSock(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 16h-88a16 16 0 0 0-16 16v76.69l-38.75 38.74a58.92 58.92 0 0 0 83.32 83.32L201 162.34a23.85 23.85 0 0 0 7-17V32a16 16 0 0 0-16-16m0 16v16h-88V32Zm-70.75 187.43a42.91 42.91 0 1 1-60.68-60.68l41.09-41.09A8 8 0 0 0 104 112V64h88v40.58A56.09 56.09 0 0 0 144 160a55.4 55.4 0 0 0 7.93 28.76ZM189.66 151l-25.91 25.91A39.6 39.6 0 0 1 160 160a40.05 40.05 0 0 1 32-39.19v24.56a8 8 0 0 1-2.34 5.63"/></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 16h-88a16 16 0 0 0-16 16v76.69l-38.75 38.74a58.92 58.92 0 0 0 83.32 83.32L201 162.34a23.85 23.85 0 0 0 7-17V32a16 16 0 0 0-16-16m0 16v16h-88V32Zm-70.75 187.43a42.91 42.91 0 1 1-60.68-60.68l41.09-41.09A8 8 0 0 0 104 112V64h88v40.58A56.09 56.09 0 0 0 144 160a55.4 55.4 0 0 0 7.93 28.76ZM189.66 151l-25.91 25.91A39.6 39.6 0 0 1 160 160a40.05 40.05 0 0 1 32-39.19v24.56a8 8 0 0 1-2.34 5.63"/></svg>
</template>

CSS

.icon-sock {
  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%2016h-88a16%2016%200%200%200-16%2016v76.69l-38.75%2038.74a58.92%2058.92%200%200%200%2083.32%2083.32L201%20162.34a23.85%2023.85%200%200%200%207-17V32a16%2016%200%200%200-16-16m0%2016v16h-88V32Zm-70.75%20187.43a42.91%2042.91%200%201%201-60.68-60.68l41.09-41.09A8%208%200%200%200%20104%20112V64h88v40.58A56.09%2056.09%200%200%200%20144%20160a55.4%2055.4%200%200%200%207.93%2028.76ZM189.66%20151l-25.91%2025.91A39.6%2039.6%200%200%201%20160%20160a40.05%2040.05%200%200%201%2032-39.19v24.56a8%208%200%200%201-2.34%205.63%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%2016h-88a16%2016%200%200%200-16%2016v76.69l-38.75%2038.74a58.92%2058.92%200%200%200%2083.32%2083.32L201%20162.34a23.85%2023.85%200%200%200%207-17V32a16%2016%200%200%200-16-16m0%2016v16h-88V32Zm-70.75%20187.43a42.91%2042.91%200%201%201-60.68-60.68l41.09-41.09A8%208%200%200%200%20104%20112V64h88v40.58A56.09%2056.09%200%200%200%20144%20160a55.4%2055.4%200%200%200%207.93%2028.76ZM189.66%20151l-25.91%2025.91A39.6%2039.6%200%200%201%20160%20160a40.05%2040.05%200%200%201%2032-39.19v24.56a8%208%200%200%201-2.34%205.63%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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