Reaction Training Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Reaction Training 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/346521.svg" alt="Reaction Training icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346521.svg" alt="Reaction Training icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346521.svg" alt="Reaction Training icon" :width="24" :height="24" />
CSS background
.icon-reaction-training {
background-image: url('https://proicons.com/icon/346521.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M30.42,11.45,16.52,28.64h0a4.7,4.7,0,0,0-1.19,3.08,4.8,4.8,0,0,0,9.33,1.64h0Z"/><path class="a" d="M26.83,15.89a20.38,20.38,0,0,0-2.83-.2A19.5,19.5,0,0,0,4.5,35.19,15.65,15.65,0,0,1,20.16,19.54a15.45,15.45,0,0,1,3.42.37"/><path class="a" d="M27.78,21.51a15.66,15.66,0,0,1,8,13.68H43.5A19.51,19.51,0,0,0,29.13,16.37"/><line class="a" x1="22.88" y1="15.72" x2="22.88" y2="19.77"/><line class="a" x1="29.54" y1="22.66" x2="32.41" y2="17.59"/><line class="a" x1="34" y1="27.87" x2="40.14" y2="24.25"/><line class="a" x1="14.95" y1="20.42" x2="13.87" y2="18.53"/><circle class="a" cx="20.17" cy="31.84" r="1.74"/></svg>
Copied!