Personal Stuff Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Personal Stuff icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/345701.svg" alt="Personal Stuff icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345701.svg" alt="Personal Stuff icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345701.svg" alt="Personal Stuff icon" :width="24" :height="24" />
CSS background
.icon-personal-stuff {
background-image: url('https://proicons.com/icon/345701.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.j{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="j" d="m10.0187,31.1142c-1.3278-.0342-2.2165.6417-2.2165,1.5014v6.0052c0,1.1786,1.2964,1.7459,2.4769,1.7776"/><rect class="j" x="17.5187" y="26.5843" width="2.4595" height="2.4595" transform="translate(25.1588 -5.1106) rotate(45)"/><polyline class="j" points="17.0094 27.8141 17.0094 18.353 20.4876 18.353 20.4876 27.8141"/><path id="d" class="j" d="m10.0187,21.1168v17.7428c0,2.2638,1.7806,4.6404,3.8193,4.6404h20.324c2.0387,0,3.8193-2.3766,3.8193-4.6404v-17.7428"/><path id="e" class="j" d="m37.7209,40.3984c1.1806-.0317,2.4769-.599,2.4769-1.7776v-6.0052c0-.8596-.8887-1.5356-2.2165-1.5014"/><path id="f" class="j" d="m16.9753,23.1982h-4.5695c-1.3725,0-2.387-.9797-2.387-2.0814v-8.9055c0-1.4332,1.0302-2.7979,2.4417-2.7979h23.0791c1.4115,0,2.4417,1.3647,2.4417,2.7979v8.9055c0,1.1017-1.0145,2.0814-2.387,2.0814h-4.5695"/><path id="g" class="j" d="m27.5124,23.1982h-7.0247"/><path id="h" class="j" d="m17.3163,9.4134c.1339-2.2134,2.9572-4.9134,6.6837-4.9134,3.7265,0,6.5498,2.7,6.6837,4.9134"/><path id="i" class="j" d="m33.5823,32.5131v4.0262c0,2.4334-1.8067,3.4803-3.717,3.4803h-11.7306c-1.9102,0-3.717-1.0469-3.717-3.4803v-4.0262h19.1646Z"/><rect class="j" x="28.0217" y="26.5843" width="2.4595" height="2.4595" transform="translate(69.6029 26.7976) rotate(135)"/><polyline class="j" points="30.9906 27.8141 30.9906 18.353 27.5124 18.353 27.5124 27.8141"/></svg>
Copied!