netflix from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
netflix
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

Use the netflix icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.518 13.187V21.5a5 5 0 0 0-1.783-.192a6.5 6.5 0 0 0-1.907.192v-19zM17.172 2.5v18.863l-3.389-9.603V2.5z"/><path fill="currentColor" d="M6.828 2.5h3.69l6.654 18.89a18.7 18.7 0 0 0-3.786 0C12.836 19.936 6.828 2.5 6.828 2.5"/></svg>

React

import type { SVGProps } from "react";

export function MageNetflix(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.518 13.187V21.5a5 5 0 0 0-1.783-.192a6.5 6.5 0 0 0-1.907.192v-19zM17.172 2.5v18.863l-3.389-9.603V2.5z"/><path fill="currentColor" d="M6.828 2.5h3.69l6.654 18.89a18.7 18.7 0 0 0-3.786 0C12.836 19.936 6.828 2.5 6.828 2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.518 13.187V21.5a5 5 0 0 0-1.783-.192a6.5 6.5 0 0 0-1.907.192v-19zM17.172 2.5v18.863l-3.389-9.603V2.5z"/><path fill="currentColor" d="M6.828 2.5h3.69l6.654 18.89a18.7 18.7 0 0 0-3.786 0C12.836 19.936 6.828 2.5 6.828 2.5"/></svg>
</template>

CSS

.icon-netflix {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.518%2013.187V21.5a5%205%200%200%200-1.783-.192a6.5%206.5%200%200%200-1.907.192v-19zM17.172%202.5v18.863l-3.389-9.603V2.5z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.828%202.5h3.69l6.654%2018.89a18.7%2018.7%200%200%200-3.786%200C12.836%2019.936%206.828%202.5%206.828%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.518%2013.187V21.5a5%205%200%200%200-1.783-.192a6.5%206.5%200%200%200-1.907.192v-19zM17.172%202.5v18.863l-3.389-9.603V2.5z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.828%202.5h3.69l6.654%2018.89a18.7%2018.7%200%200%200-3.786%200C12.836%2019.936%206.828%202.5%206.828%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/netflix.svg?color=%231a73e8&size=48