Poet Assistant Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Poet Assistant 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/346003.svg" alt="Poet Assistant icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346003.svg" alt="Poet Assistant icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346003.svg" alt="Poet Assistant icon" :width="24" :height="24" />
CSS background
.icon-poet-assistant {
background-image: url('https://proicons.com/icon/346003.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b,.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{stroke-width:1px;}</style></defs><path class="c" d="M15.0629,4.5h-3c-2.2091,0-4,1.7909-4,4v30.9998c0,2.2092,1.791,4.0001,4.0002,4h2.9998"/><path class="b" d="M15.0629,4.5v38.9999h20c2.2091.0001,4-1.7907,4-3.9999V8.5c0-2.2091-1.7909-4-4-4H15.0629Z"/><path class="b" d="M19.7655,29.5v-10.9999h3.6012c2.0359,0,3.6863,1.654,3.6863,3.6942s-1.6504,3.6942-3.6863,3.6942h-3.6012"/><line class="b" x1="34.315" y1="25.8562" x2="29.4415" y2="25.8562"/><polyline class="b" points="28.2345 29.5 31.8783 18.5 35.522 29.5"/></svg>
Copied!