Writeilypro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Writeilypro 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/349848.svg" alt="Writeilypro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349848.svg" alt="Writeilypro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349848.svg" alt="Writeilypro icon" :width="24" :height="24" />
CSS background
.icon-writeilypro {
background-image: url('https://proicons.com/icon/349848.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M37.31,15.93,12.24,41,5.5,42.5,7,35.76l.51-.51,28-28,.51-.51,1.76,1.76L38.33,8,40.79,5.5h0L42.5,7.21,40,9.68l-.52.51L41.28,12l-3,3,1.41,1.42,1.45,1.44-4.88,4.88m1.53-6.23"/><line class="a" x1="37.81" y1="8.48" x2="39.52" y2="10.19"/><line class="a" x1="38.31" y1="14.93" x2="37.31" y2="15.93"/><line class="a" x1="7" y1="35.76" x2="12.24" y2="41"/></svg>
Copied!