Enter Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Enter Svg icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/308913.svg" alt="Enter Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308913.svg" alt="Enter Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308913.svg" alt="Enter Svg icon" :width="24" :height="24" />
CSS background
.icon-enter---svg {
background-image: url('https://proicons.com/icon/308913.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M9 3.00024C8.44772 3.00024 8 3.44796 8 4.00024C8 4.55253 8.44772 5.00024 9 5.00024H18V18.0002C18 18.5525 17.5523 19.0002 17 19.0002H9C8.44772 19.0002 8 19.448 8 20.0002C8 20.5525 8.44772 21.0002 9 21.0002H17C18.6569 21.0002 20 19.6571 20 18.0002V4.00024C20 3.44796 19.5523 3.00024 19 3.00024H9ZM12.7071 8.29314C12.4211 8.00714 11.991 7.92158 11.6173 8.07636C11.2436 8.23115 11 8.59578 11 9.00024L11 11.0002H5C4.44772 11.0002 4 11.448 4 12.0002C4 12.5525 4.44772 13.0002 5 13.0002H11L11 15.0002C11 15.4047 11.2436 15.7693 11.6173 15.9241C11.991 16.0789 12.4211 15.9933 12.7071 15.7074L15.7071 12.7074C16.0976 12.3168 16.0976 11.6837 15.7071 11.2931L12.7071 8.29314Z" fill="#292929"/> </g> <defs> <clipPath id="clip0"> <rect width="24" height="24" fill="white" transform="translate(0 0.000244141)"/> </clipPath> </defs> </svg>
Copied!