Pretend Youre Xyzzy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pretend Youre Xyzzy 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/331578.svg" alt="Pretend Youre Xyzzy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331578.svg" alt="Pretend Youre Xyzzy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331578.svg" alt="Pretend Youre Xyzzy icon" :width="24" :height="24" />
CSS background
.icon-pretend-youre-xyzzy {
background-image: url('https://proicons.com/icon/331578.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m39.5462,13.9696l-20.3769-7.4165c-.8336-.3034-1.7553.1264-2.0587.96h0s-9.6139,26.4144-9.6139,26.4144c-.3034.8336.1264,1.7553.96,2.0587,0,0,0,0,0,0l20.3769,7.4165c.8336.3034,1.7553-.1264,2.0587-.96,0,0,0,0,0,0l9.6139-26.4144c.3034-.8336-.1264-1.7553-.96-2.0587,0,0,0,0,0,0Zm-3.1938-1.1629l.4683-2.6558c.154-.8736-.4293-1.7067-1.3029-1.8607h0s-21.3551-3.7654-21.3551-3.7654c-.8736-.154-1.7067.4293-1.8607,1.3029h0s-4.8811,27.6826-4.8811,27.6826c-.0399.2265-.0308.4589.0269.6816M12.1854,6.4823h-3.1827c-.8871,0-1.6062.7191-1.6062,1.6062v28.1095c0,.8871.7191,1.6062,1.6062,1.6062h4.4486M32.2485,7.7123c-.1738-.7217-.8194-1.2303-1.5616-1.2302h-5.4242"/></svg>
Copied!