Proton Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Proton 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/346215.svg" alt="Proton icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346215.svg" alt="Proton icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346215.svg" alt="Proton icon" :width="24" :height="24" />
CSS background
.icon-proton {
background-image: url('https://proicons.com/icon/346215.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="M8.59,33.344V43.5h7.12V33.7835a3.5624,3.5624,0,0,1,3.56-3.5645H26.57A12.86,12.86,0,0,0,26.5681,4.5H8.59V17.195h7.12V11.21H26.0882a6.0838,6.0838,0,0,1,0,12.1676H18.5429A9.9581,9.9581,0,0,0,8.59,33.344Z"/><path class="a" d="M19.2676,30.219A10.6856,10.6856,0,0,0,8.59,40.91V43.5"/></svg>
Proton in other icon packs
Copied!