personal bag off icon
personal-bag-off-rounded from Material Symbols by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- personal-bag-off-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More travel icons from Material Symbols
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="M12 2q1.275 0 2.138.938T15 5.15v.55q1.775.825 2.888 2.5T19 12v1.725q0 .675-.612.938T17.3 14.45L9.575 6.725Q9.3 6.45 9.15 6.088T9 5.325V5q0-1.25.875-2.125T12 2m-.712 2.288Q11 4.575 11 5v.1q.275-.05.5-.075T12 5t.5.025t.5.075V5q0-.425-.288-.712T12 4t-.712.288M19.1 21.9L16.175 19H19v1q0 .825-.587 1.413T17 22H7q-.825 0-1.412-.587T5 20v-8q0-.9.213-1.737T5.85 8.7L2.1 4.9q-.275-.275-.288-.687T2.1 3.5q.275-.275.7-.275t.7.275l17 17q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275M9.15 12H9q-.425 0-.712.288T8 13t.288.713T9 14h2.15z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPersonalBagOffRounded(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="M12 2q1.275 0 2.138.938T15 5.15v.55q1.775.825 2.888 2.5T19 12v1.725q0 .675-.612.938T17.3 14.45L9.575 6.725Q9.3 6.45 9.15 6.088T9 5.325V5q0-1.25.875-2.125T12 2m-.712 2.288Q11 4.575 11 5v.1q.275-.05.5-.075T12 5t.5.025t.5.075V5q0-.425-.288-.712T12 4t-.712.288M19.1 21.9L16.175 19H19v1q0 .825-.587 1.413T17 22H7q-.825 0-1.412-.587T5 20v-8q0-.9.213-1.737T5.85 8.7L2.1 4.9q-.275-.275-.288-.687T2.1 3.5q.275-.275.7-.275t.7.275l17 17q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275M9.15 12H9q-.425 0-.712.288T8 13t.288.713T9 14h2.15z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2q1.275 0 2.138.938T15 5.15v.55q1.775.825 2.888 2.5T19 12v1.725q0 .675-.612.938T17.3 14.45L9.575 6.725Q9.3 6.45 9.15 6.088T9 5.325V5q0-1.25.875-2.125T12 2m-.712 2.288Q11 4.575 11 5v.1q.275-.05.5-.075T12 5t.5.025t.5.075V5q0-.425-.288-.712T12 4t-.712.288M19.1 21.9L16.175 19H19v1q0 .825-.587 1.413T17 22H7q-.825 0-1.412-.587T5 20v-8q0-.9.213-1.737T5.85 8.7L2.1 4.9q-.275-.275-.288-.687T2.1 3.5q.275-.275.7-.275t.7.275l17 17q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275M9.15 12H9q-.425 0-.712.288T8 13t.288.713T9 14h2.15z"/></svg> </template>
CSS
.icon-personal-bag-off-rounded {
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%22M12%202q1.275%200%202.138.938T15%205.15v.55q1.775.825%202.888%202.5T19%2012v1.725q0%20.675-.612.938T17.3%2014.45L9.575%206.725Q9.3%206.45%209.15%206.088T9%205.325V5q0-1.25.875-2.125T12%202m-.712%202.288Q11%204.575%2011%205v.1q.275-.05.5-.075T12%205t.5.025t.5.075V5q0-.425-.288-.712T12%204t-.712.288M19.1%2021.9L16.175%2019H19v1q0%20.825-.587%201.413T17%2022H7q-.825%200-1.412-.587T5%2020v-8q0-.9.213-1.737T5.85%208.7L2.1%204.9q-.275-.275-.288-.687T2.1%203.5q.275-.275.7-.275t.7.275l17%2017q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275M9.15%2012H9q-.425%200-.712.288T8%2013t.288.713T9%2014h2.15z%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%22M12%202q1.275%200%202.138.938T15%205.15v.55q1.775.825%202.888%202.5T19%2012v1.725q0%20.675-.612.938T17.3%2014.45L9.575%206.725Q9.3%206.45%209.15%206.088T9%205.325V5q0-1.25.875-2.125T12%202m-.712%202.288Q11%204.575%2011%205v.1q.275-.05.5-.075T12%205t.5.025t.5.075V5q0-.425-.288-.712T12%204t-.712.288M19.1%2021.9L16.175%2019H19v1q0%20.825-.587%201.413T17%2022H7q-.825%200-1.412-.587T5%2020v-8q0-.9.213-1.737T5.85%208.7L2.1%204.9q-.275-.275-.288-.687T2.1%203.5q.275-.275.7-.275t.7.275l17%2017q.275.275.288.688t-.288.712q-.275.275-.7.275t-.7-.275M9.15%2012H9q-.425%200-.712.288T8%2013t.288.713T9%2014h2.15z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/personal-bag-off-rounded.svg?color=%231a73e8&size=48