Pulsar Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pulsar Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/331708.svg" alt="Pulsar Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331708.svg" alt="Pulsar Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331708.svg" alt="Pulsar Plus icon" :width="24" :height="24" />
CSS background
.icon-pulsar-plus {
background-image: url('https://proicons.com/icon/331708.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="M15.744,39.659c6.192,3.361,14.343,2.48,19.664-2.14,5.367-4.423,7.638-12.16,5.477-18.779-.693-2.113-1.81-4.502-3.315-5.921l-3.15,3.15c3.723,4.665,3.617,11.867-.272,16.406-3.678,4.63-10.618,6.14-15.89,3.475-1.087-.2-2.147-2.17-2.963-.755l-7.407,7.405,7.856-2.841ZM40.089,5.5l-8.07,8.069c-4.666-3.724-11.868-3.617-16.406.271-4.63,3.678-6.14,10.618-3.475,15.891.201,1.087,2.17,2.148.755,2.963l-2.552,2.552c-4.821-5.64-5.379-14.372-1.376-20.603,3.547-5.834,10.674-9.192,17.431-8.174,2.034.278,4.019.915,5.835,1.872l7.858-2.841ZM19.71,20.223c-.659-2.084,1.64-2.68,2.907-1.365,2.407,1.437,4.916,2.721,7.248,4.271,1.302,1.333-.707,2.284-1.744,2.854-2.216,1.247-4.384,2.588-6.634,3.77-1.83.804-1.946-1.45-1.777-2.701v-6.829Z"/></svg>
Copied!