backpack-add-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
backpack-add-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

Use the backpack add icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a3.75 3.75 0 0 0-3.736 3.424A8 8 0 0 0 4 12.5v6.25A3.25 3.25 0 0 0 7.25 22h5.56a6.5 6.5 0 0 1-1.078-1.5H7.25a1.75 1.75 0 0 1-1.75-1.75v-3.036H8v1.536a.75.75 0 0 0 1.5 0v-1.536h1.748c.175-.613.438-1.19.774-1.714H5.5v-1.5a6.5 6.5 0 0 1 12.839-1.446a6.5 6.5 0 0 1 1.596.417a8 8 0 0 0-4.199-6.047A3.75 3.75 0 0 0 12 2m0 2.5c-.698 0-1.374.09-2.02.257a2.25 2.25 0 0 1 4.04 0A8 8 0 0 0 12 4.5m2.034 7.5a6.5 6.5 0 0 1 1.74-.768c.144-.239.226-.517.226-.815A2.417 2.417 0 0 0 13.583 8h-3.166A2.417 2.417 0 0 0 8 10.417C8 11.29 8.709 12 9.583 12zM9.5 10.417c0-.507.41-.917.917-.917h3.166c.507 0 .917.41.917.917a.083.083 0 0 1-.083.083H9.583a.083.083 0 0 1-.083-.083M23 17.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0m-5 .5l.001 2.503a.5.5 0 1 1-1 0V18h-2.505a.5.5 0 0 1 0-1H17v-2.5a.5.5 0 1 1 1 0V17h2.497a.5.5 0 0 1 0 1z"/></svg>

React

import type { SVGProps } from "react";

export function FluentBackpackAdd24Regular(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 2a3.75 3.75 0 0 0-3.736 3.424A8 8 0 0 0 4 12.5v6.25A3.25 3.25 0 0 0 7.25 22h5.56a6.5 6.5 0 0 1-1.078-1.5H7.25a1.75 1.75 0 0 1-1.75-1.75v-3.036H8v1.536a.75.75 0 0 0 1.5 0v-1.536h1.748c.175-.613.438-1.19.774-1.714H5.5v-1.5a6.5 6.5 0 0 1 12.839-1.446a6.5 6.5 0 0 1 1.596.417a8 8 0 0 0-4.199-6.047A3.75 3.75 0 0 0 12 2m0 2.5c-.698 0-1.374.09-2.02.257a2.25 2.25 0 0 1 4.04 0A8 8 0 0 0 12 4.5m2.034 7.5a6.5 6.5 0 0 1 1.74-.768c.144-.239.226-.517.226-.815A2.417 2.417 0 0 0 13.583 8h-3.166A2.417 2.417 0 0 0 8 10.417C8 11.29 8.709 12 9.583 12zM9.5 10.417c0-.507.41-.917.917-.917h3.166c.507 0 .917.41.917.917a.083.083 0 0 1-.083.083H9.583a.083.083 0 0 1-.083-.083M23 17.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0m-5 .5l.001 2.503a.5.5 0 1 1-1 0V18h-2.505a.5.5 0 0 1 0-1H17v-2.5a.5.5 0 1 1 1 0V17h2.497a.5.5 0 0 1 0 1z"/></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 2a3.75 3.75 0 0 0-3.736 3.424A8 8 0 0 0 4 12.5v6.25A3.25 3.25 0 0 0 7.25 22h5.56a6.5 6.5 0 0 1-1.078-1.5H7.25a1.75 1.75 0 0 1-1.75-1.75v-3.036H8v1.536a.75.75 0 0 0 1.5 0v-1.536h1.748c.175-.613.438-1.19.774-1.714H5.5v-1.5a6.5 6.5 0 0 1 12.839-1.446a6.5 6.5 0 0 1 1.596.417a8 8 0 0 0-4.199-6.047A3.75 3.75 0 0 0 12 2m0 2.5c-.698 0-1.374.09-2.02.257a2.25 2.25 0 0 1 4.04 0A8 8 0 0 0 12 4.5m2.034 7.5a6.5 6.5 0 0 1 1.74-.768c.144-.239.226-.517.226-.815A2.417 2.417 0 0 0 13.583 8h-3.166A2.417 2.417 0 0 0 8 10.417C8 11.29 8.709 12 9.583 12zM9.5 10.417c0-.507.41-.917.917-.917h3.166c.507 0 .917.41.917.917a.083.083 0 0 1-.083.083H9.583a.083.083 0 0 1-.083-.083M23 17.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0m-5 .5l.001 2.503a.5.5 0 1 1-1 0V18h-2.505a.5.5 0 0 1 0-1H17v-2.5a.5.5 0 1 1 1 0V17h2.497a.5.5 0 0 1 0 1z"/></svg>
</template>

CSS

.icon-backpack-add-24-regular {
  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%202a3.75%203.75%200%200%200-3.736%203.424A8%208%200%200%200%204%2012.5v6.25A3.25%203.25%200%200%200%207.25%2022h5.56a6.5%206.5%200%200%201-1.078-1.5H7.25a1.75%201.75%200%200%201-1.75-1.75v-3.036H8v1.536a.75.75%200%200%200%201.5%200v-1.536h1.748c.175-.613.438-1.19.774-1.714H5.5v-1.5a6.5%206.5%200%200%201%2012.839-1.446a6.5%206.5%200%200%201%201.596.417a8%208%200%200%200-4.199-6.047A3.75%203.75%200%200%200%2012%202m0%202.5c-.698%200-1.374.09-2.02.257a2.25%202.25%200%200%201%204.04%200A8%208%200%200%200%2012%204.5m2.034%207.5a6.5%206.5%200%200%201%201.74-.768c.144-.239.226-.517.226-.815A2.417%202.417%200%200%200%2013.583%208h-3.166A2.417%202.417%200%200%200%208%2010.417C8%2011.29%208.709%2012%209.583%2012zM9.5%2010.417c0-.507.41-.917.917-.917h3.166c.507%200%20.917.41.917.917a.083.083%200%200%201-.083.083H9.583a.083.083%200%200%201-.083-.083M23%2017.5a5.5%205.5%200%201%200-11%200a5.5%205.5%200%200%200%2011%200m-5%20.5l.001%202.503a.5.5%200%201%201-1%200V18h-2.505a.5.5%200%200%201%200-1H17v-2.5a.5.5%200%201%201%201%200V17h2.497a.5.5%200%200%201%200%201z%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%202a3.75%203.75%200%200%200-3.736%203.424A8%208%200%200%200%204%2012.5v6.25A3.25%203.25%200%200%200%207.25%2022h5.56a6.5%206.5%200%200%201-1.078-1.5H7.25a1.75%201.75%200%200%201-1.75-1.75v-3.036H8v1.536a.75.75%200%200%200%201.5%200v-1.536h1.748c.175-.613.438-1.19.774-1.714H5.5v-1.5a6.5%206.5%200%200%201%2012.839-1.446a6.5%206.5%200%200%201%201.596.417a8%208%200%200%200-4.199-6.047A3.75%203.75%200%200%200%2012%202m0%202.5c-.698%200-1.374.09-2.02.257a2.25%202.25%200%200%201%204.04%200A8%208%200%200%200%2012%204.5m2.034%207.5a6.5%206.5%200%200%201%201.74-.768c.144-.239.226-.517.226-.815A2.417%202.417%200%200%200%2013.583%208h-3.166A2.417%202.417%200%200%200%208%2010.417C8%2011.29%208.709%2012%209.583%2012zM9.5%2010.417c0-.507.41-.917.917-.917h3.166c.507%200%20.917.41.917.917a.083.083%200%200%201-.083.083H9.583a.083.083%200%200%201-.083-.083M23%2017.5a5.5%205.5%200%201%200-11%200a5.5%205.5%200%200%200%2011%200m-5%20.5l.001%202.503a.5.5%200%201%201-1%200V18h-2.505a.5.5%200%200%201%200-1H17v-2.5a.5.5%200%201%201%201%200V17h2.497a.5.5%200%200%201%200%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/backpack-add-24-regular.svg?color=%231a73e8&size=48