video tick icon

video-tick from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
video-tick
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the video tick 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-linejoin="round" stroke-width="1.5"><path d="M22 9v6c0 .22 0 .44-.02.65A4.46 4.46 0 0 0 18.5 14c-1.06 0-2.04.37-2.81.99A4.45 4.45 0 0 0 14 18.5a4.5 4.5 0 0 0 1.66 3.48c-.21.02-.43.02-.66.02H9c-5 0-7-2-7-7V9c0-5 2-7 7-7h6c5 0 7 2 7 7M2.52 7.11h18.96m-12.96-5v4.86m6.96-4.86v4.41"/><path stroke-miterlimit="10" d="M23 18.5a4.5 4.5 0 0 1-1.54 3.38c-.79.7-1.82 1.12-2.96 1.12c-1.07 0-2.06-.38-2.83-1.02h-.01A4.5 4.5 0 0 1 14 18.5c0-1.42.65-2.69 1.69-3.51A4.47 4.47 0 0 1 18.5 14c1.41 0 2.66.64 3.48 1.65c.64.77 1.02 1.77 1.02 2.85"/><path d="m16.75 18.5l1.11 1.11l2.4-2.22"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconVideoTick(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M22 9v6c0 .22 0 .44-.02.65A4.46 4.46 0 0 0 18.5 14c-1.06 0-2.04.37-2.81.99A4.45 4.45 0 0 0 14 18.5a4.5 4.5 0 0 0 1.66 3.48c-.21.02-.43.02-.66.02H9c-5 0-7-2-7-7V9c0-5 2-7 7-7h6c5 0 7 2 7 7M2.52 7.11h18.96m-12.96-5v4.86m6.96-4.86v4.41"/><path strokeMiterlimit="10" d="M23 18.5a4.5 4.5 0 0 1-1.54 3.38c-.79.7-1.82 1.12-2.96 1.12c-1.07 0-2.06-.38-2.83-1.02h-.01A4.5 4.5 0 0 1 14 18.5c0-1.42.65-2.69 1.69-3.51A4.47 4.47 0 0 1 18.5 14c1.41 0 2.66.64 3.48 1.65c.64.77 1.02 1.77 1.02 2.85"/><path d="m16.75 18.5l1.11 1.11l2.4-2.22"/></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-linejoin="round" stroke-width="1.5"><path d="M22 9v6c0 .22 0 .44-.02.65A4.46 4.46 0 0 0 18.5 14c-1.06 0-2.04.37-2.81.99A4.45 4.45 0 0 0 14 18.5a4.5 4.5 0 0 0 1.66 3.48c-.21.02-.43.02-.66.02H9c-5 0-7-2-7-7V9c0-5 2-7 7-7h6c5 0 7 2 7 7M2.52 7.11h18.96m-12.96-5v4.86m6.96-4.86v4.41"/><path stroke-miterlimit="10" d="M23 18.5a4.5 4.5 0 0 1-1.54 3.38c-.79.7-1.82 1.12-2.96 1.12c-1.07 0-2.06-.38-2.83-1.02h-.01A4.5 4.5 0 0 1 14 18.5c0-1.42.65-2.69 1.69-3.51A4.47 4.47 0 0 1 18.5 14c1.41 0 2.66.64 3.48 1.65c.64.77 1.02 1.77 1.02 2.85"/><path d="m16.75 18.5l1.11 1.11l2.4-2.22"/></g></svg>
</template>

CSS

.icon-video-tick {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%209v6c0%20.22%200%20.44-.02.65A4.46%204.46%200%200%200%2018.5%2014c-1.06%200-2.04.37-2.81.99A4.45%204.45%200%200%200%2014%2018.5a4.5%204.5%200%200%200%201.66%203.48c-.21.02-.43.02-.66.02H9c-5%200-7-2-7-7V9c0-5%202-7%207-7h6c5%200%207%202%207%207M2.52%207.11h18.96m-12.96-5v4.86m6.96-4.86v4.41%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M23%2018.5a4.5%204.5%200%200%201-1.54%203.38c-.79.7-1.82%201.12-2.96%201.12c-1.07%200-2.06-.38-2.83-1.02h-.01A4.5%204.5%200%200%201%2014%2018.5c0-1.42.65-2.69%201.69-3.51A4.47%204.47%200%200%201%2018.5%2014c1.41%200%202.66.64%203.48%201.65c.64.77%201.02%201.77%201.02%202.85%22%2F%3E%3Cpath%20d%3D%22m16.75%2018.5l1.11%201.11l2.4-2.22%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%209v6c0%20.22%200%20.44-.02.65A4.46%204.46%200%200%200%2018.5%2014c-1.06%200-2.04.37-2.81.99A4.45%204.45%200%200%200%2014%2018.5a4.5%204.5%200%200%200%201.66%203.48c-.21.02-.43.02-.66.02H9c-5%200-7-2-7-7V9c0-5%202-7%207-7h6c5%200%207%202%207%207M2.52%207.11h18.96m-12.96-5v4.86m6.96-4.86v4.41%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M23%2018.5a4.5%204.5%200%200%201-1.54%203.38c-.79.7-1.82%201.12-2.96%201.12c-1.07%200-2.06-.38-2.83-1.02h-.01A4.5%204.5%200%200%201%2014%2018.5c0-1.42.65-2.69%201.69-3.51A4.47%204.47%200%200%201%2018.5%2014c1.41%200%202.66.64%203.48%201.65c.64.77%201.02%201.77%201.02%202.85%22%2F%3E%3Cpath%20d%3D%22m16.75%2018.5l1.11%201.11l2.4-2.22%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Video Tick outline icon — Reicon · IconsDB