Pulsar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pulsar 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/331707.svg" alt="Pulsar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331707.svg" alt="Pulsar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331707.svg" alt="Pulsar icon" :width="24" :height="24" />
CSS background
.icon-pulsar {
background-image: url('https://proicons.com/icon/331707.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m31.9613,23.9981l-13.4631,7.1747v-14.3495l13.4631,7.1747Z"/><path class="c" d="m6.9769,33.8286c-4.4487-7.7051-3.1674-17.4375,3.1239-23.7286,6.2911-6.2913,16.0236-7.5725,23.7286-3.1239"/><path class="c" d="m41.0231,14.1714c4.4487,7.7051,3.1674,17.4375-3.1239,23.7286-6.2911,6.2913-16.0236,7.5725-23.7286,3.1239"/><path class="c" d="m33.8286,6.9769l8.6-4.4769"/><path class="c" d="m5.5714,45.5l8.5991-4.4761"/></svg>
Copied!