Viddler Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Viddler 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/306871.svg" alt="Viddler icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306871.svg" alt="Viddler icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306871.svg" alt="Viddler icon" :width="24" :height="24" />
CSS background
.icon-viddler {
background-image: url('https://proicons.com/icon/306871.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M726 554c117 0 212-93 212-209s-95-210-212-210c-106 0-194 78-209 179h-6c-16-101-103-179-209-179-117 0-212 94-212 210 0 114 93 208 208 209h7v72L63 561v278l242-72v98h356L557 554h169zM302 404c-33 0-60-26-60-59s27-59 60-59 59 26 59 59-26 59-59 59zm369-59c0-33 27-59 60-59s59 26 59 59-26 59-59 59-60-26-60-59z"/></svg>
Copied!