Netflix Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Netflix 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/310472.svg" alt="Netflix icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310472.svg" alt="Netflix icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310472.svg" alt="Netflix icon" :width="24" :height="24" />
CSS background
.icon-netflix {
background-image: url('https://proicons.com/icon/310472.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M10.5184 13.1866V21.5C9.94047 21.3286 9.3362 21.2635 8.73502 21.3079C8.09341 21.2778 7.45087 21.3425 6.82816 21.5V2.5L10.5184 13.1866Z" fill="#AD1E23"/> <path d="M17.1718 2.5V21.3628L13.7834 11.7599V2.5H17.1718Z" fill="#AD1E23"/> <path d="M6.82816 2.5H10.5184L17.1718 21.3903C15.913 21.262 14.6444 21.262 13.3856 21.3903C12.8368 19.9361 6.82816 2.5 6.82816 2.5Z" fill="#D51F26"/> </svg>
Netflix in other icon packs
Copied!