Movie Witcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Movie Witcher 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/344154.svg" alt="Movie Witcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344154.svg" alt="Movie Witcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344154.svg" alt="Movie Witcher icon" :width="24" :height="24" />
CSS background
.icon-movie-witcher {
background-image: url('https://proicons.com/icon/344154.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="c" points="24.1777 17.9509 24.1777 9.985 20.498 9.985 14.8389 33.1298 9.1797 9.985 5.5 9.985 5.5 33.5495"/><line class="c" x1="12.84" y1="36.5265" x2="14.8389" y2="33.1298"/><polyline class="c" points="21.3649 32.1342 22.2945 38.015 24.8758 38.015 30.5349 14.8702 36.194 38.015 38.7753 38.015 42.5 14.4505"/><line class="c" x1="32.5338" y1="11.4735" x2="30.5349" y2="14.8702"/></svg>
Copied!