shopping search icon
shopping-search-outline from Material Design Icons by Pictogrammers · Outline · Shopping · Apache-2.0 Free for personal and commercial use.
- Name
- shopping-search-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Shopping
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
More shopping icons from Material Design Icons
Use the shopping search icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.31 18.9c1.33-2.1.69-4.9-1.4-6.21S13.03 12 11.7 14.1s-.7 4.9 1.4 6.2c1.46.92 3.32.93 4.78.02L21 23.39L22.39 22m-6.89-3a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5m-5.47 1H5V8h14v3.03c.81.52 1.5 1.21 2 2.02V8c0-1.1-.9-2-2-2h-2c0-2.8-2.2-5-5-5S7 3.2 7 6H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7.05c-.81-.5-1.5-1.19-2.02-2M12 3c1.7 0 3 1.3 3 3H9c0-1.7 1.3-3 3-3m3 6h2c0 .4-.05.78-.14 1.15c-.44-.1-.89-.15-1.36-.15c-.23 0-.46 0-.68.04c.11-.33.18-.67.18-1.04m-5.24 4.46A4.92 4.92 0 0 1 7 9h2c0 1.34.82 2.42 2 2.82c-.5.48-.92 1.03-1.24 1.64"/></svg>
React
import type { SVGProps } from "react";
export function MdiShoppingSearchOutline(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.31 18.9c1.33-2.1.69-4.9-1.4-6.21S13.03 12 11.7 14.1s-.7 4.9 1.4 6.2c1.46.92 3.32.93 4.78.02L21 23.39L22.39 22m-6.89-3a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5m-5.47 1H5V8h14v3.03c.81.52 1.5 1.21 2 2.02V8c0-1.1-.9-2-2-2h-2c0-2.8-2.2-5-5-5S7 3.2 7 6H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7.05c-.81-.5-1.5-1.19-2.02-2M12 3c1.7 0 3 1.3 3 3H9c0-1.7 1.3-3 3-3m3 6h2c0 .4-.05.78-.14 1.15c-.44-.1-.89-.15-1.36-.15c-.23 0-.46 0-.68.04c.11-.33.18-.67.18-1.04m-5.24 4.46A4.92 4.92 0 0 1 7 9h2c0 1.34.82 2.42 2 2.82c-.5.48-.92 1.03-1.24 1.64"/></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.31 18.9c1.33-2.1.69-4.9-1.4-6.21S13.03 12 11.7 14.1s-.7 4.9 1.4 6.2c1.46.92 3.32.93 4.78.02L21 23.39L22.39 22m-6.89-3a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5m-5.47 1H5V8h14v3.03c.81.52 1.5 1.21 2 2.02V8c0-1.1-.9-2-2-2h-2c0-2.8-2.2-5-5-5S7 3.2 7 6H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h7.05c-.81-.5-1.5-1.19-2.02-2M12 3c1.7 0 3 1.3 3 3H9c0-1.7 1.3-3 3-3m3 6h2c0 .4-.05.78-.14 1.15c-.44-.1-.89-.15-1.36-.15c-.23 0-.46 0-.68.04c.11-.33.18-.67.18-1.04m-5.24 4.46A4.92 4.92 0 0 1 7 9h2c0 1.34.82 2.42 2 2.82c-.5.48-.92 1.03-1.24 1.64"/></svg> </template>
CSS
.icon-shopping-search-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.31%2018.9c1.33-2.1.69-4.9-1.4-6.21S13.03%2012%2011.7%2014.1s-.7%204.9%201.4%206.2c1.46.92%203.32.93%204.78.02L21%2023.39L22.39%2022m-6.89-3a2.5%202.5%200%200%201%200-5a2.5%202.5%200%200%201%200%205m-5.47%201H5V8h14v3.03c.81.52%201.5%201.21%202%202.02V8c0-1.1-.9-2-2-2h-2c0-2.8-2.2-5-5-5S7%203.2%207%206H5c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h7.05c-.81-.5-1.5-1.19-2.02-2M12%203c1.7%200%203%201.3%203%203H9c0-1.7%201.3-3%203-3m3%206h2c0%20.4-.05.78-.14%201.15c-.44-.1-.89-.15-1.36-.15c-.23%200-.46%200-.68.04c.11-.33.18-.67.18-1.04m-5.24%204.46A4.92%204.92%200%200%201%207%209h2c0%201.34.82%202.42%202%202.82c-.5.48-.92%201.03-1.24%201.64%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.31%2018.9c1.33-2.1.69-4.9-1.4-6.21S13.03%2012%2011.7%2014.1s-.7%204.9%201.4%206.2c1.46.92%203.32.93%204.78.02L21%2023.39L22.39%2022m-6.89-3a2.5%202.5%200%200%201%200-5a2.5%202.5%200%200%201%200%205m-5.47%201H5V8h14v3.03c.81.52%201.5%201.21%202%202.02V8c0-1.1-.9-2-2-2h-2c0-2.8-2.2-5-5-5S7%203.2%207%206H5c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h7.05c-.81-.5-1.5-1.19-2.02-2M12%203c1.7%200%203%201.3%203%203H9c0-1.7%201.3-3%203-3m3%206h2c0%20.4-.05.78-.14%201.15c-.44-.1-.89-.15-1.36-.15c-.23%200-.46%200-.68.04c.11-.33.18-.67.18-1.04m-5.24%204.46A4.92%204.92%200%200%201%207%209h2c0%201.34.82%202.42%202%202.82c-.5.48-.92%201.03-1.24%201.64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/shopping-search-outline.svg?color=%231a73e8&size=48