Netflix Icon
Free SVG icon from the Simple 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/315304.svg" alt="Netflix icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315304.svg" alt="Netflix icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315304.svg" alt="Netflix icon" :width="24" :height="24" />
CSS background
.icon-netflix {
background-image: url('https://proicons.com/icon/315304.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>Netflix</title><path d="m5.398 0 8.348 23.602c2.346.059 4.856.398 4.856.398L10.113 0H5.398zm8.489 0v9.172l4.715 13.33V0h-4.715zM5.398 1.5V24c1.873-.225 2.81-.312 4.715-.398V14.83L5.398 1.5z"/></svg>
Netflix in other icon packs
Copied!