pants icon
pants-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- pants-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the pants icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M202.05 104H200a40 40 0 0 1-40-40H96a40 40 0 0 1-40 40h-2l8.06-65A8 8 0 0 1 70 32h116a8 8 0 0 1 7.94 7Z" opacity=".2"/><path d="m223.88 214l-22-176A16 16 0 0 0 186 24H70a16 16 0 0 0-15.88 14l-22 176A16 16 0 0 0 48 232h40.69a16 16 0 0 0 15.51-12.06l23.8-92l23.79 91.94A16 16 0 0 0 167.31 232H208a16 16 0 0 0 15.88-18M192.9 95.2A32.13 32.13 0 0 1 169 72h21ZM186 40l2 16H68l2-16ZM66 72h21a32.13 32.13 0 0 1-23.9 23.2Zm22.69 144H48l13-104.27A48.08 48.08 0 0 0 103.32 72H120v23Zm78.6-.06L136 95V72h16.68A48.08 48.08 0 0 0 195 111.73L208 216Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhPantsDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M202.05 104H200a40 40 0 0 1-40-40H96a40 40 0 0 1-40 40h-2l8.06-65A8 8 0 0 1 70 32h116a8 8 0 0 1 7.94 7Z" opacity=".2"/><path d="m223.88 214l-22-176A16 16 0 0 0 186 24H70a16 16 0 0 0-15.88 14l-22 176A16 16 0 0 0 48 232h40.69a16 16 0 0 0 15.51-12.06l23.8-92l23.79 91.94A16 16 0 0 0 167.31 232H208a16 16 0 0 0 15.88-18M192.9 95.2A32.13 32.13 0 0 1 169 72h21ZM186 40l2 16H68l2-16ZM66 72h21a32.13 32.13 0 0 1-23.9 23.2Zm22.69 144H48l13-104.27A48.08 48.08 0 0 0 103.32 72H120v23Zm78.6-.06L136 95V72h16.68A48.08 48.08 0 0 0 195 111.73L208 216Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M202.05 104H200a40 40 0 0 1-40-40H96a40 40 0 0 1-40 40h-2l8.06-65A8 8 0 0 1 70 32h116a8 8 0 0 1 7.94 7Z" opacity=".2"/><path d="m223.88 214l-22-176A16 16 0 0 0 186 24H70a16 16 0 0 0-15.88 14l-22 176A16 16 0 0 0 48 232h40.69a16 16 0 0 0 15.51-12.06l23.8-92l23.79 91.94A16 16 0 0 0 167.31 232H208a16 16 0 0 0 15.88-18M192.9 95.2A32.13 32.13 0 0 1 169 72h21ZM186 40l2 16H68l2-16ZM66 72h21a32.13 32.13 0 0 1-23.9 23.2Zm22.69 144H48l13-104.27A48.08 48.08 0 0 0 103.32 72H120v23Zm78.6-.06L136 95V72h16.68A48.08 48.08 0 0 0 195 111.73L208 216Z"/></g></svg> </template>
CSS
.icon-pants-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M202.05%20104H200a40%2040%200%200%201-40-40H96a40%2040%200%200%201-40%2040h-2l8.06-65A8%208%200%200%201%2070%2032h116a8%208%200%200%201%207.94%207Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m223.88%20214l-22-176A16%2016%200%200%200%20186%2024H70a16%2016%200%200%200-15.88%2014l-22%20176A16%2016%200%200%200%2048%20232h40.69a16%2016%200%200%200%2015.51-12.06l23.8-92l23.79%2091.94A16%2016%200%200%200%20167.31%20232H208a16%2016%200%200%200%2015.88-18M192.9%2095.2A32.13%2032.13%200%200%201%20169%2072h21ZM186%2040l2%2016H68l2-16ZM66%2072h21a32.13%2032.13%200%200%201-23.9%2023.2Zm22.69%20144H48l13-104.27A48.08%2048.08%200%200%200%20103.32%2072H120v23Zm78.6-.06L136%2095V72h16.68A48.08%2048.08%200%200%200%20195%20111.73L208%20216Z%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M202.05%20104H200a40%2040%200%200%201-40-40H96a40%2040%200%200%201-40%2040h-2l8.06-65A8%208%200%200%201%2070%2032h116a8%208%200%200%201%207.94%207Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m223.88%20214l-22-176A16%2016%200%200%200%20186%2024H70a16%2016%200%200%200-15.88%2014l-22%20176A16%2016%200%200%200%2048%20232h40.69a16%2016%200%200%200%2015.51-12.06l23.8-92l23.79%2091.94A16%2016%200%200%200%20167.31%20232H208a16%2016%200%200%200%2015.88-18M192.9%2095.2A32.13%2032.13%200%200%201%20169%2072h21ZM186%2040l2%2016H68l2-16ZM66%2072h21a32.13%2032.13%200%200%201-23.9%2023.2Zm22.69%20144H48l13-104.27A48.08%2048.08%200%200%200%20103.32%2072H120v23Zm78.6-.06L136%2095V72h16.68A48.08%2048.08%200%200%200%20195%20111.73L208%20216Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/pants-duotone.svg?color=%231a73e8&size=48