Apps Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Apps 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/308849.svg" alt="Apps Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308849.svg" alt="Apps Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308849.svg" alt="Apps Svg icon" :width="24" :height="24" />
CSS background
.icon-apps---svg {
background-image: url('https://proicons.com/icon/308849.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"> <path fill-rule="evenodd" clip-rule="evenodd" d="M3 4C3 3.44772 3.44772 3 4 3H6C6.55228 3 7 3.44772 7 4V6C7 6.55228 6.55228 7 6 7H4C3.44772 7 3 6.55228 3 6V4ZM3 18C3 17.4477 3.44772 17 4 17H6C6.55228 17 7 17.4477 7 18V20C7 20.5523 6.55228 21 6 21H4C3.44772 21 3 20.5523 3 20V18ZM18 3C17.4477 3 17 3.44772 17 4V6C17 6.55228 17.4477 7 18 7H20C20.5523 7 21 6.55228 21 6V4C21 3.44772 20.5523 3 20 3H18ZM17 11C17 10.4477 17.4477 10 18 10H20C20.5523 10 21 10.4477 21 11V13C21 13.5523 20.5523 14 20 14H18C17.4477 14 17 13.5523 17 13V11ZM11 10C10.4477 10 10 10.4477 10 11V13C10 13.5523 10.4477 14 11 14H13C13.5523 14 14 13.5523 14 13V11C14 10.4477 13.5523 10 13 10H11ZM3 11C3 10.4477 3.44772 10 4 10H6C6.55228 10 7 10.4477 7 11V13C7 13.5523 6.55228 14 6 14H4C3.44772 14 3 13.5523 3 13V11ZM11 3C10.4477 3 10 3.44772 10 4V6C10 6.55228 10.4477 7 11 7H13C13.5523 7 14 6.55228 14 6V4C14 3.44772 13.5523 3 13 3H11ZM10 18C10 17.4477 10.4477 17 11 17H13C13.5523 17 14 17.4477 14 18V20C14 20.5523 13.5523 21 13 21H11C10.4477 21 10 20.5523 10 20V18ZM18 17C17.4477 17 17 17.4477 17 18V20C17 20.5523 17.4477 21 18 21H20C20.5523 21 21 20.5523 21 20V18C21 17.4477 20.5523 17 20 17H18Z" fill="#292929"/> </svg>
Copied!