Impulse Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Impulse 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/327376.svg" alt="Impulse icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327376.svg" alt="Impulse icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327376.svg" alt="Impulse icon" :width="24" :height="24" />
CSS background
.icon-impulse {
background-image: url('https://proicons.com/icon/327376.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>.h{fill:#000;}.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="i" d="M42.73200059,28.55399948v-14.1260004c.00497818-2.32953167-1.87944794-4.22202492-4.20897675-4.22700214-.00634384-.00001431-.01268387-.00001335-.0190239.00000191h-.90599823c-2.33395004-.00552273-4.23046494,1.88203907-4.23598862,4.21598721-.00000763.00367069-.00001144.00734234-.00001144.01101303v19.1429987c.00553131,2.32952881-1.87844467,4.22246933-4.20797539,4.22800064-.00667572.00001526-.01334953.00001526-.02002525,0h-.90600014c-2.32953072.0055275-4.22246933-1.87844849-4.22799873-4.20797729-.00001526-.00667572-.00001526-.01334763,0-.02002335V14.42799908c.00387001-2.33063793-1.88234711-4.22313118-4.21298599-4.22700214-.00500488-.00000858-.01000977-.00000763-.01501465.00000191h-.90600014c-2.333395-.00607586-4.22991085,1.88058949-4.23598671,4.21398449-.00001049.00433922-.00001526.00867748-.00001335.01301575v19.1429987c.0055294,2.32952881-1.87844467,4.22246933-4.20797539,4.22800064-.00667477.00001526-.01335049.00001526-.02002525,0h-.90600014c-2.33008528.00442505-4.22257853-1.88089752-4.22700214-4.21098328-.00001097-.00567245-.00001049-.01134491.00000191-.01701736v-14.12599945"/><path id="f" class="h" d="M5.26800227,9.45099884c.41599989,0,.75.33399963.75.75,0,.41499996-.33400011.75-.75.75-.4131074.00110626-.74889374-.3328867-.75-.74599457-.00000381-.00133514-.00000381-.00267029,0-.00400543,0-.41600037.33500004-.75.75-.75Z"/><path id="g" class="h" d="M42.73200059,37.04899842c.41421509,0,.75.33578491.75.75s-.33578491.75-.75.75c-.41310883.00110626-.74889374-.33288574-.75-.74599457-.00000381-.00133514-.00000381-.00267029,0-.00400543,0-.41500092.33399963-.75.75-.75Z"/></svg>
Copied!