bag handle icon
bag-handle-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.
- Name
- bag-handle-sharp
- Set
- IonIcons
- Style
- Sharp
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
Related icons in IonIcons
Use the bag handle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M460 160h-88v-12A116.13 116.13 0 0 0 258.89 32h-5.78A116.13 116.13 0 0 0 140 148v12H52a4 4 0 0 0-4 4v300a16 16 0 0 0 16 16h384a16 16 0 0 0 16-16V164a4 4 0 0 0-4-4m-280-11c0-41.84 33.41-76.56 75.25-77A76.08 76.08 0 0 1 332 148v12H180Zm188 91a112 112 0 0 1-224 0v-32h32v32a80 80 0 0 0 160 0v-32h32Z"/></svg>
React
import type { SVGProps } from "react";
export function IonBagHandleSharp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M460 160h-88v-12A116.13 116.13 0 0 0 258.89 32h-5.78A116.13 116.13 0 0 0 140 148v12H52a4 4 0 0 0-4 4v300a16 16 0 0 0 16 16h384a16 16 0 0 0 16-16V164a4 4 0 0 0-4-4m-280-11c0-41.84 33.41-76.56 75.25-77A76.08 76.08 0 0 1 332 148v12H180Zm188 91a112 112 0 0 1-224 0v-32h32v32a80 80 0 0 0 160 0v-32h32Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M460 160h-88v-12A116.13 116.13 0 0 0 258.89 32h-5.78A116.13 116.13 0 0 0 140 148v12H52a4 4 0 0 0-4 4v300a16 16 0 0 0 16 16h384a16 16 0 0 0 16-16V164a4 4 0 0 0-4-4m-280-11c0-41.84 33.41-76.56 75.25-77A76.08 76.08 0 0 1 332 148v12H180Zm188 91a112 112 0 0 1-224 0v-32h32v32a80 80 0 0 0 160 0v-32h32Z"/></svg> </template>
CSS
.icon-bag-handle-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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M460%20160h-88v-12A116.13%20116.13%200%200%200%20258.89%2032h-5.78A116.13%20116.13%200%200%200%20140%20148v12H52a4%204%200%200%200-4%204v300a16%2016%200%200%200%2016%2016h384a16%2016%200%200%200%2016-16V164a4%204%200%200%200-4-4m-280-11c0-41.84%2033.41-76.56%2075.25-77A76.08%2076.08%200%200%201%20332%20148v12H180Zm188%2091a112%20112%200%200%201-224%200v-32h32v32a80%2080%200%200%200%20160%200v-32h32Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M460%20160h-88v-12A116.13%20116.13%200%200%200%20258.89%2032h-5.78A116.13%20116.13%200%200%200%20140%20148v12H52a4%204%200%200%200-4%204v300a16%2016%200%200%200%2016%2016h384a16%2016%200%200%200%2016-16V164a4%204%200%200%200-4-4m-280-11c0-41.84%2033.41-76.56%2075.25-77A76.08%2076.08%200%200%201%20332%20148v12H180Zm188%2091a112%20112%200%200%201-224%200v-32h32v32a80%2080%200%200%200%20160%200v-32h32Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/bag-handle-sharp.svg?color=%231a73e8&size=48