Flixquest Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flixquest 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/340550.svg" alt="Flixquest icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340550.svg" alt="Flixquest icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340550.svg" alt="Flixquest icon" :width="24" :height="24" />
CSS background
.icon-flixquest {
background-image: url('https://proicons.com/icon/340550.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M8.2394,28.067v-10.8293L30.7079,4.5l9.0527,5.3379L8.2394,28.067Z"/><path id="c" class="e" d="M8.2394,28.067l18.0209-10.4217,8.9561,5.3037-26.9771,15.4834v-10.3654Z"/><path id="d" class="e" d="M8.2394,38.4324l9.1329-5.2291v10.2967l-9.1329-5.0676Z"/></svg>
Copied!