shoulder bag icon
shoulder-bag from IconPark by ByteDance · Color · Money · Apache-2.0 Free for personal and commercial use.
- Name
- shoulder-bag
- Set
- IconPark
- Style
- Color
- Category
- Money
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More money icons from IconPark
Use the shoulder bag icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" d="M4.68209 23.5639C4.32813 21.7145 5.74562 20 7.62861 20H40.3714C42.2544 20 43.6719 21.7145 43.3179 23.5639L40.2557 39.5639C39.9851 40.9777 38.7486 42 37.3092 42H10.6908C9.25141 42 8.01487 40.9777 7.74429 39.5639L4.68209 23.5639Z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M24 6L15 20H33L24 6Z"/><circle cx="24" cy="31" r="3" fill="#43CCF8" stroke="#fff"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkShoulderBag(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeWidth="4"><path fill="#2F88FF" stroke="#000" strokeLinejoin="round" d="M4.68209 23.5639C4.32813 21.7145 5.74562 20 7.62861 20H40.3714C42.2544 20 43.6719 21.7145 43.3179 23.5639L40.2557 39.5639C39.9851 40.9777 38.7486 42 37.3092 42H10.6908C9.25141 42 8.01487 40.9777 7.74429 39.5639L4.68209 23.5639Z"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" d="M24 6L15 20H33L24 6Z"/><circle cx="24" cy="31" r="3" fill="#43CCF8" stroke="#fff"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" d="M4.68209 23.5639C4.32813 21.7145 5.74562 20 7.62861 20H40.3714C42.2544 20 43.6719 21.7145 43.3179 23.5639L40.2557 39.5639C39.9851 40.9777 38.7486 42 37.3092 42H10.6908C9.25141 42 8.01487 40.9777 7.74429 39.5639L4.68209 23.5639Z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M24 6L15 20H33L24 6Z"/><circle cx="24" cy="31" r="3" fill="#43CCF8" stroke="#fff"/></g></svg> </template>
CSS
.icon-shoulder-bag {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4.68209%2023.5639C4.32813%2021.7145%205.74562%2020%207.62861%2020H40.3714C42.2544%2020%2043.6719%2021.7145%2043.3179%2023.5639L40.2557%2039.5639C39.9851%2040.9777%2038.7486%2042%2037.3092%2042H10.6908C9.25141%2042%208.01487%2040.9777%207.74429%2039.5639L4.68209%2023.5639Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%206L15%2020H33L24%206Z%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2231%22%20r%3D%223%22%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4.68209%2023.5639C4.32813%2021.7145%205.74562%2020%207.62861%2020H40.3714C42.2544%2020%2043.6719%2021.7145%2043.3179%2023.5639L40.2557%2039.5639C39.9851%2040.9777%2038.7486%2042%2037.3092%2042H10.6908C9.25141%2042%208.01487%2040.9777%207.74429%2039.5639L4.68209%2023.5639Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%206L15%2020H33L24%206Z%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2231%22%20r%3D%223%22%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/shoulder-bag.svg?color=%231a73e8&size=48