computer video call icon

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

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

Related icons in Huge Icons

Use the computer video call 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-linecap="round" stroke-width="1.5"><path d="M14 2h-4c-3.28 0-4.919 0-6.081.814a4.5 4.5 0 0 0-1.105 1.105C2 5.08 2 6.72 2 10s0 4.919.814 6.081a4.5 4.5 0 0 0 1.105 1.105C5.08 18 6.72 18 10 18h4c3.28 0 4.919 0 6.081-.814a4.5 4.5 0 0 0 1.105-1.105C22 14.92 22 13.28 22 10s0-4.919-.814-6.081a4.5 4.5 0 0 0-1.105-1.105C18.92 2 17.28 2 14 2Zm.5 20l-.316-.419c-.71-.944-.887-2.387-.437-3.581M9.5 22l.316-.419c.71-.944.887-2.387.437-3.581M7 22h10"/><path d="M8 14c1.838-2.595 6.119-2.737 8 0m-2-6a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsComputerVideoCall(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" strokeLinecap="round" strokeWidth="1.5"><path d="M14 2h-4c-3.28 0-4.919 0-6.081.814a4.5 4.5 0 0 0-1.105 1.105C2 5.08 2 6.72 2 10s0 4.919.814 6.081a4.5 4.5 0 0 0 1.105 1.105C5.08 18 6.72 18 10 18h4c3.28 0 4.919 0 6.081-.814a4.5 4.5 0 0 0 1.105-1.105C22 14.92 22 13.28 22 10s0-4.919-.814-6.081a4.5 4.5 0 0 0-1.105-1.105C18.92 2 17.28 2 14 2Zm.5 20l-.316-.419c-.71-.944-.887-2.387-.437-3.581M9.5 22l.316-.419c.71-.944.887-2.387.437-3.581M7 22h10"/><path d="M8 14c1.838-2.595 6.119-2.737 8 0m-2-6a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z"/></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-linecap="round" stroke-width="1.5"><path d="M14 2h-4c-3.28 0-4.919 0-6.081.814a4.5 4.5 0 0 0-1.105 1.105C2 5.08 2 6.72 2 10s0 4.919.814 6.081a4.5 4.5 0 0 0 1.105 1.105C5.08 18 6.72 18 10 18h4c3.28 0 4.919 0 6.081-.814a4.5 4.5 0 0 0 1.105-1.105C22 14.92 22 13.28 22 10s0-4.919-.814-6.081a4.5 4.5 0 0 0-1.105-1.105C18.92 2 17.28 2 14 2Zm.5 20l-.316-.419c-.71-.944-.887-2.387-.437-3.581M9.5 22l.316-.419c.71-.944.887-2.387.437-3.581M7 22h10"/><path d="M8 14c1.838-2.595 6.119-2.737 8 0m-2-6a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z"/></g></svg>
</template>

CSS

.icon-computer-video-call {
  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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14%202h-4c-3.28%200-4.919%200-6.081.814a4.5%204.5%200%200%200-1.105%201.105C2%205.08%202%206.72%202%2010s0%204.919.814%206.081a4.5%204.5%200%200%200%201.105%201.105C5.08%2018%206.72%2018%2010%2018h4c3.28%200%204.919%200%206.081-.814a4.5%204.5%200%200%200%201.105-1.105C22%2014.92%2022%2013.28%2022%2010s0-4.919-.814-6.081a4.5%204.5%200%200%200-1.105-1.105C18.92%202%2017.28%202%2014%202Zm.5%2020l-.316-.419c-.71-.944-.887-2.387-.437-3.581M9.5%2022l.316-.419c.71-.944.887-2.387.437-3.581M7%2022h10%22%2F%3E%3Cpath%20d%3D%22M8%2014c1.838-2.595%206.119-2.737%208%200m-2-6a2%202%200%201%201-4%200a2%202%200%200%201%204%200Z%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14%202h-4c-3.28%200-4.919%200-6.081.814a4.5%204.5%200%200%200-1.105%201.105C2%205.08%202%206.72%202%2010s0%204.919.814%206.081a4.5%204.5%200%200%200%201.105%201.105C5.08%2018%206.72%2018%2010%2018h4c3.28%200%204.919%200%206.081-.814a4.5%204.5%200%200%200%201.105-1.105C22%2014.92%2022%2013.28%2022%2010s0-4.919-.814-6.081a4.5%204.5%200%200%200-1.105-1.105C18.92%202%2017.28%202%2014%202Zm.5%2020l-.316-.419c-.71-.944-.887-2.387-.437-3.581M9.5%2022l.316-.419c.71-.944.887-2.387.437-3.581M7%2022h10%22%2F%3E%3Cpath%20d%3D%22M8%2014c1.838-2.595%206.119-2.737%208%200m-2-6a2%202%200%201%201-4%200a2%202%200%200%201%204%200Z%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/computer-video-call.svg?color=%231a73e8&size=48