suitcase tag icon

suitcase-tag-broken from Solar by 480 Design · Broken · Nature · CC-BY-4.0 Attribution required.

Name
suitcase-tag-broken
Set
Solar
Style
Broken
Category
Nature
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More nature icons from Solar

Use the suitcase tag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M16 6C16 4.11438 16 3.17157 15.4142 2.58579C14.8284 2 13.8856 2 12 2C10.1144 2 9.17157 2 8.58579 2.58579C8 3.17157 8 4.11438 8 6"/><path stroke-linejoin="round" d="M10 15H6C5.5286 15 5.29289 15 5.14645 15.1464C5 15.2929 5 15.5286 5 16V17C5 17.4714 5 17.7071 5.14645 17.8536C5.29289 18 5.5286 18 6 18H10C10.4714 18 10.7071 18 10.8536 17.8536C11 17.7071 11 17.4714 11 17V16C11 15.5286 11 15.2929 10.8536 15.1464C10.7071 15 10.4714 15 10 15Z"/><path stroke-linecap="round" d="M6 6.5V15M6 21.5V18.5"/><path stroke-linecap="round" d="M18 6.5V10M18 21.5V14"/><path stroke-linecap="round" d="M2 14C2 10.2288 2 8.34315 3.17157 7.17157C4.34315 6 6.22876 6 10 6H14C17.7712 6 19.6569 6 20.8284 7.17157C21.4816 7.82475 21.7706 8.69989 21.8985 10M22 14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22H10C6.22878 22 4.34314 22 3.17157 20.8284C2.51839 20.1752 2.22937 19.3001 2.10149 18"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarSuitcaseTagBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M16 6C16 4.11438 16 3.17157 15.4142 2.58579C14.8284 2 13.8856 2 12 2C10.1144 2 9.17157 2 8.58579 2.58579C8 3.17157 8 4.11438 8 6"/><path strokeLinejoin="round" d="M10 15H6C5.5286 15 5.29289 15 5.14645 15.1464C5 15.2929 5 15.5286 5 16V17C5 17.4714 5 17.7071 5.14645 17.8536C5.29289 18 5.5286 18 6 18H10C10.4714 18 10.7071 18 10.8536 17.8536C11 17.7071 11 17.4714 11 17V16C11 15.5286 11 15.2929 10.8536 15.1464C10.7071 15 10.4714 15 10 15Z"/><path strokeLinecap="round" d="M6 6.5V15M6 21.5V18.5"/><path strokeLinecap="round" d="M18 6.5V10M18 21.5V14"/><path strokeLinecap="round" d="M2 14C2 10.2288 2 8.34315 3.17157 7.17157C4.34315 6 6.22876 6 10 6H14C17.7712 6 19.6569 6 20.8284 7.17157C21.4816 7.82475 21.7706 8.69989 21.8985 10M22 14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22H10C6.22878 22 4.34314 22 3.17157 20.8284C2.51839 20.1752 2.22937 19.3001 2.10149 18"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M16 6C16 4.11438 16 3.17157 15.4142 2.58579C14.8284 2 13.8856 2 12 2C10.1144 2 9.17157 2 8.58579 2.58579C8 3.17157 8 4.11438 8 6"/><path stroke-linejoin="round" d="M10 15H6C5.5286 15 5.29289 15 5.14645 15.1464C5 15.2929 5 15.5286 5 16V17C5 17.4714 5 17.7071 5.14645 17.8536C5.29289 18 5.5286 18 6 18H10C10.4714 18 10.7071 18 10.8536 17.8536C11 17.7071 11 17.4714 11 17V16C11 15.5286 11 15.2929 10.8536 15.1464C10.7071 15 10.4714 15 10 15Z"/><path stroke-linecap="round" d="M6 6.5V15M6 21.5V18.5"/><path stroke-linecap="round" d="M18 6.5V10M18 21.5V14"/><path stroke-linecap="round" d="M2 14C2 10.2288 2 8.34315 3.17157 7.17157C4.34315 6 6.22876 6 10 6H14C17.7712 6 19.6569 6 20.8284 7.17157C21.4816 7.82475 21.7706 8.69989 21.8985 10M22 14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22H10C6.22878 22 4.34314 22 3.17157 20.8284C2.51839 20.1752 2.22937 19.3001 2.10149 18"/></g></svg>
</template>

CSS

.icon-suitcase-tag-broken {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%206C16%204.11438%2016%203.17157%2015.4142%202.58579C14.8284%202%2013.8856%202%2012%202C10.1144%202%209.17157%202%208.58579%202.58579C8%203.17157%208%204.11438%208%206%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2015H6C5.5286%2015%205.29289%2015%205.14645%2015.1464C5%2015.2929%205%2015.5286%205%2016V17C5%2017.4714%205%2017.7071%205.14645%2017.8536C5.29289%2018%205.5286%2018%206%2018H10C10.4714%2018%2010.7071%2018%2010.8536%2017.8536C11%2017.7071%2011%2017.4714%2011%2017V16C11%2015.5286%2011%2015.2929%2010.8536%2015.1464C10.7071%2015%2010.4714%2015%2010%2015Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%206.5V15M6%2021.5V18.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%206.5V10M18%2021.5V14%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2014C2%2010.2288%202%208.34315%203.17157%207.17157C4.34315%206%206.22876%206%2010%206H14C17.7712%206%2019.6569%206%2020.8284%207.17157C21.4816%207.82475%2021.7706%208.69989%2021.8985%2010M22%2014C22%2017.7712%2022%2019.6569%2020.8284%2020.8284C19.6569%2022%2017.7712%2022%2014%2022H10C6.22878%2022%204.34314%2022%203.17157%2020.8284C2.51839%2020.1752%202.22937%2019.3001%202.10149%2018%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%206C16%204.11438%2016%203.17157%2015.4142%202.58579C14.8284%202%2013.8856%202%2012%202C10.1144%202%209.17157%202%208.58579%202.58579C8%203.17157%208%204.11438%208%206%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M10%2015H6C5.5286%2015%205.29289%2015%205.14645%2015.1464C5%2015.2929%205%2015.5286%205%2016V17C5%2017.4714%205%2017.7071%205.14645%2017.8536C5.29289%2018%205.5286%2018%206%2018H10C10.4714%2018%2010.7071%2018%2010.8536%2017.8536C11%2017.7071%2011%2017.4714%2011%2017V16C11%2015.5286%2011%2015.2929%2010.8536%2015.1464C10.7071%2015%2010.4714%2015%2010%2015Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%206.5V15M6%2021.5V18.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%206.5V10M18%2021.5V14%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2014C2%2010.2288%202%208.34315%203.17157%207.17157C4.34315%206%206.22876%206%2010%206H14C17.7712%206%2019.6569%206%2020.8284%207.17157C21.4816%207.82475%2021.7706%208.69989%2021.8985%2010M22%2014C22%2017.7712%2022%2019.6569%2020.8284%2020.8284C19.6569%2022%2017.7712%2022%2014%2022H10C6.22878%2022%204.34314%2022%203.17157%2020.8284C2.51839%2020.1752%202.22937%2019.3001%202.10149%2018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/suitcase-tag-broken.svg?color=%231a73e8&size=48