rug icon
rug-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- rug-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the rug icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 12a12 12 0 0 0-12 12v12h-24V24a12 12 0 0 0-24 0v12h-24V24a12 12 0 0 0-24 0v12H68V24a12 12 0 0 0-24 0v208a12 12 0 0 0 24 0v-12h24v12a12 12 0 0 0 24 0v-12h24v12a12 12 0 0 0 24 0v-12h24v12a12 12 0 0 0 24 0V24a12 12 0 0 0-12-12M68 60h120v136H68Zm60 120a12 12 0 0 0 10.29-5.83l24-40a12 12 0 0 0 0-12.34l-24-40a12 12 0 0 0-20.58 0l-24 40a12 12 0 0 0 0 12.34l24 40A12 12 0 0 0 128 180m0-68.68L138 128l-10 16.68L118 128Z"/></svg>
React
import type { SVGProps } from "react";
export function PhRugBold(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="M200 12a12 12 0 0 0-12 12v12h-24V24a12 12 0 0 0-24 0v12h-24V24a12 12 0 0 0-24 0v12H68V24a12 12 0 0 0-24 0v208a12 12 0 0 0 24 0v-12h24v12a12 12 0 0 0 24 0v-12h24v12a12 12 0 0 0 24 0v-12h24v12a12 12 0 0 0 24 0V24a12 12 0 0 0-12-12M68 60h120v136H68Zm60 120a12 12 0 0 0 10.29-5.83l24-40a12 12 0 0 0 0-12.34l-24-40a12 12 0 0 0-20.58 0l-24 40a12 12 0 0 0 0 12.34l24 40A12 12 0 0 0 128 180m0-68.68L138 128l-10 16.68L118 128Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 12a12 12 0 0 0-12 12v12h-24V24a12 12 0 0 0-24 0v12h-24V24a12 12 0 0 0-24 0v12H68V24a12 12 0 0 0-24 0v208a12 12 0 0 0 24 0v-12h24v12a12 12 0 0 0 24 0v-12h24v12a12 12 0 0 0 24 0v-12h24v12a12 12 0 0 0 24 0V24a12 12 0 0 0-12-12M68 60h120v136H68Zm60 120a12 12 0 0 0 10.29-5.83l24-40a12 12 0 0 0 0-12.34l-24-40a12 12 0 0 0-20.58 0l-24 40a12 12 0 0 0 0 12.34l24 40A12 12 0 0 0 128 180m0-68.68L138 128l-10 16.68L118 128Z"/></svg> </template>
CSS
.icon-rug-bold {
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%22M200%2012a12%2012%200%200%200-12%2012v12h-24V24a12%2012%200%200%200-24%200v12h-24V24a12%2012%200%200%200-24%200v12H68V24a12%2012%200%200%200-24%200v208a12%2012%200%200%200%2024%200v-12h24v12a12%2012%200%200%200%2024%200v-12h24v12a12%2012%200%200%200%2024%200v-12h24v12a12%2012%200%200%200%2024%200V24a12%2012%200%200%200-12-12M68%2060h120v136H68Zm60%20120a12%2012%200%200%200%2010.29-5.83l24-40a12%2012%200%200%200%200-12.34l-24-40a12%2012%200%200%200-20.58%200l-24%2040a12%2012%200%200%200%200%2012.34l24%2040A12%2012%200%200%200%20128%20180m0-68.68L138%20128l-10%2016.68L118%20128Z%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%22M200%2012a12%2012%200%200%200-12%2012v12h-24V24a12%2012%200%200%200-24%200v12h-24V24a12%2012%200%200%200-24%200v12H68V24a12%2012%200%200%200-24%200v208a12%2012%200%200%200%2024%200v-12h24v12a12%2012%200%200%200%2024%200v-12h24v12a12%2012%200%200%200%2024%200v-12h24v12a12%2012%200%200%200%2024%200V24a12%2012%200%200%200-12-12M68%2060h120v136H68Zm60%20120a12%2012%200%200%200%2010.29-5.83l24-40a12%2012%200%200%200%200-12.34l-24-40a12%2012%200%200%200-20.58%200l-24%2040a12%2012%200%200%200%200%2012.34l24%2040A12%2012%200%200%200%20128%20180m0-68.68L138%20128l-10%2016.68L118%20128Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/rug-bold.svg?color=%231a73e8&size=48