personal bag off icon
personal-bag-off-outline-sharp from Material Symbols Light by Google · Outline Sharp · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- personal-bag-off-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More travel icons from Material Symbols Light
airline-seat-flatairline-seat-flat-angledairline-seat-individual-suiteairline-seat-legroom-extraairline-seat-legroom-normalairline-seat-legroom-reducedairline-seat-recline-extraairline-seat-recline-normalairplane-ticketapartmentattractionsbakery-diningbath-bedrockbeach-accessbeer-mealbentobreakfast-diningbrunch-diningbungalowcabincar-rentalcar-repaircarpentercarry-on-bag
Use the personal bag off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.996 3.846q.914 0 1.536.64q.622.639.622 1.551v.394q1.66.652 2.753 2.115T18 12v3.573l-1-1V12q0-2.075-1.463-3.537T12 7q-.673 0-1.178.139q-.505.138-.891.326l-.085-.084V6q0-.897.627-1.526q.627-.628 1.523-.628m-.814 1.332q-.336.332-.336.822v.139q.295-.07.577-.105Q11.706 6 12 6t.577.034t.577.105V6q0-.49-.336-.822q-.335-.332-.818-.332t-.818.332m9.31 17.114L11.69 13.5H8.5v-1h2.189L7.696 9.508q-.361.54-.529 1.199T7 12v8h10v-2.616l1 1V21H6v-9q0-.9.241-1.718q.242-.819.725-1.505L2.86 4.662l.708-.708L21.2 21.584zM12 14.754"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPersonalBagOffOutlineSharp(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="M11.996 3.846q.914 0 1.536.64q.622.639.622 1.551v.394q1.66.652 2.753 2.115T18 12v3.573l-1-1V12q0-2.075-1.463-3.537T12 7q-.673 0-1.178.139q-.505.138-.891.326l-.085-.084V6q0-.897.627-1.526q.627-.628 1.523-.628m-.814 1.332q-.336.332-.336.822v.139q.295-.07.577-.105Q11.706 6 12 6t.577.034t.577.105V6q0-.49-.336-.822q-.335-.332-.818-.332t-.818.332m9.31 17.114L11.69 13.5H8.5v-1h2.189L7.696 9.508q-.361.54-.529 1.199T7 12v8h10v-2.616l1 1V21H6v-9q0-.9.241-1.718q.242-.819.725-1.505L2.86 4.662l.708-.708L21.2 21.584zM12 14.754"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.996 3.846q.914 0 1.536.64q.622.639.622 1.551v.394q1.66.652 2.753 2.115T18 12v3.573l-1-1V12q0-2.075-1.463-3.537T12 7q-.673 0-1.178.139q-.505.138-.891.326l-.085-.084V6q0-.897.627-1.526q.627-.628 1.523-.628m-.814 1.332q-.336.332-.336.822v.139q.295-.07.577-.105Q11.706 6 12 6t.577.034t.577.105V6q0-.49-.336-.822q-.335-.332-.818-.332t-.818.332m9.31 17.114L11.69 13.5H8.5v-1h2.189L7.696 9.508q-.361.54-.529 1.199T7 12v8h10v-2.616l1 1V21H6v-9q0-.9.241-1.718q.242-.819.725-1.505L2.86 4.662l.708-.708L21.2 21.584zM12 14.754"/></svg> </template>
CSS
.icon-personal-bag-off-outline-sharp {
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%22M11.996%203.846q.914%200%201.536.64q.622.639.622%201.551v.394q1.66.652%202.753%202.115T18%2012v3.573l-1-1V12q0-2.075-1.463-3.537T12%207q-.673%200-1.178.139q-.505.138-.891.326l-.085-.084V6q0-.897.627-1.526q.627-.628%201.523-.628m-.814%201.332q-.336.332-.336.822v.139q.295-.07.577-.105Q11.706%206%2012%206t.577.034t.577.105V6q0-.49-.336-.822q-.335-.332-.818-.332t-.818.332m9.31%2017.114L11.69%2013.5H8.5v-1h2.189L7.696%209.508q-.361.54-.529%201.199T7%2012v8h10v-2.616l1%201V21H6v-9q0-.9.241-1.718q.242-.819.725-1.505L2.86%204.662l.708-.708L21.2%2021.584zM12%2014.754%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%22M11.996%203.846q.914%200%201.536.64q.622.639.622%201.551v.394q1.66.652%202.753%202.115T18%2012v3.573l-1-1V12q0-2.075-1.463-3.537T12%207q-.673%200-1.178.139q-.505.138-.891.326l-.085-.084V6q0-.897.627-1.526q.627-.628%201.523-.628m-.814%201.332q-.336.332-.336.822v.139q.295-.07.577-.105Q11.706%206%2012%206t.577.034t.577.105V6q0-.49-.336-.822q-.335-.332-.818-.332t-.818.332m9.31%2017.114L11.69%2013.5H8.5v-1h2.189L7.696%209.508q-.361.54-.529%201.199T7%2012v8h10v-2.616l1%201V21H6v-9q0-.9.241-1.718q.242-.819.725-1.505L2.86%204.662l.708-.708L21.2%2021.584zM12%2014.754%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/personal-bag-off-outline-sharp.svg?color=%231a73e8&size=48