basket icon
basket from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- basket
- Set
- Mage Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
basketAkar IconsbasketBootstrap IconsbasketBoxIcons v2basketBoxIcons v2 SolidbasketFluent EmojibasketFluent Emoji FlatbasketFluent Emoji High ContrastbasketHumbleiconsbasketIonIconsbasketMaterial Design Iconsbasket-fillMingCute IconbasketNoto EmojibasketOpenMojibasketPhosphorbasketTabler Iconsbasket-outlineTeenyiconsbasketTwitter Emoji
Use the basket icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.298 9.566H4.702a1.96 1.96 0 0 0-1.535.744a1.94 1.94 0 0 0-.363 1.66l1.565 6.408a3.9 3.9 0 0 0 1.4 2.072c.682.519 1.517.8 2.376.8h7.708c.859 0 1.694-.281 2.376-.8a3.9 3.9 0 0 0 1.4-2.072l1.565-6.407a1.94 1.94 0 0 0-1.044-2.208a2 2 0 0 0-.854-.197M8.087 13.46v3.895M12 13.46v3.895m3.913-3.895v3.895m2.935-7.789a6.8 6.8 0 0 0-2.006-4.82A6.86 6.86 0 0 0 12 2.75a6.86 6.86 0 0 0-4.842 1.996a6.8 6.8 0 0 0-2.005 4.82"/></svg>
React
import type { SVGProps } from "react";
export function MageBasket(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M19.298 9.566H4.702a1.96 1.96 0 0 0-1.535.744a1.94 1.94 0 0 0-.363 1.66l1.565 6.408a3.9 3.9 0 0 0 1.4 2.072c.682.519 1.517.8 2.376.8h7.708c.859 0 1.694-.281 2.376-.8a3.9 3.9 0 0 0 1.4-2.072l1.565-6.407a1.94 1.94 0 0 0-1.044-2.208a2 2 0 0 0-.854-.197M8.087 13.46v3.895M12 13.46v3.895m3.913-3.895v3.895m2.935-7.789a6.8 6.8 0 0 0-2.006-4.82A6.86 6.86 0 0 0 12 2.75a6.86 6.86 0 0 0-4.842 1.996a6.8 6.8 0 0 0-2.005 4.82"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.298 9.566H4.702a1.96 1.96 0 0 0-1.535.744a1.94 1.94 0 0 0-.363 1.66l1.565 6.408a3.9 3.9 0 0 0 1.4 2.072c.682.519 1.517.8 2.376.8h7.708c.859 0 1.694-.281 2.376-.8a3.9 3.9 0 0 0 1.4-2.072l1.565-6.407a1.94 1.94 0 0 0-1.044-2.208a2 2 0 0 0-.854-.197M8.087 13.46v3.895M12 13.46v3.895m3.913-3.895v3.895m2.935-7.789a6.8 6.8 0 0 0-2.006-4.82A6.86 6.86 0 0 0 12 2.75a6.86 6.86 0 0 0-4.842 1.996a6.8 6.8 0 0 0-2.005 4.82"/></svg> </template>
CSS
.icon-basket {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M19.298%209.566H4.702a1.96%201.96%200%200%200-1.535.744a1.94%201.94%200%200%200-.363%201.66l1.565%206.408a3.9%203.9%200%200%200%201.4%202.072c.682.519%201.517.8%202.376.8h7.708c.859%200%201.694-.281%202.376-.8a3.9%203.9%200%200%200%201.4-2.072l1.565-6.407a1.94%201.94%200%200%200-1.044-2.208a2%202%200%200%200-.854-.197M8.087%2013.46v3.895M12%2013.46v3.895m3.913-3.895v3.895m2.935-7.789a6.8%206.8%200%200%200-2.006-4.82A6.86%206.86%200%200%200%2012%202.75a6.86%206.86%200%200%200-4.842%201.996a6.8%206.8%200%200%200-2.005%204.82%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M19.298%209.566H4.702a1.96%201.96%200%200%200-1.535.744a1.94%201.94%200%200%200-.363%201.66l1.565%206.408a3.9%203.9%200%200%200%201.4%202.072c.682.519%201.517.8%202.376.8h7.708c.859%200%201.694-.281%202.376-.8a3.9%203.9%200%200%200%201.4-2.072l1.565-6.407a1.94%201.94%200%200%200-1.044-2.208a2%202%200%200%200-.854-.197M8.087%2013.46v3.895M12%2013.46v3.895m3.913-3.895v3.895m2.935-7.789a6.8%206.8%200%200%200-2.006-4.82A6.86%206.86%200%200%200%2012%202.75a6.86%206.86%200%200%200-4.842%201.996a6.8%206.8%200%200%200-2.005%204.82%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/basket.svg?color=%231a73e8&size=48