list video icon

list-video from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
list-video
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the list video icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M3 5h18M3 12h6"/><path d="M20.945 15.451c-.176.716-1.012 1.223-2.682 2.235c-1.615.979-2.422 1.468-3.073 1.271a1.6 1.6 0 0 1-.712-.448C14 17.994 14 16.996 14 15s0-2.994.478-3.509c.198-.212.443-.367.712-.448c.65-.197 1.458.293 3.073 1.271c1.67 1.012 2.506 1.518 2.682 2.235a1.9 1.9 0 0 1 0 .902Z"/><path stroke-linecap="round" d="M3 19h6"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsListVideo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M3 5h18M3 12h6"/><path d="M20.945 15.451c-.176.716-1.012 1.223-2.682 2.235c-1.615.979-2.422 1.468-3.073 1.271a1.6 1.6 0 0 1-.712-.448C14 17.994 14 16.996 14 15s0-2.994.478-3.509c.198-.212.443-.367.712-.448c.65-.197 1.458.293 3.073 1.271c1.67 1.012 2.506 1.518 2.682 2.235a1.9 1.9 0 0 1 0 .902Z"/><path strokeLinecap="round" d="M3 19h6"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M3 5h18M3 12h6"/><path d="M20.945 15.451c-.176.716-1.012 1.223-2.682 2.235c-1.615.979-2.422 1.468-3.073 1.271a1.6 1.6 0 0 1-.712-.448C14 17.994 14 16.996 14 15s0-2.994.478-3.509c.198-.212.443-.367.712-.448c.65-.197 1.458.293 3.073 1.271c1.67 1.012 2.506 1.518 2.682 2.235a1.9 1.9 0 0 1 0 .902Z"/><path stroke-linecap="round" d="M3 19h6"/></g></svg>
</template>

CSS

.icon-list-video {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%205h18M3%2012h6%22%2F%3E%3Cpath%20d%3D%22M20.945%2015.451c-.176.716-1.012%201.223-2.682%202.235c-1.615.979-2.422%201.468-3.073%201.271a1.6%201.6%200%200%201-.712-.448C14%2017.994%2014%2016.996%2014%2015s0-2.994.478-3.509c.198-.212.443-.367.712-.448c.65-.197%201.458.293%203.073%201.271c1.67%201.012%202.506%201.518%202.682%202.235a1.9%201.9%200%200%201%200%20.902Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2019h6%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%205h18M3%2012h6%22%2F%3E%3Cpath%20d%3D%22M20.945%2015.451c-.176.716-1.012%201.223-2.682%202.235c-1.615.979-2.422%201.468-3.073%201.271a1.6%201.6%200%200%201-.712-.448C14%2017.994%2014%2016.996%2014%2015s0-2.994.478-3.509c.198-.212.443-.367.712-.448c.65-.197%201.458.293%203.073%201.271c1.67%201.012%202.506%201.518%202.682%202.235a1.9%201.9%200%200%201%200%20.902Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2019h6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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