stool icon
stool-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- stool-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the stool icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M196 64V40a12 12 0 0 0-12-12H72a12 12 0 0 0-12 12v24a12 12 0 0 0 12 12h11.32L60.05 223.38a4 4 0 0 0 3.33 4.62a4.5 4.5 0 0 0 .62 0a4 4 0 0 0 4-3.38L76.26 172h103.48l8.31 52.62A4 4 0 0 0 192 228a4.5 4.5 0 0 0 .63-.05a4 4 0 0 0 3.33-4.57L172.68 76H184a12 12 0 0 0 12-12M68 64V40a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v24a4 4 0 0 1-4 4H72a4 4 0 0 1-4-4m110.48 100h-101l13.9-88h73.16Z"/></svg>
React
import type { SVGProps } from "react";
export function PhStoolThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M196 64V40a12 12 0 0 0-12-12H72a12 12 0 0 0-12 12v24a12 12 0 0 0 12 12h11.32L60.05 223.38a4 4 0 0 0 3.33 4.62a4.5 4.5 0 0 0 .62 0a4 4 0 0 0 4-3.38L76.26 172h103.48l8.31 52.62A4 4 0 0 0 192 228a4.5 4.5 0 0 0 .63-.05a4 4 0 0 0 3.33-4.57L172.68 76H184a12 12 0 0 0 12-12M68 64V40a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v24a4 4 0 0 1-4 4H72a4 4 0 0 1-4-4m110.48 100h-101l13.9-88h73.16Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M196 64V40a12 12 0 0 0-12-12H72a12 12 0 0 0-12 12v24a12 12 0 0 0 12 12h11.32L60.05 223.38a4 4 0 0 0 3.33 4.62a4.5 4.5 0 0 0 .62 0a4 4 0 0 0 4-3.38L76.26 172h103.48l8.31 52.62A4 4 0 0 0 192 228a4.5 4.5 0 0 0 .63-.05a4 4 0 0 0 3.33-4.57L172.68 76H184a12 12 0 0 0 12-12M68 64V40a4 4 0 0 1 4-4h112a4 4 0 0 1 4 4v24a4 4 0 0 1-4 4H72a4 4 0 0 1-4-4m110.48 100h-101l13.9-88h73.16Z"/></svg> </template>
CSS
.icon-stool-thin {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M196%2064V40a12%2012%200%200%200-12-12H72a12%2012%200%200%200-12%2012v24a12%2012%200%200%200%2012%2012h11.32L60.05%20223.38a4%204%200%200%200%203.33%204.62a4.5%204.5%200%200%200%20.62%200a4%204%200%200%200%204-3.38L76.26%20172h103.48l8.31%2052.62A4%204%200%200%200%20192%20228a4.5%204.5%200%200%200%20.63-.05a4%204%200%200%200%203.33-4.57L172.68%2076H184a12%2012%200%200%200%2012-12M68%2064V40a4%204%200%200%201%204-4h112a4%204%200%200%201%204%204v24a4%204%200%200%201-4%204H72a4%204%200%200%201-4-4m110.48%20100h-101l13.9-88h73.16Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M196%2064V40a12%2012%200%200%200-12-12H72a12%2012%200%200%200-12%2012v24a12%2012%200%200%200%2012%2012h11.32L60.05%20223.38a4%204%200%200%200%203.33%204.62a4.5%204.5%200%200%200%20.62%200a4%204%200%200%200%204-3.38L76.26%20172h103.48l8.31%2052.62A4%204%200%200%200%20192%20228a4.5%204.5%200%200%200%20.63-.05a4%204%200%200%200%203.33-4.57L172.68%2076H184a12%2012%200%200%200%2012-12M68%2064V40a4%204%200%200%201%204-4h112a4%204%200%200%201%204%204v24a4%204%200%200%201-4%204H72a4%204%200%200%201-4-4m110.48%20100h-101l13.9-88h73.16Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/stool-thin.svg?color=%231a73e8&size=48