basket-off-outline from Material Design Icons by Pictogrammers · Outline · Shopping · Apache-2.0 Free for personal and commercial use.

Name
basket-off-outline
Set
Material Design Icons
Style
Outline
Category
Shopping
Viewbox
24×24
License
Apache 2.0
Aliases
shopping-basket-off-outline, skip-off-outline

1 other variant in Material Design Icons

The same icon in other sets

More shopping icons from Material Design Icons

Use the basket off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.39 1.73L1.11 3l5.81 5.81l-.13.19H2c-.55 0-1 .45-1 1c0 .09 0 .18.04.27l2.54 9.27c.23.84 1 1.46 1.92 1.46h13c.18 0 .36-.04.53-.08l1.81 1.81l1.27-1.27zM5.5 19l-2.19-8h5.8l2.15 2.15C10.5 13.44 10 14.16 10 15c0 1.1.9 2 2 2c.84 0 1.56-.5 1.85-1.26L17.11 19zM23 10l-.03.27l-2.04 7.46l-1.63-1.63l1.4-5.1h-6.5l-2-2h2.6L12 4.8l-1.6 2.4l-1.44-1.44l2.21-3.31a.997.997 0 0 1 1.66-.01L17.21 9H22c.55 0 1 .45 1 1"/></svg>

React

import type { SVGProps } from "react";

export function MdiBasketOffOutline(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="M2.39 1.73L1.11 3l5.81 5.81l-.13.19H2c-.55 0-1 .45-1 1c0 .09 0 .18.04.27l2.54 9.27c.23.84 1 1.46 1.92 1.46h13c.18 0 .36-.04.53-.08l1.81 1.81l1.27-1.27zM5.5 19l-2.19-8h5.8l2.15 2.15C10.5 13.44 10 14.16 10 15c0 1.1.9 2 2 2c.84 0 1.56-.5 1.85-1.26L17.11 19zM23 10l-.03.27l-2.04 7.46l-1.63-1.63l1.4-5.1h-6.5l-2-2h2.6L12 4.8l-1.6 2.4l-1.44-1.44l2.21-3.31a.997.997 0 0 1 1.66-.01L17.21 9H22c.55 0 1 .45 1 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.39 1.73L1.11 3l5.81 5.81l-.13.19H2c-.55 0-1 .45-1 1c0 .09 0 .18.04.27l2.54 9.27c.23.84 1 1.46 1.92 1.46h13c.18 0 .36-.04.53-.08l1.81 1.81l1.27-1.27zM5.5 19l-2.19-8h5.8l2.15 2.15C10.5 13.44 10 14.16 10 15c0 1.1.9 2 2 2c.84 0 1.56-.5 1.85-1.26L17.11 19zM23 10l-.03.27l-2.04 7.46l-1.63-1.63l1.4-5.1h-6.5l-2-2h2.6L12 4.8l-1.6 2.4l-1.44-1.44l2.21-3.31a.997.997 0 0 1 1.66-.01L17.21 9H22c.55 0 1 .45 1 1"/></svg>
</template>

CSS

.icon-basket-off-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%22M2.39%201.73L1.11%203l5.81%205.81l-.13.19H2c-.55%200-1%20.45-1%201c0%20.09%200%20.18.04.27l2.54%209.27c.23.84%201%201.46%201.92%201.46h13c.18%200%20.36-.04.53-.08l1.81%201.81l1.27-1.27zM5.5%2019l-2.19-8h5.8l2.15%202.15C10.5%2013.44%2010%2014.16%2010%2015c0%201.1.9%202%202%202c.84%200%201.56-.5%201.85-1.26L17.11%2019zM23%2010l-.03.27l-2.04%207.46l-1.63-1.63l1.4-5.1h-6.5l-2-2h2.6L12%204.8l-1.6%202.4l-1.44-1.44l2.21-3.31a.997.997%200%200%201%201.66-.01L17.21%209H22c.55%200%201%20.45%201%201%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%22M2.39%201.73L1.11%203l5.81%205.81l-.13.19H2c-.55%200-1%20.45-1%201c0%20.09%200%20.18.04.27l2.54%209.27c.23.84%201%201.46%201.92%201.46h13c.18%200%20.36-.04.53-.08l1.81%201.81l1.27-1.27zM5.5%2019l-2.19-8h5.8l2.15%202.15C10.5%2013.44%2010%2014.16%2010%2015c0%201.1.9%202%202%202c.84%200%201.56-.5%201.85-1.26L17.11%2019zM23%2010l-.03.27l-2.04%207.46l-1.63-1.63l1.4-5.1h-6.5l-2-2h2.6L12%204.8l-1.6%202.4l-1.44-1.44l2.21-3.31a.997.997%200%200%201%201.66-.01L17.21%209H22c.55%200%201%20.45%201%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/basket-off-outline.svg?color=%231a73e8&size=48