no-backpack from Material Symbols by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.

Name
no-backpack
Set
Material Symbols
Style
Regular
Category
Activities
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

Use the no backpack icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.5 13.675l3.5 3.5V8q0-1.4-.85-2.45T17 4.15V2h-3v2h-4V2H7v2.15L14.825 12H16.5zm3.275 8.925l-3.2-3.2h2.8L20 20q0 .825-.587 1.413T18 22H6q-.825 0-1.412-.587T4 20V8q0-.825.313-1.55t.862-1.275l.975.975v2.825L1.4 4.225L2.8 2.8l18.375 18.4zM7.5 14h3.675l-2-2H7.5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNoBackpack(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="m16.5 13.675l3.5 3.5V8q0-1.4-.85-2.45T17 4.15V2h-3v2h-4V2H7v2.15L14.825 12H16.5zm3.275 8.925l-3.2-3.2h2.8L20 20q0 .825-.587 1.413T18 22H6q-.825 0-1.412-.587T4 20V8q0-.825.313-1.55t.862-1.275l.975.975v2.825L1.4 4.225L2.8 2.8l18.375 18.4zM7.5 14h3.675l-2-2H7.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.5 13.675l3.5 3.5V8q0-1.4-.85-2.45T17 4.15V2h-3v2h-4V2H7v2.15L14.825 12H16.5zm3.275 8.925l-3.2-3.2h2.8L20 20q0 .825-.587 1.413T18 22H6q-.825 0-1.412-.587T4 20V8q0-.825.313-1.55t.862-1.275l.975.975v2.825L1.4 4.225L2.8 2.8l18.375 18.4zM7.5 14h3.675l-2-2H7.5z"/></svg>
</template>

CSS

.icon-no-backpack {
  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%22m16.5%2013.675l3.5%203.5V8q0-1.4-.85-2.45T17%204.15V2h-3v2h-4V2H7v2.15L14.825%2012H16.5zm3.275%208.925l-3.2-3.2h2.8L20%2020q0%20.825-.587%201.413T18%2022H6q-.825%200-1.412-.587T4%2020V8q0-.825.313-1.55t.862-1.275l.975.975v2.825L1.4%204.225L2.8%202.8l18.375%2018.4zM7.5%2014h3.675l-2-2H7.5z%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%22m16.5%2013.675l3.5%203.5V8q0-1.4-.85-2.45T17%204.15V2h-3v2h-4V2H7v2.15L14.825%2012H16.5zm3.275%208.925l-3.2-3.2h2.8L20%2020q0%20.825-.587%201.413T18%2022H6q-.825%200-1.412-.587T4%2020V8q0-.825.313-1.55t.862-1.275l.975.975v2.825L1.4%204.225L2.8%202.8l18.375%2018.4zM7.5%2014h3.675l-2-2H7.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/no-backpack.svg?color=%231a73e8&size=48