video-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.

Name
video-fill
Set
Keyline Icons
Style
Fill
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Use the video icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5 11L13 11C14.6391 11 16.1123 12 16.7174 13.5233L20.1056 11.8292C20.3833 11.6903 20.6895 11.618 21 11.618C22.1046 11.618 23 12.5135 23 13.618L23 19.382C23 20.4865 22.1046 21.382 21 21.382C20.6895 21.382 20.3833 21.3097 20.1056 21.1708L16.7174 19.4767C16.1123 21 14.6391 22 13 22L5 22C2.7909 22 1 20.2091 1 18L1 15C1 12.7909 2.7909 11 5 11ZM9 5.5C9 7.433 7.433 9 5.5 9C3.567 9 2 7.433 2 5.5C2 3.567 3.567 2 5.5 2C7.433 2 9 3.567 9 5.5ZM18 5.5C18 7.433 16.433 9 14.5 9C12.567 9 11 7.433 11 5.5C11 3.567 12.567 2 14.5 2C16.433 2 18 3.567 18 5.5Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsVideoFill(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" fillRule="evenodd" d="M5 11L13 11C14.6391 11 16.1123 12 16.7174 13.5233L20.1056 11.8292C20.3833 11.6903 20.6895 11.618 21 11.618C22.1046 11.618 23 12.5135 23 13.618L23 19.382C23 20.4865 22.1046 21.382 21 21.382C20.6895 21.382 20.3833 21.3097 20.1056 21.1708L16.7174 19.4767C16.1123 21 14.6391 22 13 22L5 22C2.7909 22 1 20.2091 1 18L1 15C1 12.7909 2.7909 11 5 11ZM9 5.5C9 7.433 7.433 9 5.5 9C3.567 9 2 7.433 2 5.5C2 3.567 3.567 2 5.5 2C7.433 2 9 3.567 9 5.5ZM18 5.5C18 7.433 16.433 9 14.5 9C12.567 9 11 7.433 11 5.5C11 3.567 12.567 2 14.5 2C16.433 2 18 3.567 18 5.5Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5 11L13 11C14.6391 11 16.1123 12 16.7174 13.5233L20.1056 11.8292C20.3833 11.6903 20.6895 11.618 21 11.618C22.1046 11.618 23 12.5135 23 13.618L23 19.382C23 20.4865 22.1046 21.382 21 21.382C20.6895 21.382 20.3833 21.3097 20.1056 21.1708L16.7174 19.4767C16.1123 21 14.6391 22 13 22L5 22C2.7909 22 1 20.2091 1 18L1 15C1 12.7909 2.7909 11 5 11ZM9 5.5C9 7.433 7.433 9 5.5 9C3.567 9 2 7.433 2 5.5C2 3.567 3.567 2 5.5 2C7.433 2 9 3.567 9 5.5ZM18 5.5C18 7.433 16.433 9 14.5 9C12.567 9 11 7.433 11 5.5C11 3.567 12.567 2 14.5 2C16.433 2 18 3.567 18 5.5Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-video-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M5%2011L13%2011C14.6391%2011%2016.1123%2012%2016.7174%2013.5233L20.1056%2011.8292C20.3833%2011.6903%2020.6895%2011.618%2021%2011.618C22.1046%2011.618%2023%2012.5135%2023%2013.618L23%2019.382C23%2020.4865%2022.1046%2021.382%2021%2021.382C20.6895%2021.382%2020.3833%2021.3097%2020.1056%2021.1708L16.7174%2019.4767C16.1123%2021%2014.6391%2022%2013%2022L5%2022C2.7909%2022%201%2020.2091%201%2018L1%2015C1%2012.7909%202.7909%2011%205%2011ZM9%205.5C9%207.433%207.433%209%205.5%209C3.567%209%202%207.433%202%205.5C2%203.567%203.567%202%205.5%202C7.433%202%209%203.567%209%205.5ZM18%205.5C18%207.433%2016.433%209%2014.5%209C12.567%209%2011%207.433%2011%205.5C11%203.567%2012.567%202%2014.5%202C16.433%202%2018%203.567%2018%205.5Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M5%2011L13%2011C14.6391%2011%2016.1123%2012%2016.7174%2013.5233L20.1056%2011.8292C20.3833%2011.6903%2020.6895%2011.618%2021%2011.618C22.1046%2011.618%2023%2012.5135%2023%2013.618L23%2019.382C23%2020.4865%2022.1046%2021.382%2021%2021.382C20.6895%2021.382%2020.3833%2021.3097%2020.1056%2021.1708L16.7174%2019.4767C16.1123%2021%2014.6391%2022%2013%2022L5%2022C2.7909%2022%201%2020.2091%201%2018L1%2015C1%2012.7909%202.7909%2011%205%2011ZM9%205.5C9%207.433%207.433%209%205.5%209C3.567%209%202%207.433%202%205.5C2%203.567%203.567%202%205.5%202C7.433%202%209%203.567%209%205.5ZM18%205.5C18%207.433%2016.433%209%2014.5%209C12.567%209%2011%207.433%2011%205.5C11%203.567%2012.567%202%2014.5%202C16.433%202%2018%203.567%2018%205.5Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/video-fill.svg?color=%231a73e8&size=48