empty from IconPark Outline by ByteDance · Outline · Hands · Apache-2.0 Free for personal and commercial use.

Name
empty
Set
IconPark Outline
Style
Outline
Category
Hands
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More hands icons from IconPark Outline

Use the empty icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M9.439 42h3.184a2 2 0 0 0 1.868-1.286l2.2-5.753l.025-5.526q0-.175.032-.348L20.152 10.3a2 2 0 0 0-1.968-2.357h-7.321a2 2 0 0 0-2 2.056l.523 18.871l-1.77 3.33a2 2 0 0 0 .269 2.266l.561.633l-.963 4.48A2 2 0 0 0 9.438 42m7.279-12.74l-7.331-.39M38.578 42h-3.18a2 2 0 0 1-1.878-1.313l-2.093-5.726l-.025-5.526q0-.176-.032-.348L27.965 10.3a2 2 0 0 1 1.968-2.357h7.322a2 2 0 0 1 2 2.055l-.523 18.872l1.771 3.33a2 2 0 0 1-.27 2.266l-.561.633l.87 4.523A2 2 0 0 1 38.578 42M31.4 29.26l7.331-.39"/></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineEmpty(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M9.439 42h3.184a2 2 0 0 0 1.868-1.286l2.2-5.753l.025-5.526q0-.175.032-.348L20.152 10.3a2 2 0 0 0-1.968-2.357h-7.321a2 2 0 0 0-2 2.056l.523 18.871l-1.77 3.33a2 2 0 0 0 .269 2.266l.561.633l-.963 4.48A2 2 0 0 0 9.438 42m7.279-12.74l-7.331-.39M38.578 42h-3.18a2 2 0 0 1-1.878-1.313l-2.093-5.726l-.025-5.526q0-.176-.032-.348L27.965 10.3a2 2 0 0 1 1.968-2.357h7.322a2 2 0 0 1 2 2.055l-.523 18.872l1.771 3.33a2 2 0 0 1-.27 2.266l-.561.633l.87 4.523A2 2 0 0 1 38.578 42M31.4 29.26l7.331-.39"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M9.439 42h3.184a2 2 0 0 0 1.868-1.286l2.2-5.753l.025-5.526q0-.175.032-.348L20.152 10.3a2 2 0 0 0-1.968-2.357h-7.321a2 2 0 0 0-2 2.056l.523 18.871l-1.77 3.33a2 2 0 0 0 .269 2.266l.561.633l-.963 4.48A2 2 0 0 0 9.438 42m7.279-12.74l-7.331-.39M38.578 42h-3.18a2 2 0 0 1-1.878-1.313l-2.093-5.726l-.025-5.526q0-.176-.032-.348L27.965 10.3a2 2 0 0 1 1.968-2.357h7.322a2 2 0 0 1 2 2.055l-.523 18.872l1.771 3.33a2 2 0 0 1-.27 2.266l-.561.633l.87 4.523A2 2 0 0 1 38.578 42M31.4 29.26l7.331-.39"/></svg>
</template>

CSS

.icon-empty {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M9.439%2042h3.184a2%202%200%200%200%201.868-1.286l2.2-5.753l.025-5.526q0-.175.032-.348L20.152%2010.3a2%202%200%200%200-1.968-2.357h-7.321a2%202%200%200%200-2%202.056l.523%2018.871l-1.77%203.33a2%202%200%200%200%20.269%202.266l.561.633l-.963%204.48A2%202%200%200%200%209.438%2042m7.279-12.74l-7.331-.39M38.578%2042h-3.18a2%202%200%200%201-1.878-1.313l-2.093-5.726l-.025-5.526q0-.176-.032-.348L27.965%2010.3a2%202%200%200%201%201.968-2.357h7.322a2%202%200%200%201%202%202.055l-.523%2018.872l1.771%203.33a2%202%200%200%201-.27%202.266l-.561.633l.87%204.523A2%202%200%200%201%2038.578%2042M31.4%2029.26l7.331-.39%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%2048%2048%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M9.439%2042h3.184a2%202%200%200%200%201.868-1.286l2.2-5.753l.025-5.526q0-.175.032-.348L20.152%2010.3a2%202%200%200%200-1.968-2.357h-7.321a2%202%200%200%200-2%202.056l.523%2018.871l-1.77%203.33a2%202%200%200%200%20.269%202.266l.561.633l-.963%204.48A2%202%200%200%200%209.438%2042m7.279-12.74l-7.331-.39M38.578%2042h-3.18a2%202%200%200%201-1.878-1.313l-2.093-5.726l-.025-5.526q0-.176-.032-.348L27.965%2010.3a2%202%200%200%201%201.968-2.357h7.322a2%202%200%200%201%202%202.055l-.523%2018.872l1.771%203.33a2%202%200%200%201-.27%202.266l-.561.633l.87%204.523A2%202%200%200%201%2038.578%2042M31.4%2029.26l7.331-.39%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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