Ori And The Blind Forest Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ori And The Blind Forest 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/330786.svg" alt="Ori And The Blind Forest icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330786.svg" alt="Ori And The Blind Forest icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330786.svg" alt="Ori And The Blind Forest icon" :width="24" :height="24" />
CSS background
.icon-ori-and-the-blind-forest {
background-image: url('https://proicons.com/icon/330786.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m16.9134,29.0933c1.2222-.2942,3.1583,1.367,3.5826,3.6926s-.0157,3.4098-.3614,3.5983-3.2866.7062-4.2268-2.467c-.8799-2.9698.1571-4.6197,1.0056-4.8239Z"/><line class="b" x1="18.4454" y1="33.796" x2="18.2333" y2="32.7971"/><path class="b" d="m25.2402,21.0348c.5682.105,1.3051.2782,2.1538.5633-.5657-4.7768,4.1954-12.3505,4.9968-13.1205s1.0685.1414.9585.7699.2828,6.9452-.3771,9.9936c-.66,3.0483-2.0113,4.4154-2.0113,4.4154,1.6499,1.5713,2.0899,2.9226,2.412,3.8497.055-5.0125,7.7701-17.2844,10.1271-19.61-.5814,2.0898.1063,9.4352-1.2413,14.0004-2.5141,8.5165-8.0451,13.0419-8.8779,14.6446-.9779,1.8819-2.9069,4.9025-9.3807,5.5624-6.4738-.66-8.4029-3.6805-9.3807-5.5624-.8328-1.6027-6.3638-6.1281-8.8779-14.6446-1.3477-4.5652-.66-11.9106-1.2413-14.0004,2.357,2.3255,10.0721,14.5975,10.1271,19.61.3221-.9271.7621-2.2784,2.412-3.8497,0,0-1.3513-1.367-2.0113-4.4154-.66-3.0483-.2671-9.365-.3771-9.9936s.1571-1.5399.9585-.7699,5.5624,8.3437,4.9968,13.1205c.8488-.2851,1.5856-.4583,2.1538-.5633.8226-.1519,1.6579-.1519,2.4804,0Z"/><path class="b" d="m24,36.8241c.8642.0471,2.6241.44,2.4355,1.4142s-1.367.7699-2.4355,1.7756c-1.0685-1.0056-2.247-.8014-2.4355-1.7756s1.5713-1.367,2.4355-1.4142Z"/><path class="b" d="m31.0866,29.0933c-1.2222-.2942-3.1583,1.367-3.5826,3.6926-.4243,2.3255.0157,3.4098.3614,3.5983s3.2866.7062,4.2268-2.467c.8799-2.9698-.1571-4.6197-1.0056-4.8239Z"/><line class="b" x1="29.5546" y1="33.796" x2="29.7667" y2="32.7971"/></svg>
Copied!