underwear-outline from Material Design Icons by Pictogrammers · Outline · Clothing · Apache-2.0 Free for personal and commercial use.

Name
underwear-outline
Set
Material Design Icons
Style
Outline
Category
Clothing
Viewbox
24×24
License
Apache 2.0
Aliases
briefs-outline

More clothing icons from Material Design Icons

Use the underwear icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 4c-.55 0-1 .45-1 1v5c0 5.5 4.5 10 10 10s10-4.5 10-10V5c0-.55-.45-1-1-1zm17 2v2H4V6zM4 10h16c0 .34 0 .67-.06 1A6.996 6.996 0 0 0 13 17.94c-.33.06-.66.06-1 .06s-.67 0-1-.06A6.996 6.996 0 0 0 4.06 11C4 10.67 4 10.34 4 10m11.04 7.4a4.99 4.99 0 0 1 4.37-4.36a8.18 8.18 0 0 1-4.38 4.37M4.6 13.04c2.28.27 4.1 2.08 4.37 4.37a8.12 8.12 0 0 1-4.37-4.38Z"/></svg>

React

import type { SVGProps } from "react";

export function MdiUnderwearOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 4c-.55 0-1 .45-1 1v5c0 5.5 4.5 10 10 10s10-4.5 10-10V5c0-.55-.45-1-1-1zm17 2v2H4V6zM4 10h16c0 .34 0 .67-.06 1A6.996 6.996 0 0 0 13 17.94c-.33.06-.66.06-1 .06s-.67 0-1-.06A6.996 6.996 0 0 0 4.06 11C4 10.67 4 10.34 4 10m11.04 7.4a4.99 4.99 0 0 1 4.37-4.36a8.18 8.18 0 0 1-4.38 4.37M4.6 13.04c2.28.27 4.1 2.08 4.37 4.37a8.12 8.12 0 0 1-4.37-4.38Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 4c-.55 0-1 .45-1 1v5c0 5.5 4.5 10 10 10s10-4.5 10-10V5c0-.55-.45-1-1-1zm17 2v2H4V6zM4 10h16c0 .34 0 .67-.06 1A6.996 6.996 0 0 0 13 17.94c-.33.06-.66.06-1 .06s-.67 0-1-.06A6.996 6.996 0 0 0 4.06 11C4 10.67 4 10.34 4 10m11.04 7.4a4.99 4.99 0 0 1 4.37-4.36a8.18 8.18 0 0 1-4.38 4.37M4.6 13.04c2.28.27 4.1 2.08 4.37 4.37a8.12 8.12 0 0 1-4.37-4.38Z"/></svg>
</template>

CSS

.icon-underwear-outline {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%204c-.55%200-1%20.45-1%201v5c0%205.5%204.5%2010%2010%2010s10-4.5%2010-10V5c0-.55-.45-1-1-1zm17%202v2H4V6zM4%2010h16c0%20.34%200%20.67-.06%201A6.996%206.996%200%200%200%2013%2017.94c-.33.06-.66.06-1%20.06s-.67%200-1-.06A6.996%206.996%200%200%200%204.06%2011C4%2010.67%204%2010.34%204%2010m11.04%207.4a4.99%204.99%200%200%201%204.37-4.36a8.18%208.18%200%200%201-4.38%204.37M4.6%2013.04c2.28.27%204.1%202.08%204.37%204.37a8.12%208.12%200%200%201-4.37-4.38Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%204c-.55%200-1%20.45-1%201v5c0%205.5%204.5%2010%2010%2010s10-4.5%2010-10V5c0-.55-.45-1-1-1zm17%202v2H4V6zM4%2010h16c0%20.34%200%20.67-.06%201A6.996%206.996%200%200%200%2013%2017.94c-.33.06-.66.06-1%20.06s-.67%200-1-.06A6.996%206.996%200%200%200%204.06%2011C4%2010.67%204%2010.34%204%2010m11.04%207.4a4.99%204.99%200%200%201%204.37-4.36a8.18%208.18%200%200%201-4.38%204.37M4.6%2013.04c2.28.27%204.1%202.08%204.37%204.37a8.12%208.12%200%200%201-4.37-4.38Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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