Pexels Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Pexels 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/315553.svg" alt="Pexels icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315553.svg" alt="Pexels icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315553.svg" alt="Pexels icon" :width="24" :height="24" />
CSS background
.icon-pexels {
background-image: url('https://proicons.com/icon/315553.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Pexels</title><path d="M1.5 0A1.5 1.5 0 000 1.5v21A1.5 1.5 0 001.5 24h21a1.5 1.5 0 001.5-1.5v-21A1.5 1.5 0 0022.5 0h-21zm6.75 6.75h5.2715a3.843 3.843 0 01.627 7.6348V17.25H8.25V6.75zm1.5 1.5v7.5h2.8984v-2.8145h.873a2.343 2.343 0 100-4.6855H9.75Z"/></svg>
Copied!