Grayjay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Grayjay 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/341319.svg" alt="Grayjay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341319.svg" alt="Grayjay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341319.svg" alt="Grayjay icon" :width="24" :height="24" />
CSS background
.icon-grayjay {
background-image: url('https://proicons.com/icon/341319.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="m32.0025,29.6418l-.4132.7156v.0101"/><polyline class="b" points="14.5462 27.1322 3.6511 8.2548 27.6586 8.2548"/><polyline class="b" points="16.4107 30.3574 24 43.5 30.793 31.7382"/><polyline class="b" points="36.1146 8.2548 44.3489 8.2548 34.9253 24.5823"/><path class="b" d="m8.637,33.4709c1.752-2.372,4.4083-4.6077,5.8356-6.247s2.331-4.0124,5.5807-9.4379,6.4076-7.4918,7.4319-9.2362,2.3595-3.5223,4.4789-3.9603,3.391.8901,5.369.5793c-1.3369,1.1534-.9466,3.3486-1.7096,4.7332s-1.639,2.0911-1.9215,3.1932-.4521,4.5495-1.9215,6.132c.9043,3.4757,4.9955,7.0686,6.9201,10.6129-1.8337-.3553-2.968-1.1505-2.968-1.1505,1.4452,2.6603,2.8728,4.9175,2.8728,4.9175-4.2251-1.0421-5.1551-2.4602-7.2899-4.69.4579,2.6411,1.2097,5.0699,1.2097,5.0699-1.2816-1.4114-2.9453-3.6264-3.6765-6.694-.2225,2.8983.0954,5.8654.0954,5.8654-1.0279-1.1656-2.1723-3.8572-2.1723-3.8572-.053,1.6955-.0803,3.4228-.0803,3.4228-1.1913-1.9922-2.0814-5.0229-2.0814-5.0229-.0212,1.6425-.106,2.734-.106,2.734-1.0915-1.0809-2.7658-2.9459-2.7658-2.9459-1.261,1.2716-3.4228,1.1762-4.6414,2.1511s-2.9802,4.4475-3.5406,6.081c-.1471-.6342-.1683-1.7787-.1683-1.7787-.6252.9749-1.7061,2.0982-1.7061,2.0982.191-1.1168.4769-2.2041.4769-2.2041-.9749.6676-2.2253,1.8226-2.2253,1.8226.0742-.5298.3179-1.0385.3179-1.0385-.5934.2119-1.4941.7842-1.4941.7842.498-1.1656,1.3564-2.4161,1.3564-2.4161l-1.4765.4821Z"/></svg>
Copied!