Perekrestok Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Perekrestok 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/345682.svg" alt="Perekrestok icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345682.svg" alt="Perekrestok icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345682.svg" alt="Perekrestok icon" :width="24" :height="24" />
CSS background
.icon-perekrestok {
background-image: url('https://proicons.com/icon/345682.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M11.606,16.7908c-3.9722.0682-7.137,3.3435-7.0688,7.3157.0665,3.8761,3.1927,7.0023,7.0688,7.0688,2.3547.2573,3.7248-.8004,5.278-2.3092l5.0249-4.8831-5.026-4.8831c-1.369-1.6517-3.1721-2.1927-5.2769-2.3102v.0011ZM36.394,16.7908c3.9722.0682,7.137,3.3435,7.0688,7.3157-.0665,3.8761-3.1927,7.0023-7.0688,7.0688-2.3547.2573-3.7248-.8004-5.278-2.3092l-5.0249-4.8831,5.026-4.8831c1.369-1.6517,3.1721-2.1927,5.2769-2.3102v.0011ZM16.7898,36.394c.0482,3.9725,3.3076,7.1537,7.2801,7.1055,3.9044-.0474,7.0581-3.201,7.1055-7.1055.2573-2.3547-.8004-3.7248-2.3092-5.278l-4.8831-5.0249-4.8831,5.026c-1.6517,1.369-2.1927,3.1721-2.3102,5.2769ZM16.7898,11.606c.0482-3.9725,3.3076-7.1537,7.2801-7.1055,3.9044.0474,7.0581,3.201,7.1055,7.1055.2573,2.3547-.8004,3.7248-2.3092,5.278l-4.8831,5.0249-4.8831-5.026c-1.6517-1.369-2.1927-3.1721-2.3102-5.2769Z"/></svg>
Copied!