Promplus Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Promplus Alt 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/346208.svg" alt="Promplus Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346208.svg" alt="Promplus Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346208.svg" alt="Promplus Alt icon" :width="24" :height="24" />
CSS background
.icon-promplus-alt {
background-image: url('https://proicons.com/icon/346208.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="f" cx="33.7968" cy="9.6" r="4.1"/><path class="f" d="M41.7968,27.8c0-1-1-1.2-1.6-1-1.3.4-1,2.8-1.8,3.6-1,1-3,.9-4.6.9s-3.6.2-4.6-.9c-.8-.8-.5-3.3-1.8-3.6-.6-.2-1.7,0-1.6,1,.3,6.1,4.7,5.7,8,5.7s7.8.4,8-5.7M30.5968,15.1h2.1v2.1h-2.1v-2.1ZM34.7968,15.1h2.1v2.1h-2.1v-2.1ZM40.9968,26c.3-2.1.8-5.8,1-7.8.1-.7-1-2.2-2.5-2.2h-2.2M26.5968,26c-.3-2.1-.8-5.8-1-7.8-.2-.7,1-2.2,2.5-2.2h2.2"/><path class="f" d="M32.1968,25.9v2.7h3.3v-2.7h2.7v-3.3h-2.7v-2.7h-3.3v2.7h-2.7v3.3h2.7ZM8.3968,31.8c-1.5-.8-2.4-2.3-2.4-3.9,0-2.4,2-4.4,4.4-4.4h0c2.4,0,4.4,2,4.4,4.4h0c0,1.6-.9,3.2-2.4,3.9"/><circle class="f" cx="10.3968" cy="27.9" r="2"/><path class="f" d="M33.2968,33.5c-1.2,5.2-5.8,9-11.3,9-6.4,0-11.6-5.3-11.6-11.8v-.8"/></svg>
Copied!