package icon
package-two-tone from Keyline Icons by Keyline Icons · Two Tone · MIT Free for personal and commercial use.
- Name
- package-two-tone
- Set
- Keyline Icons
- Style
- Two Tone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
packageBoxIcons v2packageBoxIcons v2 SolidpackageCarbonpackageCodiconspackageEmoji One (Colored)packageFeather IconspackageFluent EmojipackageFluent Emoji FlatpackageFluent Emoji High ContrastpackageFirefox OS EmojipackageHuge IconspackageHumbleiconspackageIconoirpackageLucidepackageMaterial SymbolspackageMaterial Symbols LightpackageMaterial Design Iconspackage-fillMingCute IconpackageMyna UI IconspackageNoto EmojipackageOcticonspackageOpenMojipackagePhosphorpackagePixelarticons
Related icons in Keyline Icons
Use the package 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-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M13.3613 1.3266L21.3613 5.4003C22.3668 5.9123 23 6.9453 23 8.0737L23 15.9263C23 17.0547 22.3668 18.0877 21.3613 18.5997L13.3613 22.6734C12.506 23.1089 11.494 23.1089 10.6387 22.6734L2.6387 18.5997C1.6332 18.0877 1 17.0547 1 15.9263L1 8.0737C1 6.9453 1.6332 5.9123 2.6387 5.4003L10.6387 1.3266C11.494 0.8911 12.506 0.8911 13.3613 1.3266Z" stroke="none"/><path d="M2.3084 7.0066L12 12M12 12L21.6916 7.0066M12 12L12 22M7 4.3017L17 9.4239M12.9075 2.2178L20.9075 6.2914C21.5779 6.6328 22 7.3214 22 8.0737L22 15.9263C22 16.6786 21.5779 17.3672 20.9075 17.7086L12.9075 21.7822C12.3373 22.0726 11.6627 22.0726 11.0925 21.7822L3.0925 17.7086C2.4221 17.3672 2 16.6786 2 15.9263L2 8.0737C2 7.3214 2.4221 6.6328 3.0925 6.2914L11.0925 2.2178C11.6627 1.9274 12.3373 1.9274 12.9075 2.2178Z"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsPackageTwoTone(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M13.3613 1.3266L21.3613 5.4003C22.3668 5.9123 23 6.9453 23 8.0737L23 15.9263C23 17.0547 22.3668 18.0877 21.3613 18.5997L13.3613 22.6734C12.506 23.1089 11.494 23.1089 10.6387 22.6734L2.6387 18.5997C1.6332 18.0877 1 17.0547 1 15.9263L1 8.0737C1 6.9453 1.6332 5.9123 2.6387 5.4003L10.6387 1.3266C11.494 0.8911 12.506 0.8911 13.3613 1.3266Z" stroke="none"/><path d="M2.3084 7.0066L12 12M12 12L21.6916 7.0066M12 12L12 22M7 4.3017L17 9.4239M12.9075 2.2178L20.9075 6.2914C21.5779 6.6328 22 7.3214 22 8.0737L22 15.9263C22 16.6786 21.5779 17.3672 20.9075 17.7086L12.9075 21.7822C12.3373 22.0726 11.6627 22.0726 11.0925 21.7822L3.0925 17.7086C2.4221 17.3672 2 16.6786 2 15.9263L2 8.0737C2 7.3214 2.4221 6.6328 3.0925 6.2914L11.0925 2.2178C11.6627 1.9274 12.3373 1.9274 12.9075 2.2178Z"/></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-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M13.3613 1.3266L21.3613 5.4003C22.3668 5.9123 23 6.9453 23 8.0737L23 15.9263C23 17.0547 22.3668 18.0877 21.3613 18.5997L13.3613 22.6734C12.506 23.1089 11.494 23.1089 10.6387 22.6734L2.6387 18.5997C1.6332 18.0877 1 17.0547 1 15.9263L1 8.0737C1 6.9453 1.6332 5.9123 2.6387 5.4003L10.6387 1.3266C11.494 0.8911 12.506 0.8911 13.3613 1.3266Z" stroke="none"/><path d="M2.3084 7.0066L12 12M12 12L21.6916 7.0066M12 12L12 22M7 4.3017L17 9.4239M12.9075 2.2178L20.9075 6.2914C21.5779 6.6328 22 7.3214 22 8.0737L22 15.9263C22 16.6786 21.5779 17.3672 20.9075 17.7086L12.9075 21.7822C12.3373 22.0726 11.6627 22.0726 11.0925 21.7822L3.0925 17.7086C2.4221 17.3672 2 16.6786 2 15.9263L2 8.0737C2 7.3214 2.4221 6.6328 3.0925 6.2914L11.0925 2.2178C11.6627 1.9274 12.3373 1.9274 12.9075 2.2178Z"/></g></svg> </template>
CSS
.icon-package-two-tone {
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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M13.3613%201.3266L21.3613%205.4003C22.3668%205.9123%2023%206.9453%2023%208.0737L23%2015.9263C23%2017.0547%2022.3668%2018.0877%2021.3613%2018.5997L13.3613%2022.6734C12.506%2023.1089%2011.494%2023.1089%2010.6387%2022.6734L2.6387%2018.5997C1.6332%2018.0877%201%2017.0547%201%2015.9263L1%208.0737C1%206.9453%201.6332%205.9123%202.6387%205.4003L10.6387%201.3266C11.494%200.8911%2012.506%200.8911%2013.3613%201.3266Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2.3084%207.0066L12%2012M12%2012L21.6916%207.0066M12%2012L12%2022M7%204.3017L17%209.4239M12.9075%202.2178L20.9075%206.2914C21.5779%206.6328%2022%207.3214%2022%208.0737L22%2015.9263C22%2016.6786%2021.5779%2017.3672%2020.9075%2017.7086L12.9075%2021.7822C12.3373%2022.0726%2011.6627%2022.0726%2011.0925%2021.7822L3.0925%2017.7086C2.4221%2017.3672%202%2016.6786%202%2015.9263L2%208.0737C2%207.3214%202.4221%206.6328%203.0925%206.2914L11.0925%202.2178C11.6627%201.9274%2012.3373%201.9274%2012.9075%202.2178Z%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M13.3613%201.3266L21.3613%205.4003C22.3668%205.9123%2023%206.9453%2023%208.0737L23%2015.9263C23%2017.0547%2022.3668%2018.0877%2021.3613%2018.5997L13.3613%2022.6734C12.506%2023.1089%2011.494%2023.1089%2010.6387%2022.6734L2.6387%2018.5997C1.6332%2018.0877%201%2017.0547%201%2015.9263L1%208.0737C1%206.9453%201.6332%205.9123%202.6387%205.4003L10.6387%201.3266C11.494%200.8911%2012.506%200.8911%2013.3613%201.3266Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2.3084%207.0066L12%2012M12%2012L21.6916%207.0066M12%2012L12%2022M7%204.3017L17%209.4239M12.9075%202.2178L20.9075%206.2914C21.5779%206.6328%2022%207.3214%2022%208.0737L22%2015.9263C22%2016.6786%2021.5779%2017.3672%2020.9075%2017.7086L12.9075%2021.7822C12.3373%2022.0726%2011.6627%2022.0726%2011.0925%2021.7822L3.0925%2017.7086C2.4221%2017.3672%202%2016.6786%202%2015.9263L2%208.0737C2%207.3214%202.4221%206.6328%203.0925%206.2914L11.0925%202.2178C11.6627%201.9274%2012.3373%201.9274%2012.9075%202.2178Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/package-two-tone.svg?color=%231a73e8&size=48