netflix-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
netflix-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT

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 1024 1024"><path fill="currentColor" d="m265.525 64l311.659 881.141C664.768 947.344 758.474 960 758.474 960L441.553 64zm316.923 0v342.421l176.027 497.654V64zm-316.923 56v840c69.926-8.4 104.907-11.648 176.027-14.859V617.653z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignNetflixFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m265.525 64l311.659 881.141C664.768 947.344 758.474 960 758.474 960L441.553 64zm316.923 0v342.421l176.027 497.654V64zm-316.923 56v840c69.926-8.4 104.907-11.648 176.027-14.859V617.653z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m265.525 64l311.659 881.141C664.768 947.344 758.474 960 758.474 960L441.553 64zm316.923 0v342.421l176.027 497.654V64zm-316.923 56v840c69.926-8.4 104.907-11.648 176.027-14.859V617.653z"/></svg>
</template>

CSS

.icon-netflix-filled {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m265.525%2064l311.659%20881.141C664.768%20947.344%20758.474%20960%20758.474%20960L441.553%2064zm316.923%200v342.421l176.027%20497.654V64zm-316.923%2056v840c69.926-8.4%20104.907-11.648%20176.027-14.859V617.653z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m265.525%2064l311.659%20881.141C664.768%20947.344%20758.474%20960%20758.474%20960L441.553%2064zm316.923%200v342.421l176.027%20497.654V64zm-316.923%2056v840c69.926-8.4%20104.907-11.648%20176.027-14.859V617.653z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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