store check icon
store-check from Material Design Icons by Pictogrammers · Filled · Places · Apache-2.0 Free for personal and commercial use.
- Name
- store-check
- Set
- Material Design Icons
- Style
- Filled
- Category
- Places
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- shop-check, shop-complete, store-complete
1 other variant in Material Design Icons
More places icons from Material Design Icons
Use the store check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 6H4V4h16zm-4.31 8H14v1.69c-.63.95-1 2.08-1 3.31c0 .34.04.67.09 1H4v-6H3v-2l1-5h16l1 5v1.35c-.63-.22-1.3-.35-2-.35c-1.23 0-2.36.37-3.31 1M12 14H6v4h6zm9.34 1.84l-3.59 3.59l-1.59-1.59L15 19l2.75 3l4.75-4.75z"/></svg>
React
import type { SVGProps } from "react";
export function MdiStoreCheck(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="M20 6H4V4h16zm-4.31 8H14v1.69c-.63.95-1 2.08-1 3.31c0 .34.04.67.09 1H4v-6H3v-2l1-5h16l1 5v1.35c-.63-.22-1.3-.35-2-.35c-1.23 0-2.36.37-3.31 1M12 14H6v4h6zm9.34 1.84l-3.59 3.59l-1.59-1.59L15 19l2.75 3l4.75-4.75z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 6H4V4h16zm-4.31 8H14v1.69c-.63.95-1 2.08-1 3.31c0 .34.04.67.09 1H4v-6H3v-2l1-5h16l1 5v1.35c-.63-.22-1.3-.35-2-.35c-1.23 0-2.36.37-3.31 1M12 14H6v4h6zm9.34 1.84l-3.59 3.59l-1.59-1.59L15 19l2.75 3l4.75-4.75z"/></svg> </template>
CSS
.icon-store-check {
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%22M20%206H4V4h16zm-4.31%208H14v1.69c-.63.95-1%202.08-1%203.31c0%20.34.04.67.09%201H4v-6H3v-2l1-5h16l1%205v1.35c-.63-.22-1.3-.35-2-.35c-1.23%200-2.36.37-3.31%201M12%2014H6v4h6zm9.34%201.84l-3.59%203.59l-1.59-1.59L15%2019l2.75%203l4.75-4.75z%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%22M20%206H4V4h16zm-4.31%208H14v1.69c-.63.95-1%202.08-1%203.31c0%20.34.04.67.09%201H4v-6H3v-2l1-5h16l1%205v1.35c-.63-.22-1.3-.35-2-.35c-1.23%200-2.36.37-3.31%201M12%2014H6v4h6zm9.34%201.84l-3.59%203.59l-1.59-1.59L15%2019l2.75%203l4.75-4.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/store-check.svg?color=%231a73e8&size=48