motorbike package icon
motorbike-package-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- motorbike-package-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
Use the motorbike package icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.976 8.286c-.585.451-1.36.524-2.058.524h-1.52c-.753 0-1.54-.093-2.117-.572c-.637-.528-.755-1.289-.755-1.925V5.096c0-.637.118-1.398.755-1.927c.578-.479 1.364-.57 2.116-.57h1.521c.753 0 1.539.091 2.116.57c.638.529.755 1.29.755 1.927v1.217c0 .696-.151 1.462-.813 1.973"/><path d="M18.842 20.638c2.274 0 4.158-1.89 4.158-4.163c0-2.27-1.877-4.158-4.145-4.164l-.14-.52c.561-.146 1.043-.403 1.419-.795c.636-.662.792-1.52.756-2.28c-.07-1.475-.88-3.107-1.53-4.12a1 1 0 0 0-1.683 1.083c.592.92 1.17 2.19 1.215 3.132c.021.447-.082.677-.2.8c-.087.09-.274.218-.675.284a3 3 0 0 0-.327-.32c-.337-.284-.772-.548-1.231-.776c-.916-.455-2.097-.849-3.164-.964c-1.266-.137-2.415.398-3.27.806l-.104.05c-.913.436-1.508.72-2.064.72h-5.33a1 1 0 0 0 0 2h5.33c1.035 0 2.039-.486 2.807-.858l.223-.108c.908-.434 1.567-.69 2.193-.622c.682.074 1.49.317 2.185.625c-1.26.655-2.01 1.824-2.555 2.791a45 45 0 0 0-.343.624c-.26.477-.468.861-.71 1.184c-.31.41-.498.472-.653.473l-1.81-.03c-.45-1.81-2.1-3.18-4.036-3.18C2.884 12.31 1 14.202 1 16.476s1.884 4.163 4.158 4.163c1.925 0 3.57-1.354 4.03-3.149l1.794.032H11c1.069 0 1.777-.638 2.254-1.27c.338-.45.653-1.03.936-1.553q.136-.253.262-.478c.627-1.113 1.24-1.931 2.256-2.193l.205.768c-1.319.704-2.228 2.1-2.228 3.68c0 2.273 1.883 4.163 4.157 4.163"/></g></svg>
React
import type { SVGProps } from "react";
export function MynauiMotorbikePackageSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.976 8.286c-.585.451-1.36.524-2.058.524h-1.52c-.753 0-1.54-.093-2.117-.572c-.637-.528-.755-1.289-.755-1.925V5.096c0-.637.118-1.398.755-1.927c.578-.479 1.364-.57 2.116-.57h1.521c.753 0 1.539.091 2.116.57c.638.529.755 1.29.755 1.927v1.217c0 .696-.151 1.462-.813 1.973"/><path d="M18.842 20.638c2.274 0 4.158-1.89 4.158-4.163c0-2.27-1.877-4.158-4.145-4.164l-.14-.52c.561-.146 1.043-.403 1.419-.795c.636-.662.792-1.52.756-2.28c-.07-1.475-.88-3.107-1.53-4.12a1 1 0 0 0-1.683 1.083c.592.92 1.17 2.19 1.215 3.132c.021.447-.082.677-.2.8c-.087.09-.274.218-.675.284a3 3 0 0 0-.327-.32c-.337-.284-.772-.548-1.231-.776c-.916-.455-2.097-.849-3.164-.964c-1.266-.137-2.415.398-3.27.806l-.104.05c-.913.436-1.508.72-2.064.72h-5.33a1 1 0 0 0 0 2h5.33c1.035 0 2.039-.486 2.807-.858l.223-.108c.908-.434 1.567-.69 2.193-.622c.682.074 1.49.317 2.185.625c-1.26.655-2.01 1.824-2.555 2.791a45 45 0 0 0-.343.624c-.26.477-.468.861-.71 1.184c-.31.41-.498.472-.653.473l-1.81-.03c-.45-1.81-2.1-3.18-4.036-3.18C2.884 12.31 1 14.202 1 16.476s1.884 4.163 4.158 4.163c1.925 0 3.57-1.354 4.03-3.149l1.794.032H11c1.069 0 1.777-.638 2.254-1.27c.338-.45.653-1.03.936-1.553q.136-.253.262-.478c.627-1.113 1.24-1.931 2.256-2.193l.205.768c-1.319.704-2.228 2.1-2.228 3.68c0 2.273 1.883 4.163 4.157 4.163"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7.976 8.286c-.585.451-1.36.524-2.058.524h-1.52c-.753 0-1.54-.093-2.117-.572c-.637-.528-.755-1.289-.755-1.925V5.096c0-.637.118-1.398.755-1.927c.578-.479 1.364-.57 2.116-.57h1.521c.753 0 1.539.091 2.116.57c.638.529.755 1.29.755 1.927v1.217c0 .696-.151 1.462-.813 1.973"/><path d="M18.842 20.638c2.274 0 4.158-1.89 4.158-4.163c0-2.27-1.877-4.158-4.145-4.164l-.14-.52c.561-.146 1.043-.403 1.419-.795c.636-.662.792-1.52.756-2.28c-.07-1.475-.88-3.107-1.53-4.12a1 1 0 0 0-1.683 1.083c.592.92 1.17 2.19 1.215 3.132c.021.447-.082.677-.2.8c-.087.09-.274.218-.675.284a3 3 0 0 0-.327-.32c-.337-.284-.772-.548-1.231-.776c-.916-.455-2.097-.849-3.164-.964c-1.266-.137-2.415.398-3.27.806l-.104.05c-.913.436-1.508.72-2.064.72h-5.33a1 1 0 0 0 0 2h5.33c1.035 0 2.039-.486 2.807-.858l.223-.108c.908-.434 1.567-.69 2.193-.622c.682.074 1.49.317 2.185.625c-1.26.655-2.01 1.824-2.555 2.791a45 45 0 0 0-.343.624c-.26.477-.468.861-.71 1.184c-.31.41-.498.472-.653.473l-1.81-.03c-.45-1.81-2.1-3.18-4.036-3.18C2.884 12.31 1 14.202 1 16.476s1.884 4.163 4.158 4.163c1.925 0 3.57-1.354 4.03-3.149l1.794.032H11c1.069 0 1.777-.638 2.254-1.27c.338-.45.653-1.03.936-1.553q.136-.253.262-.478c.627-1.113 1.24-1.931 2.256-2.193l.205.768c-1.319.704-2.228 2.1-2.228 3.68c0 2.273 1.883 4.163 4.157 4.163"/></g></svg> </template>
CSS
.icon-motorbike-package-solid {
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%22currentColor%22%3E%3Cpath%20d%3D%22M7.976%208.286c-.585.451-1.36.524-2.058.524h-1.52c-.753%200-1.54-.093-2.117-.572c-.637-.528-.755-1.289-.755-1.925V5.096c0-.637.118-1.398.755-1.927c.578-.479%201.364-.57%202.116-.57h1.521c.753%200%201.539.091%202.116.57c.638.529.755%201.29.755%201.927v1.217c0%20.696-.151%201.462-.813%201.973%22%2F%3E%3Cpath%20d%3D%22M18.842%2020.638c2.274%200%204.158-1.89%204.158-4.163c0-2.27-1.877-4.158-4.145-4.164l-.14-.52c.561-.146%201.043-.403%201.419-.795c.636-.662.792-1.52.756-2.28c-.07-1.475-.88-3.107-1.53-4.12a1%201%200%200%200-1.683%201.083c.592.92%201.17%202.19%201.215%203.132c.021.447-.082.677-.2.8c-.087.09-.274.218-.675.284a3%203%200%200%200-.327-.32c-.337-.284-.772-.548-1.231-.776c-.916-.455-2.097-.849-3.164-.964c-1.266-.137-2.415.398-3.27.806l-.104.05c-.913.436-1.508.72-2.064.72h-5.33a1%201%200%200%200%200%202h5.33c1.035%200%202.039-.486%202.807-.858l.223-.108c.908-.434%201.567-.69%202.193-.622c.682.074%201.49.317%202.185.625c-1.26.655-2.01%201.824-2.555%202.791a45%2045%200%200%200-.343.624c-.26.477-.468.861-.71%201.184c-.31.41-.498.472-.653.473l-1.81-.03c-.45-1.81-2.1-3.18-4.036-3.18C2.884%2012.31%201%2014.202%201%2016.476s1.884%204.163%204.158%204.163c1.925%200%203.57-1.354%204.03-3.149l1.794.032H11c1.069%200%201.777-.638%202.254-1.27c.338-.45.653-1.03.936-1.553q.136-.253.262-.478c.627-1.113%201.24-1.931%202.256-2.193l.205.768c-1.319.704-2.228%202.1-2.228%203.68c0%202.273%201.883%204.163%204.157%204.163%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%22currentColor%22%3E%3Cpath%20d%3D%22M7.976%208.286c-.585.451-1.36.524-2.058.524h-1.52c-.753%200-1.54-.093-2.117-.572c-.637-.528-.755-1.289-.755-1.925V5.096c0-.637.118-1.398.755-1.927c.578-.479%201.364-.57%202.116-.57h1.521c.753%200%201.539.091%202.116.57c.638.529.755%201.29.755%201.927v1.217c0%20.696-.151%201.462-.813%201.973%22%2F%3E%3Cpath%20d%3D%22M18.842%2020.638c2.274%200%204.158-1.89%204.158-4.163c0-2.27-1.877-4.158-4.145-4.164l-.14-.52c.561-.146%201.043-.403%201.419-.795c.636-.662.792-1.52.756-2.28c-.07-1.475-.88-3.107-1.53-4.12a1%201%200%200%200-1.683%201.083c.592.92%201.17%202.19%201.215%203.132c.021.447-.082.677-.2.8c-.087.09-.274.218-.675.284a3%203%200%200%200-.327-.32c-.337-.284-.772-.548-1.231-.776c-.916-.455-2.097-.849-3.164-.964c-1.266-.137-2.415.398-3.27.806l-.104.05c-.913.436-1.508.72-2.064.72h-5.33a1%201%200%200%200%200%202h5.33c1.035%200%202.039-.486%202.807-.858l.223-.108c.908-.434%201.567-.69%202.193-.622c.682.074%201.49.317%202.185.625c-1.26.655-2.01%201.824-2.555%202.791a45%2045%200%200%200-.343.624c-.26.477-.468.861-.71%201.184c-.31.41-.498.472-.653.473l-1.81-.03c-.45-1.81-2.1-3.18-4.036-3.18C2.884%2012.31%201%2014.202%201%2016.476s1.884%204.163%204.158%204.163c1.925%200%203.57-1.354%204.03-3.149l1.794.032H11c1.069%200%201.777-.638%202.254-1.27c.338-.45.653-1.03.936-1.553q.136-.253.262-.478c.627-1.113%201.24-1.931%202.256-2.193l.205.768c-1.319.704-2.228%202.1-2.228%203.68c0%202.273%201.883%204.163%204.157%204.163%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/motorbike-package-solid.svg?color=%231a73e8&size=48