Vidiq Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vidiq 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/334749.svg" alt="Vidiq icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334749.svg" alt="Vidiq icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334749.svg" alt="Vidiq icon" :width="24" :height="24" />
CSS background
.icon-vidiq {
background-image: url('https://proicons.com/icon/334749.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>.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="j" d="M17.19431674,34.52628633l-11.69431674,4.86413005V8.60958361h0l11.69431674,4.86413101"/><path id="f" class="j" d="M34.02377268,20.47390598l8.47622732,3.5260945-8.64423495,3.596098"/><path id="g" class="j" d="M12.03817705,14.23373637v19.01051377"/><path id="h" class="j" d="M31.1516933,33.24524962l-6.46017392-6.22216852"/><path id="i" class="j" d="M24.6905199,14.23373637h0c3.58009681,0,6.4611734,2.80907509,6.4611734,6.29717036v6.41617401c0,3.49009423-2.88107849,6.29816888-6.46017392,6.29816888h0c-3.58009681,0-6.46117531-2.80907604-6.46117531-6.29817079v-6.41617401c0-3.48809336,2.88107849-6.29717036,6.46017583-6.29716845Z"/></svg>
Copied!