Promplus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Promplus 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/331648.svg" alt="Promplus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331648.svg" alt="Promplus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331648.svg" alt="Promplus icon" :width="24" :height="24" />
CSS background
.icon-promplus {
background-image: url('https://proicons.com/icon/331648.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 class="f" d="M5.5258,24.3577c5.1246-5.2265,14.8459-8.1367,25.6632-5.7452M13.6703,33.5777c3.2414,3.5387,7.1586,8.6219,8.8518,11.7164,2.5569-4.8571,9.856-14.8527,17.9686-19.6432"/><path class="f" d="M15.2527,29.4542c3.2088,2.4505,5.9179,4.9104,8.0525,7.6225,4.0551-6.2299,12.3189-15.2884,19.169-19.4919"/><path class="f" d="M20.6052,20.0406c-.7477,0-1.351.601-1.351,1.3487v2.067h-2.0671c-.7477,0-1.3488.6032-1.3488,1.3509v1.0675c0,.7477.6011,1.3509,1.3488,1.3509h2.0671v2.067c0,.7477.6033,1.3487,1.351,1.3487h1.0676c.7477,0,1.3488-.601,1.3488-1.3487v-2.067h2.0693c.7477,0,1.3488-.6032,1.3488-1.3509v-1.0675c0-.7477-.6011-1.3509-1.3488-1.3509h-2.0693v-2.067c0-.7477-.6011-1.3487-1.3488-1.3487h-1.0676ZM28.4495,10.124c0,4.0969-3.3213,7.4181-7.4183,7.4181h0c-4.097,0-7.4183-3.3212-7.4183-7.4181s3.3213-7.4181,7.4183-7.4181c4.097,0,7.4183,3.3212,7.4183,7.4181h0"/></svg>
Copied!