React Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The React 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/346520.svg" alt="React icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346520.svg" alt="React icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346520.svg" alt="React icon" :width="24" :height="24" />
CSS background
.icon-react {
background-image: url('https://proicons.com/icon/346520.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M11.4394,24.7597c21.7349,0,11.7325,18.3351,23.0272,18.3351,3.8768,0,5.2401-2.9343,5.2401-2.9343"/><path class="b" d="M11.4394,4.5V43.5"/><path class="b" d="M8.2933,4.5H24.3044c6.0533,0,10.9605,4.5353,10.9605,10.1299,0,0,0,0,0,0,0,5.5946-4.9072,10.1299-10.9605,10.1299H11.4597"/><line class="b" x1="8.2933" y1="43.5" x2="14.5856" y2="43.5"/></svg>
Copied!