Presently Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Presently 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/331575.svg" alt="Presently icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331575.svg" alt="Presently icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331575.svg" alt="Presently icon" :width="24" :height="24" />
CSS background
.icon-presently {
background-image: url('https://proicons.com/icon/331575.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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M26.3683,29.8936c2.6215-.4292,9.5566.868,6.8298-10.4112-2.7268-11.2792-12.1109-7.5478-14.8437-13.9824-6.3723,11.4081-7.1021,15.2708-4.6298,21.9646,1.6034,4.3413,8.9149,7.3916,12.6436,2.4289Z"/><path class="b" d="M26.3683,29.8936c1.9033,7.0115,6.1807,10.3713,9.2225,12.6064"/></svg>
Copied!