Emoji Chair Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Chair 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/325170.svg" alt="Emoji Chair icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325170.svg" alt="Emoji Chair icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325170.svg" alt="Emoji Chair icon" :width="24" :height="24" />
CSS background
.icon-emoji-chair {
background-image: url('https://proicons.com/icon/325170.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="f" d="m12.5516,6.1886c-.1006.0782-.1395.2123-.0962.3322,2.5354,7.0181,6.2442,19.5846,3.1021,30.9044l-1.0901,4.3639c-.0768.3072.1098.6185.4168.6953.0455.0114.0921.0171.139.0171h.7351c.2627.0012.5008-.1549.6044-.3965.7891-1.8428,3.4143-9.609,3.6228-12.6429.0077-.1594.1386-.285.298-.286h11.4996c.149,0,.2754.1097.2964.2573l1.152,12.5097c.0458.3204.3201.5584.6435.5584h.7455c.3274,0,.5929-.2657.5929-.5934v-12.6591c.0005-.0468.0114-.0929.0321-.1349.1395-.2919.6542-1.6327-.0321-4.3799-.6341-2.5382-1.1096-2.5572-1.9022-2.5382-3.0019.0715-11.4042.5293-13.038.6192-.1572.0083-.2933-.1083-.3092-.265-.2325-2.0061-1.717-14.1608-3.7725-16.2178-.9545-1.0453-2.575-1.1183-3.6195-.163-.0069.0063-.0137.0126-.0205.0189"/><path id="d" class="f" d="m20.3131,29.1762h-3.4873"/><path id="e" class="f" d="m35.2229,29.1762h-4.1308"/></svg>
Copied!