socks from IconPark by ByteDance · Color · Clothes · Apache-2.0 Free for personal and commercial use.

Name
socks
Set
IconPark
Style
Color
Category
Clothes
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More clothes icons from IconPark

Use the socks icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M40.0001 18C37.0001 18 32.0005 18 30.0003 23C28 28 30.5002 32.5 33.0002 35"/><path d="M18 10L40 10"/><path d="M20.0005 4H38.0006C39.1052 4 40.0006 4.89543 40.0006 6V24.2876C40.0006 27.7198 38.4001 30.9554 35.6645 33.0283C32.0224 35.7881 27.0882 39.5088 25.0005 41C21.5005 43.5 15.0005 46 10.0008 41C5.00104 36 6.25114 29.443 10.001 26C13.7508 22.557 18.0005 19.1519 18.0005 19.1519V6C18.0005 4.89543 18.8959 4 20.0005 4Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkSocks(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M40.0001 18C37.0001 18 32.0005 18 30.0003 23C28 28 30.5002 32.5 33.0002 35"/><path d="M18 10L40 10"/><path d="M20.0005 4H38.0006C39.1052 4 40.0006 4.89543 40.0006 6V24.2876C40.0006 27.7198 38.4001 30.9554 35.6645 33.0283C32.0224 35.7881 27.0882 39.5088 25.0005 41C21.5005 43.5 15.0005 46 10.0008 41C5.00104 36 6.25114 29.443 10.001 26C13.7508 22.557 18.0005 19.1519 18.0005 19.1519V6C18.0005 4.89543 18.8959 4 20.0005 4Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M40.0001 18C37.0001 18 32.0005 18 30.0003 23C28 28 30.5002 32.5 33.0002 35"/><path d="M18 10L40 10"/><path d="M20.0005 4H38.0006C39.1052 4 40.0006 4.89543 40.0006 6V24.2876C40.0006 27.7198 38.4001 30.9554 35.6645 33.0283C32.0224 35.7881 27.0882 39.5088 25.0005 41C21.5005 43.5 15.0005 46 10.0008 41C5.00104 36 6.25114 29.443 10.001 26C13.7508 22.557 18.0005 19.1519 18.0005 19.1519V6C18.0005 4.89543 18.8959 4 20.0005 4Z"/></g></svg>
</template>

CSS

.icon-socks {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M40.0001%2018C37.0001%2018%2032.0005%2018%2030.0003%2023C28%2028%2030.5002%2032.5%2033.0002%2035%22%2F%3E%3Cpath%20d%3D%22M18%2010L40%2010%22%2F%3E%3Cpath%20d%3D%22M20.0005%204H38.0006C39.1052%204%2040.0006%204.89543%2040.0006%206V24.2876C40.0006%2027.7198%2038.4001%2030.9554%2035.6645%2033.0283C32.0224%2035.7881%2027.0882%2039.5088%2025.0005%2041C21.5005%2043.5%2015.0005%2046%2010.0008%2041C5.00104%2036%206.25114%2029.443%2010.001%2026C13.7508%2022.557%2018.0005%2019.1519%2018.0005%2019.1519V6C18.0005%204.89543%2018.8959%204%2020.0005%204Z%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M40.0001%2018C37.0001%2018%2032.0005%2018%2030.0003%2023C28%2028%2030.5002%2032.5%2033.0002%2035%22%2F%3E%3Cpath%20d%3D%22M18%2010L40%2010%22%2F%3E%3Cpath%20d%3D%22M20.0005%204H38.0006C39.1052%204%2040.0006%204.89543%2040.0006%206V24.2876C40.0006%2027.7198%2038.4001%2030.9554%2035.6645%2033.0283C32.0224%2035.7881%2027.0882%2039.5088%2025.0005%2041C21.5005%2043.5%2015.0005%2046%2010.0008%2041C5.00104%2036%206.25114%2029.443%2010.001%2026C13.7508%2022.557%2018.0005%2019.1519%2018.0005%2019.1519V6C18.0005%204.89543%2018.8959%204%2020.0005%204Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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