store check icon
store-check-outline from Material Design Icons by Pictogrammers · Outline · Places · Apache-2.0 Free for personal and commercial use.
- Name
- store-check-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Places
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- shop-check-outline, store-complete-outline
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="M19 13c.7 0 1.37.13 2 .35V12l-1-5H4l-1 5v2h1v6h9.09c-.05-.33-.09-.66-.09-1c0-1.23.37-2.36 1-3.31V14h1.69c.95-.63 2.08-1 3.31-1m-7 5H6v-4h6zm-6.96-6l.6-3h12.72l.6 3zM20 6H4V4h16zm2.5 11.25L17.75 22L15 19l1.16-1.16l1.59 1.59l3.59-3.59z"/></svg>
React
import type { SVGProps } from "react";
export function MdiStoreCheckOutline(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="M19 13c.7 0 1.37.13 2 .35V12l-1-5H4l-1 5v2h1v6h9.09c-.05-.33-.09-.66-.09-1c0-1.23.37-2.36 1-3.31V14h1.69c.95-.63 2.08-1 3.31-1m-7 5H6v-4h6zm-6.96-6l.6-3h12.72l.6 3zM20 6H4V4h16zm2.5 11.25L17.75 22L15 19l1.16-1.16l1.59 1.59l3.59-3.59z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 13c.7 0 1.37.13 2 .35V12l-1-5H4l-1 5v2h1v6h9.09c-.05-.33-.09-.66-.09-1c0-1.23.37-2.36 1-3.31V14h1.69c.95-.63 2.08-1 3.31-1m-7 5H6v-4h6zm-6.96-6l.6-3h12.72l.6 3zM20 6H4V4h16zm2.5 11.25L17.75 22L15 19l1.16-1.16l1.59 1.59l3.59-3.59z"/></svg> </template>
CSS
.icon-store-check-outline {
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%22M19%2013c.7%200%201.37.13%202%20.35V12l-1-5H4l-1%205v2h1v6h9.09c-.05-.33-.09-.66-.09-1c0-1.23.37-2.36%201-3.31V14h1.69c.95-.63%202.08-1%203.31-1m-7%205H6v-4h6zm-6.96-6l.6-3h12.72l.6%203zM20%206H4V4h16zm2.5%2011.25L17.75%2022L15%2019l1.16-1.16l1.59%201.59l3.59-3.59z%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%22M19%2013c.7%200%201.37.13%202%20.35V12l-1-5H4l-1%205v2h1v6h9.09c-.05-.33-.09-.66-.09-1c0-1.23.37-2.36%201-3.31V14h1.69c.95-.63%202.08-1%203.31-1m-7%205H6v-4h6zm-6.96-6l.6-3h12.72l.6%203zM20%206H4V4h16zm2.5%2011.25L17.75%2022L15%2019l1.16-1.16l1.59%201.59l3.59-3.59z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/store-check-outline.svg?color=%231a73e8&size=48