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

Name
open
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 open 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="m27.947 16.828l12.81-9.09a1.832 1.832 0 0 1 2.451 2.686L41 13l-5.276 7.035a2 2 0 0 0-.207 2.056l7.13 15.053A2 2 0 0 1 40.84 40h-8.204a2 2 0 0 1-1.96-1.604L27.52 22.774l-.406-4.119a2 2 0 0 1 .833-1.827M28 23l7-2m-15.064-3.897L7.209 8.196a1.812 1.812 0 0 0-2.405 2.675L7 13.39l5.232 6.636a2 2 0 0 1 .237 2.095L5.353 37.144A2 2 0 0 0 7.16 40h8.162a2 2 0 0 0 1.97-1.652L20 23l.753-3.878a2 2 0 0 0-.817-2.02M13 21l7 2"/></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineOpen(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="m27.947 16.828l12.81-9.09a1.832 1.832 0 0 1 2.451 2.686L41 13l-5.276 7.035a2 2 0 0 0-.207 2.056l7.13 15.053A2 2 0 0 1 40.84 40h-8.204a2 2 0 0 1-1.96-1.604L27.52 22.774l-.406-4.119a2 2 0 0 1 .833-1.827M28 23l7-2m-15.064-3.897L7.209 8.196a1.812 1.812 0 0 0-2.405 2.675L7 13.39l5.232 6.636a2 2 0 0 1 .237 2.095L5.353 37.144A2 2 0 0 0 7.16 40h8.162a2 2 0 0 0 1.97-1.652L20 23l.753-3.878a2 2 0 0 0-.817-2.02M13 21l7 2"/></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="m27.947 16.828l12.81-9.09a1.832 1.832 0 0 1 2.451 2.686L41 13l-5.276 7.035a2 2 0 0 0-.207 2.056l7.13 15.053A2 2 0 0 1 40.84 40h-8.204a2 2 0 0 1-1.96-1.604L27.52 22.774l-.406-4.119a2 2 0 0 1 .833-1.827M28 23l7-2m-15.064-3.897L7.209 8.196a1.812 1.812 0 0 0-2.405 2.675L7 13.39l5.232 6.636a2 2 0 0 1 .237 2.095L5.353 37.144A2 2 0 0 0 7.16 40h8.162a2 2 0 0 0 1.97-1.652L20 23l.753-3.878a2 2 0 0 0-.817-2.02M13 21l7 2"/></svg>
</template>

CSS

.icon-open {
  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%22m27.947%2016.828l12.81-9.09a1.832%201.832%200%200%201%202.451%202.686L41%2013l-5.276%207.035a2%202%200%200%200-.207%202.056l7.13%2015.053A2%202%200%200%201%2040.84%2040h-8.204a2%202%200%200%201-1.96-1.604L27.52%2022.774l-.406-4.119a2%202%200%200%201%20.833-1.827M28%2023l7-2m-15.064-3.897L7.209%208.196a1.812%201.812%200%200%200-2.405%202.675L7%2013.39l5.232%206.636a2%202%200%200%201%20.237%202.095L5.353%2037.144A2%202%200%200%200%207.16%2040h8.162a2%202%200%200%200%201.97-1.652L20%2023l.753-3.878a2%202%200%200%200-.817-2.02M13%2021l7%202%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%22m27.947%2016.828l12.81-9.09a1.832%201.832%200%200%201%202.451%202.686L41%2013l-5.276%207.035a2%202%200%200%200-.207%202.056l7.13%2015.053A2%202%200%200%201%2040.84%2040h-8.204a2%202%200%200%201-1.96-1.604L27.52%2022.774l-.406-4.119a2%202%200%200%201%20.833-1.827M28%2023l7-2m-15.064-3.897L7.209%208.196a1.812%201.812%200%200%200-2.405%202.675L7%2013.39l5.232%206.636a2%202%200%200%201%20.237%202.095L5.353%2037.144A2%202%200%200%200%207.16%2040h8.162a2%202%200%200%200%201.97-1.652L20%2023l.753-3.878a2%202%200%200%200-.817-2.02M13%2021l7%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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