underpants 02 icon
underpants-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- underpants-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the underpants 02 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m21.936 12.812l-.961-4.626c-.318-1.526-.476-2.289-1.027-2.737C19.396 5 18.617 5 17.058 5H6.942c-1.559 0-2.338 0-2.89.449c-.55.448-.71 1.211-1.027 2.737l-.96 4.626c-.196.938.018 1.947 1.145 2.16c.667.126 1.377-.015 2.053.065c1.509.177 2.861.982 3.7 2.201C9.7 18.591 10.406 19 12 19s2.3-.41 3.036-1.762c.84-1.22 2.192-2.024 3.701-2.201c.677-.08 1.386.061 2.053-.065c1.127-.213 1.34-1.222 1.146-2.16M16 16l-2.109-8M8 16l2.109-8M3.5 8h17"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsUnderpants02(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m21.936 12.812l-.961-4.626c-.318-1.526-.476-2.289-1.027-2.737C19.396 5 18.617 5 17.058 5H6.942c-1.559 0-2.338 0-2.89.449c-.55.448-.71 1.211-1.027 2.737l-.96 4.626c-.196.938.018 1.947 1.145 2.16c.667.126 1.377-.015 2.053.065c1.509.177 2.861.982 3.7 2.201C9.7 18.591 10.406 19 12 19s2.3-.41 3.036-1.762c.84-1.22 2.192-2.024 3.701-2.201c.677-.08 1.386.061 2.053-.065c1.127-.213 1.34-1.222 1.146-2.16M16 16l-2.109-8M8 16l2.109-8M3.5 8h17"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m21.936 12.812l-.961-4.626c-.318-1.526-.476-2.289-1.027-2.737C19.396 5 18.617 5 17.058 5H6.942c-1.559 0-2.338 0-2.89.449c-.55.448-.71 1.211-1.027 2.737l-.96 4.626c-.196.938.018 1.947 1.145 2.16c.667.126 1.377-.015 2.053.065c1.509.177 2.861.982 3.7 2.201C9.7 18.591 10.406 19 12 19s2.3-.41 3.036-1.762c.84-1.22 2.192-2.024 3.701-2.201c.677-.08 1.386.061 2.053-.065c1.127-.213 1.34-1.222 1.146-2.16M16 16l-2.109-8M8 16l2.109-8M3.5 8h17"/></svg> </template>
CSS
.icon-underpants-02 {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m21.936%2012.812l-.961-4.626c-.318-1.526-.476-2.289-1.027-2.737C19.396%205%2018.617%205%2017.058%205H6.942c-1.559%200-2.338%200-2.89.449c-.55.448-.71%201.211-1.027%202.737l-.96%204.626c-.196.938.018%201.947%201.145%202.16c.667.126%201.377-.015%202.053.065c1.509.177%202.861.982%203.7%202.201C9.7%2018.591%2010.406%2019%2012%2019s2.3-.41%203.036-1.762c.84-1.22%202.192-2.024%203.701-2.201c.677-.08%201.386.061%202.053-.065c1.127-.213%201.34-1.222%201.146-2.16M16%2016l-2.109-8M8%2016l2.109-8M3.5%208h17%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m21.936%2012.812l-.961-4.626c-.318-1.526-.476-2.289-1.027-2.737C19.396%205%2018.617%205%2017.058%205H6.942c-1.559%200-2.338%200-2.89.449c-.55.448-.71%201.211-1.027%202.737l-.96%204.626c-.196.938.018%201.947%201.145%202.16c.667.126%201.377-.015%202.053.065c1.509.177%202.861.982%203.7%202.201C9.7%2018.591%2010.406%2019%2012%2019s2.3-.41%203.036-1.762c.84-1.22%202.192-2.024%203.701-2.201c.677-.08%201.386.061%202.053-.065c1.127-.213%201.34-1.222%201.146-2.16M16%2016l-2.109-8M8%2016l2.109-8M3.5%208h17%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/underpants-02.svg?color=%231a73e8&size=48