Invidious Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Invidious 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/314788.svg" alt="Invidious icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314788.svg" alt="Invidious icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314788.svg" alt="Invidious icon" :width="24" :height="24" />
CSS background
.icon-invidious {
background-image: url('https://proicons.com/icon/314788.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Invidious</title><path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0zm0 .742A11.257 11.257 0 0 1 23.258 12 11.257 11.257 0 0 1 12 23.258 11.257 11.257 0 0 1 .742 12 11.257 11.257 0 0 1 12 .742zm-.66 4.375a.776.776 0 0 0-.777.778.776.776 0 0 0 .777.775.776.776 0 0 0 .775-.775.776.776 0 0 0-.775-.778zm.035 2.266-.523 1.853-2.75 9.291h-.713v.373h1.974v-.373h-.875l2.606-8.806 4.6 9.174h1.429L11.375 7.383z"/></svg>
Copied!