pocket-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
pocket-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT
Aliases
brand-pocket-solid

1 other variant in Myna UI Icons

The same icon in other sets

Use the pocket icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.984 3.036A2.5 2.5 0 0 1 4.8 2.25h14.4c.688 0 1.34.287 1.816.786c.474.497.734 1.164.734 1.853v6.667c0 2.692-1.019 5.28-2.843 7.195c-1.826 1.916-4.31 2.999-6.907 2.999a9.4 9.4 0 0 1-3.743-.781a9.7 9.7 0 0 1-3.164-2.218C3.27 16.837 2.25 14.248 2.25 11.556V4.889c0-.689.26-1.356.734-1.853M9.53 9.72a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06L12 12.19z"/></svg>

React

import type { SVGProps } from "react";

export function MynauiPocketSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.984 3.036A2.5 2.5 0 0 1 4.8 2.25h14.4c.688 0 1.34.287 1.816.786c.474.497.734 1.164.734 1.853v6.667c0 2.692-1.019 5.28-2.843 7.195c-1.826 1.916-4.31 2.999-6.907 2.999a9.4 9.4 0 0 1-3.743-.781a9.7 9.7 0 0 1-3.164-2.218C3.27 16.837 2.25 14.248 2.25 11.556V4.889c0-.689.26-1.356.734-1.853M9.53 9.72a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06L12 12.19z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.984 3.036A2.5 2.5 0 0 1 4.8 2.25h14.4c.688 0 1.34.287 1.816.786c.474.497.734 1.164.734 1.853v6.667c0 2.692-1.019 5.28-2.843 7.195c-1.826 1.916-4.31 2.999-6.907 2.999a9.4 9.4 0 0 1-3.743-.781a9.7 9.7 0 0 1-3.164-2.218C3.27 16.837 2.25 14.248 2.25 11.556V4.889c0-.689.26-1.356.734-1.853M9.53 9.72a.75.75 0 0 0-1.06 1.06l3 3a.75.75 0 0 0 1.06 0l3-3a.75.75 0 1 0-1.06-1.06L12 12.19z"/></svg>
</template>

CSS

.icon-pocket-solid {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.984%203.036A2.5%202.5%200%200%201%204.8%202.25h14.4c.688%200%201.34.287%201.816.786c.474.497.734%201.164.734%201.853v6.667c0%202.692-1.019%205.28-2.843%207.195c-1.826%201.916-4.31%202.999-6.907%202.999a9.4%209.4%200%200%201-3.743-.781a9.7%209.7%200%200%201-3.164-2.218C3.27%2016.837%202.25%2014.248%202.25%2011.556V4.889c0-.689.26-1.356.734-1.853M9.53%209.72a.75.75%200%200%200-1.06%201.06l3%203a.75.75%200%200%200%201.06%200l3-3a.75.75%200%201%200-1.06-1.06L12%2012.19z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.984%203.036A2.5%202.5%200%200%201%204.8%202.25h14.4c.688%200%201.34.287%201.816.786c.474.497.734%201.164.734%201.853v6.667c0%202.692-1.019%205.28-2.843%207.195c-1.826%201.916-4.31%202.999-6.907%202.999a9.4%209.4%200%200%201-3.743-.781a9.7%209.7%200%200%201-3.164-2.218C3.27%2016.837%202.25%2014.248%202.25%2011.556V4.889c0-.689.26-1.356.734-1.853M9.53%209.72a.75.75%200%200%200-1.06%201.06l3%203a.75.75%200%200%200%201.06%200l3-3a.75.75%200%201%200-1.06-1.06L12%2012.19z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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