socks emoji
socks from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- socks
- Set
- Noto Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More objects icons from Noto Emoji
Use the socks emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#c9e3e6" d="M85.49 24.13c17.85 1.07 20.95.08 24.19 0c3.25-.08 3.1 1.39 3.1 3.1l.44 40.38c0 .66.13 1.41.34 2.22l-7.83 24.98c-1.31.65-1.98 1.09-2.67 1.61c-1.1.82-22.8 20.96-25.82 23.9c-3.02 2.93-13.31 7.08-20.05-1.1c-5.77-7-2.45-16.08 0-18.95S81.35 73.71 82.73 69.5c1.13-3.46-.03-32.96-.33-42.19c-.06-1.74-.25-3.38 3.09-3.18"/><path fill="#5fb2de" d="M117.62 83.98c.46-6.42-3.52-11.24-4.3-15.25c-3.14 2.47-9.37 6.33-13.35 8.34c-1.36.69-1.79 2.39-1.26 3.83c1.36 3.72 4.16 10.02 6.52 14.16c0 0 1.55-.97 4.11-1.87c2.56-.91 7.86-3.3 8.28-9.21m-62.27 19.45c-1.7 4.09-2.5 10.52 1.84 15.78c5.27 6.39 12.7 5.26 17.14 3.06c0 0-.31-5.37-5.81-11.87c-5.5-6.51-13.17-6.97-13.17-6.97"/><path fill="#f44336" d="M96 38.92c-6.26 0-10.89-.59-13.22-.96l-.2-5.12c.13.03 12.4 2.76 30.25-.33l.05 5.03c-6.37 1.03-12.1 1.38-16.88 1.38m0 9.23c-6.05 0-10.59-.55-12.99-.93l-.14-5.01c2.95.52 14.61 2.21 30.05-.47l.05 5.02c-6.4 1.04-12.16 1.39-16.97 1.39"/><path fill="#c9e3e6" d="M39.85 4.02c17.85 1.07 20.95.08 24.19 0c3.25-.08 3.1 1.39 3.1 3.1l.44 40.38c0 .66.13 1.41.34 2.22L60.09 74.7c-1.31.65-1.98 1.09-2.67 1.61c-1.1.82-22.8 20.96-25.82 23.9c-3.02 2.93-13.31 7.08-20.05-1.1c-5.77-7-2.45-16.08 0-18.95C14 77.28 35.72 53.6 37.09 49.39c1.13-3.46-.03-32.96-.33-42.19c-.06-1.74-.25-3.38 3.09-3.18"/><path fill="#5fb2de" d="M71.98 63.87c.46-6.42-3.52-11.24-4.3-15.25c-3.14 2.47-9.37 6.33-13.35 8.34c-1.36.69-1.79 2.39-1.26 3.83c1.36 3.72 4.16 10.02 6.52 14.16c0 0 1.55-.97 4.11-1.87c2.56-.91 7.86-3.3 8.28-9.21M9.71 83.32c-1.7 4.09-2.5 10.52 1.84 15.78c5.27 6.39 12.7 5.26 17.14 3.06c0 0-.31-5.37-5.81-11.87c-5.49-6.51-13.17-6.97-13.17-6.97"/><path fill="#f44336" d="M50.37 18.81c-6.26 0-10.89-.59-13.22-.96l-.2-5.12c.13.03 12.4 2.76 30.25-.33l.05 5.03c-6.38 1.03-12.1 1.38-16.88 1.38m0 9.23c-6.05 0-10.59-.55-12.99-.93l-.14-5.01c2.95.52 14.61 2.21 30.05-.47l.05 5.02c-6.41 1.04-12.17 1.39-16.97 1.39"/></svg>
React
import type { SVGProps } from "react";
export function NotoSocks(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#c9e3e6" d="M85.49 24.13c17.85 1.07 20.95.08 24.19 0c3.25-.08 3.1 1.39 3.1 3.1l.44 40.38c0 .66.13 1.41.34 2.22l-7.83 24.98c-1.31.65-1.98 1.09-2.67 1.61c-1.1.82-22.8 20.96-25.82 23.9c-3.02 2.93-13.31 7.08-20.05-1.1c-5.77-7-2.45-16.08 0-18.95S81.35 73.71 82.73 69.5c1.13-3.46-.03-32.96-.33-42.19c-.06-1.74-.25-3.38 3.09-3.18"/><path fill="#5fb2de" d="M117.62 83.98c.46-6.42-3.52-11.24-4.3-15.25c-3.14 2.47-9.37 6.33-13.35 8.34c-1.36.69-1.79 2.39-1.26 3.83c1.36 3.72 4.16 10.02 6.52 14.16c0 0 1.55-.97 4.11-1.87c2.56-.91 7.86-3.3 8.28-9.21m-62.27 19.45c-1.7 4.09-2.5 10.52 1.84 15.78c5.27 6.39 12.7 5.26 17.14 3.06c0 0-.31-5.37-5.81-11.87c-5.5-6.51-13.17-6.97-13.17-6.97"/><path fill="#f44336" d="M96 38.92c-6.26 0-10.89-.59-13.22-.96l-.2-5.12c.13.03 12.4 2.76 30.25-.33l.05 5.03c-6.37 1.03-12.1 1.38-16.88 1.38m0 9.23c-6.05 0-10.59-.55-12.99-.93l-.14-5.01c2.95.52 14.61 2.21 30.05-.47l.05 5.02c-6.4 1.04-12.16 1.39-16.97 1.39"/><path fill="#c9e3e6" d="M39.85 4.02c17.85 1.07 20.95.08 24.19 0c3.25-.08 3.1 1.39 3.1 3.1l.44 40.38c0 .66.13 1.41.34 2.22L60.09 74.7c-1.31.65-1.98 1.09-2.67 1.61c-1.1.82-22.8 20.96-25.82 23.9c-3.02 2.93-13.31 7.08-20.05-1.1c-5.77-7-2.45-16.08 0-18.95C14 77.28 35.72 53.6 37.09 49.39c1.13-3.46-.03-32.96-.33-42.19c-.06-1.74-.25-3.38 3.09-3.18"/><path fill="#5fb2de" d="M71.98 63.87c.46-6.42-3.52-11.24-4.3-15.25c-3.14 2.47-9.37 6.33-13.35 8.34c-1.36.69-1.79 2.39-1.26 3.83c1.36 3.72 4.16 10.02 6.52 14.16c0 0 1.55-.97 4.11-1.87c2.56-.91 7.86-3.3 8.28-9.21M9.71 83.32c-1.7 4.09-2.5 10.52 1.84 15.78c5.27 6.39 12.7 5.26 17.14 3.06c0 0-.31-5.37-5.81-11.87c-5.49-6.51-13.17-6.97-13.17-6.97"/><path fill="#f44336" d="M50.37 18.81c-6.26 0-10.89-.59-13.22-.96l-.2-5.12c.13.03 12.4 2.76 30.25-.33l.05 5.03c-6.38 1.03-12.1 1.38-16.88 1.38m0 9.23c-6.05 0-10.59-.55-12.99-.93l-.14-5.01c2.95.52 14.61 2.21 30.05-.47l.05 5.02c-6.41 1.04-12.17 1.39-16.97 1.39"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#c9e3e6" d="M85.49 24.13c17.85 1.07 20.95.08 24.19 0c3.25-.08 3.1 1.39 3.1 3.1l.44 40.38c0 .66.13 1.41.34 2.22l-7.83 24.98c-1.31.65-1.98 1.09-2.67 1.61c-1.1.82-22.8 20.96-25.82 23.9c-3.02 2.93-13.31 7.08-20.05-1.1c-5.77-7-2.45-16.08 0-18.95S81.35 73.71 82.73 69.5c1.13-3.46-.03-32.96-.33-42.19c-.06-1.74-.25-3.38 3.09-3.18"/><path fill="#5fb2de" d="M117.62 83.98c.46-6.42-3.52-11.24-4.3-15.25c-3.14 2.47-9.37 6.33-13.35 8.34c-1.36.69-1.79 2.39-1.26 3.83c1.36 3.72 4.16 10.02 6.52 14.16c0 0 1.55-.97 4.11-1.87c2.56-.91 7.86-3.3 8.28-9.21m-62.27 19.45c-1.7 4.09-2.5 10.52 1.84 15.78c5.27 6.39 12.7 5.26 17.14 3.06c0 0-.31-5.37-5.81-11.87c-5.5-6.51-13.17-6.97-13.17-6.97"/><path fill="#f44336" d="M96 38.92c-6.26 0-10.89-.59-13.22-.96l-.2-5.12c.13.03 12.4 2.76 30.25-.33l.05 5.03c-6.37 1.03-12.1 1.38-16.88 1.38m0 9.23c-6.05 0-10.59-.55-12.99-.93l-.14-5.01c2.95.52 14.61 2.21 30.05-.47l.05 5.02c-6.4 1.04-12.16 1.39-16.97 1.39"/><path fill="#c9e3e6" d="M39.85 4.02c17.85 1.07 20.95.08 24.19 0c3.25-.08 3.1 1.39 3.1 3.1l.44 40.38c0 .66.13 1.41.34 2.22L60.09 74.7c-1.31.65-1.98 1.09-2.67 1.61c-1.1.82-22.8 20.96-25.82 23.9c-3.02 2.93-13.31 7.08-20.05-1.1c-5.77-7-2.45-16.08 0-18.95C14 77.28 35.72 53.6 37.09 49.39c1.13-3.46-.03-32.96-.33-42.19c-.06-1.74-.25-3.38 3.09-3.18"/><path fill="#5fb2de" d="M71.98 63.87c.46-6.42-3.52-11.24-4.3-15.25c-3.14 2.47-9.37 6.33-13.35 8.34c-1.36.69-1.79 2.39-1.26 3.83c1.36 3.72 4.16 10.02 6.52 14.16c0 0 1.55-.97 4.11-1.87c2.56-.91 7.86-3.3 8.28-9.21M9.71 83.32c-1.7 4.09-2.5 10.52 1.84 15.78c5.27 6.39 12.7 5.26 17.14 3.06c0 0-.31-5.37-5.81-11.87c-5.49-6.51-13.17-6.97-13.17-6.97"/><path fill="#f44336" d="M50.37 18.81c-6.26 0-10.89-.59-13.22-.96l-.2-5.12c.13.03 12.4 2.76 30.25-.33l.05 5.03c-6.38 1.03-12.1 1.38-16.88 1.38m0 9.23c-6.05 0-10.59-.55-12.99-.93l-.14-5.01c2.95.52 14.61 2.21 30.05-.47l.05 5.02c-6.41 1.04-12.17 1.39-16.97 1.39"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23c9e3e6%22%20d%3D%22M85.49%2024.13c17.85%201.07%2020.95.08%2024.19%200c3.25-.08%203.1%201.39%203.1%203.1l.44%2040.38c0%20.66.13%201.41.34%202.22l-7.83%2024.98c-1.31.65-1.98%201.09-2.67%201.61c-1.1.82-22.8%2020.96-25.82%2023.9c-3.02%202.93-13.31%207.08-20.05-1.1c-5.77-7-2.45-16.08%200-18.95S81.35%2073.71%2082.73%2069.5c1.13-3.46-.03-32.96-.33-42.19c-.06-1.74-.25-3.38%203.09-3.18%22%2F%3E%3Cpath%20fill%3D%22%235fb2de%22%20d%3D%22M117.62%2083.98c.46-6.42-3.52-11.24-4.3-15.25c-3.14%202.47-9.37%206.33-13.35%208.34c-1.36.69-1.79%202.39-1.26%203.83c1.36%203.72%204.16%2010.02%206.52%2014.16c0%200%201.55-.97%204.11-1.87c2.56-.91%207.86-3.3%208.28-9.21m-62.27%2019.45c-1.7%204.09-2.5%2010.52%201.84%2015.78c5.27%206.39%2012.7%205.26%2017.14%203.06c0%200-.31-5.37-5.81-11.87c-5.5-6.51-13.17-6.97-13.17-6.97%22%2F%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M96%2038.92c-6.26%200-10.89-.59-13.22-.96l-.2-5.12c.13.03%2012.4%202.76%2030.25-.33l.05%205.03c-6.37%201.03-12.1%201.38-16.88%201.38m0%209.23c-6.05%200-10.59-.55-12.99-.93l-.14-5.01c2.95.52%2014.61%202.21%2030.05-.47l.05%205.02c-6.4%201.04-12.16%201.39-16.97%201.39%22%2F%3E%3Cpath%20fill%3D%22%23c9e3e6%22%20d%3D%22M39.85%204.02c17.85%201.07%2020.95.08%2024.19%200c3.25-.08%203.1%201.39%203.1%203.1l.44%2040.38c0%20.66.13%201.41.34%202.22L60.09%2074.7c-1.31.65-1.98%201.09-2.67%201.61c-1.1.82-22.8%2020.96-25.82%2023.9c-3.02%202.93-13.31%207.08-20.05-1.1c-5.77-7-2.45-16.08%200-18.95C14%2077.28%2035.72%2053.6%2037.09%2049.39c1.13-3.46-.03-32.96-.33-42.19c-.06-1.74-.25-3.38%203.09-3.18%22%2F%3E%3Cpath%20fill%3D%22%235fb2de%22%20d%3D%22M71.98%2063.87c.46-6.42-3.52-11.24-4.3-15.25c-3.14%202.47-9.37%206.33-13.35%208.34c-1.36.69-1.79%202.39-1.26%203.83c1.36%203.72%204.16%2010.02%206.52%2014.16c0%200%201.55-.97%204.11-1.87c2.56-.91%207.86-3.3%208.28-9.21M9.71%2083.32c-1.7%204.09-2.5%2010.52%201.84%2015.78c5.27%206.39%2012.7%205.26%2017.14%203.06c0%200-.31-5.37-5.81-11.87c-5.49-6.51-13.17-6.97-13.17-6.97%22%2F%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M50.37%2018.81c-6.26%200-10.89-.59-13.22-.96l-.2-5.12c.13.03%2012.4%202.76%2030.25-.33l.05%205.03c-6.38%201.03-12.1%201.38-16.88%201.38m0%209.23c-6.05%200-10.59-.55-12.99-.93l-.14-5.01c2.95.52%2014.61%202.21%2030.05-.47l.05%205.02c-6.41%201.04-12.17%201.39-16.97%201.39%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23c9e3e6%22%20d%3D%22M85.49%2024.13c17.85%201.07%2020.95.08%2024.19%200c3.25-.08%203.1%201.39%203.1%203.1l.44%2040.38c0%20.66.13%201.41.34%202.22l-7.83%2024.98c-1.31.65-1.98%201.09-2.67%201.61c-1.1.82-22.8%2020.96-25.82%2023.9c-3.02%202.93-13.31%207.08-20.05-1.1c-5.77-7-2.45-16.08%200-18.95S81.35%2073.71%2082.73%2069.5c1.13-3.46-.03-32.96-.33-42.19c-.06-1.74-.25-3.38%203.09-3.18%22%2F%3E%3Cpath%20fill%3D%22%235fb2de%22%20d%3D%22M117.62%2083.98c.46-6.42-3.52-11.24-4.3-15.25c-3.14%202.47-9.37%206.33-13.35%208.34c-1.36.69-1.79%202.39-1.26%203.83c1.36%203.72%204.16%2010.02%206.52%2014.16c0%200%201.55-.97%204.11-1.87c2.56-.91%207.86-3.3%208.28-9.21m-62.27%2019.45c-1.7%204.09-2.5%2010.52%201.84%2015.78c5.27%206.39%2012.7%205.26%2017.14%203.06c0%200-.31-5.37-5.81-11.87c-5.5-6.51-13.17-6.97-13.17-6.97%22%2F%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M96%2038.92c-6.26%200-10.89-.59-13.22-.96l-.2-5.12c.13.03%2012.4%202.76%2030.25-.33l.05%205.03c-6.37%201.03-12.1%201.38-16.88%201.38m0%209.23c-6.05%200-10.59-.55-12.99-.93l-.14-5.01c2.95.52%2014.61%202.21%2030.05-.47l.05%205.02c-6.4%201.04-12.16%201.39-16.97%201.39%22%2F%3E%3Cpath%20fill%3D%22%23c9e3e6%22%20d%3D%22M39.85%204.02c17.85%201.07%2020.95.08%2024.19%200c3.25-.08%203.1%201.39%203.1%203.1l.44%2040.38c0%20.66.13%201.41.34%202.22L60.09%2074.7c-1.31.65-1.98%201.09-2.67%201.61c-1.1.82-22.8%2020.96-25.82%2023.9c-3.02%202.93-13.31%207.08-20.05-1.1c-5.77-7-2.45-16.08%200-18.95C14%2077.28%2035.72%2053.6%2037.09%2049.39c1.13-3.46-.03-32.96-.33-42.19c-.06-1.74-.25-3.38%203.09-3.18%22%2F%3E%3Cpath%20fill%3D%22%235fb2de%22%20d%3D%22M71.98%2063.87c.46-6.42-3.52-11.24-4.3-15.25c-3.14%202.47-9.37%206.33-13.35%208.34c-1.36.69-1.79%202.39-1.26%203.83c1.36%203.72%204.16%2010.02%206.52%2014.16c0%200%201.55-.97%204.11-1.87c2.56-.91%207.86-3.3%208.28-9.21M9.71%2083.32c-1.7%204.09-2.5%2010.52%201.84%2015.78c5.27%206.39%2012.7%205.26%2017.14%203.06c0%200-.31-5.37-5.81-11.87c-5.49-6.51-13.17-6.97-13.17-6.97%22%2F%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M50.37%2018.81c-6.26%200-10.89-.59-13.22-.96l-.2-5.12c.13.03%2012.4%202.76%2030.25-.33l.05%205.03c-6.38%201.03-12.1%201.38-16.88%201.38m0%209.23c-6.05%200-10.59-.55-12.99-.93l-.14-5.01c2.95.52%2014.61%202.21%2030.05-.47l.05%205.02c-6.41%201.04-12.17%201.39-16.97%201.39%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/socks.svg?color=%231a73e8&size=48