Bag A Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Bag A icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/309972.svg" alt="Bag A icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309972.svg" alt="Bag A icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309972.svg" alt="Bag A icon" :width="24" :height="24" />
CSS background
.icon-bag-a {
background-image: url('https://proicons.com/icon/309972.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M19.4099 9.23757C18.922 8.74834 18.2608 8.47159 17.5699 8.46756H17.3898V7.40756C17.3947 6.7 17.2583 5.99859 16.9887 5.34438C16.7191 4.69017 16.3218 4.09631 15.8199 3.59757C15.3153 3.09126 14.7177 2.68719 14.0599 2.40756C12.7397 1.8674 11.2601 1.8674 9.93988 2.40756C9.28783 2.68343 8.69401 3.08044 8.18988 3.57756C7.18868 4.58947 6.62494 5.95407 6.61993 7.37756V8.47757H6.44989C5.76114 8.4802 5.10134 8.75497 4.61432 9.24199C4.12729 9.72901 3.85255 10.3888 3.84991 11.0776V17.5576C3.84991 18.1415 3.96503 18.7196 4.18878 19.259C4.41254 19.7983 4.74052 20.2882 5.15387 20.7007C5.56722 21.1131 6.05788 21.4399 6.59772 21.6625C7.13756 21.885 7.71596 21.9989 8.29987 21.9976H15.6999C16.283 21.9977 16.8605 21.8829 17.3992 21.6599C17.938 21.4368 18.4275 21.1098 18.8399 20.6976C19.2562 20.2877 19.5865 19.7988 19.8115 19.2596C20.0364 18.7204 20.1514 18.1418 20.1498 17.5576V11.0776C20.1545 10.7371 20.0916 10.3992 19.9645 10.0833C19.8375 9.76744 19.6489 9.47996 19.4099 9.23757ZM8.13983 11.5476C8.13983 11.7465 8.06088 11.9372 7.92023 12.0779C7.77957 12.2185 7.58874 12.2976 7.38983 12.2976C7.19092 12.2976 7.00021 12.2185 6.85956 12.0779C6.71891 11.9372 6.63983 11.7465 6.63983 11.5476V9.96756H8.13983V11.5476ZM8.13983 8.46756V7.40756C8.15174 6.38323 8.55621 5.4025 9.26984 4.66756C9.63389 4.31157 10.0612 4.02669 10.5298 3.82756C11.4903 3.42977 12.5694 3.42977 13.5298 3.82756C14.0011 4.02185 14.4293 4.30731 14.7899 4.66756C15.1475 5.03024 15.4326 5.45791 15.6298 5.92757C15.8255 6.39625 15.9241 6.89971 15.9199 7.40756V8.50757L8.13983 8.46756ZM17.3898 11.5476C17.3898 11.7465 17.3109 11.9372 17.1702 12.0779C17.0296 12.2185 16.8387 12.2976 16.6398 12.2976C16.4409 12.2976 16.2502 12.2185 16.1096 12.0779C15.9689 11.9372 15.8898 11.7465 15.8898 11.5476V9.96756H17.3898V11.5476Z" fill="black"/> </svg>
Copied!