duffle icon
duffle-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- duffle-fill
- Set
- Bootstrap Icons
- Style
- Fill
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
Use the duffle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.007 4.097q.011-.146.027-.298c.05-.464.141-.979.313-1.45c.169-.465.432-.933.853-1.249c1.115-.836 2.485-.836 3.6 0c.42.316.684.784.853 1.25c.171.47.263.985.313 1.449q.016.15.027.298c1.401.194 2.65.531 3.525 1.012c2.126 1.169 1.446 6.095 1.089 8.018a.954.954 0 0 1-.95.772H1.343a.954.954 0 0 1-.95-.772c-.357-1.923-1.037-6.85 1.09-8.018c.873-.48 2.123-.818 3.524-1.012M4.05 5.633a22 22 0 0 0-1.565.352l-.091.026l-.034.01a.5.5 0 0 0 .282.959l.005-.002l.02-.005l.08-.023a21 21 0 0 1 1.486-.334A21 21 0 0 1 8 6.25c1.439 0 2.781.183 3.767.367a21 21 0 0 1 1.567.356l.02.005l.004.001a.5.5 0 0 0 .283-.959h-.003l-.006-.002l-.025-.007a15 15 0 0 0-.43-.113a22 22 0 0 0-1.226-.265A22 22 0 0 0 8 5.25c-1.518 0-2.926.192-3.95.383M6.8 1.9c-.203.153-.377.42-.513.791a5.3 5.3 0 0 0-.265 1.292a35 35 0 0 1 1.374-.076c.866-.022 1.742.003 2.584.076a5.3 5.3 0 0 0-.266-1.292c-.135-.372-.309-.638-.513-.791c-.76-.57-1.64-.57-2.4 0Z"/></svg>
React
import type { SVGProps } from "react";
export function BiDuffleFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.007 4.097q.011-.146.027-.298c.05-.464.141-.979.313-1.45c.169-.465.432-.933.853-1.249c1.115-.836 2.485-.836 3.6 0c.42.316.684.784.853 1.25c.171.47.263.985.313 1.449q.016.15.027.298c1.401.194 2.65.531 3.525 1.012c2.126 1.169 1.446 6.095 1.089 8.018a.954.954 0 0 1-.95.772H1.343a.954.954 0 0 1-.95-.772c-.357-1.923-1.037-6.85 1.09-8.018c.873-.48 2.123-.818 3.524-1.012M4.05 5.633a22 22 0 0 0-1.565.352l-.091.026l-.034.01a.5.5 0 0 0 .282.959l.005-.002l.02-.005l.08-.023a21 21 0 0 1 1.486-.334A21 21 0 0 1 8 6.25c1.439 0 2.781.183 3.767.367a21 21 0 0 1 1.567.356l.02.005l.004.001a.5.5 0 0 0 .283-.959h-.003l-.006-.002l-.025-.007a15 15 0 0 0-.43-.113a22 22 0 0 0-1.226-.265A22 22 0 0 0 8 5.25c-1.518 0-2.926.192-3.95.383M6.8 1.9c-.203.153-.377.42-.513.791a5.3 5.3 0 0 0-.265 1.292a35 35 0 0 1 1.374-.076c.866-.022 1.742.003 2.584.076a5.3 5.3 0 0 0-.266-1.292c-.135-.372-.309-.638-.513-.791c-.76-.57-1.64-.57-2.4 0Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.007 4.097q.011-.146.027-.298c.05-.464.141-.979.313-1.45c.169-.465.432-.933.853-1.249c1.115-.836 2.485-.836 3.6 0c.42.316.684.784.853 1.25c.171.47.263.985.313 1.449q.016.15.027.298c1.401.194 2.65.531 3.525 1.012c2.126 1.169 1.446 6.095 1.089 8.018a.954.954 0 0 1-.95.772H1.343a.954.954 0 0 1-.95-.772c-.357-1.923-1.037-6.85 1.09-8.018c.873-.48 2.123-.818 3.524-1.012M4.05 5.633a22 22 0 0 0-1.565.352l-.091.026l-.034.01a.5.5 0 0 0 .282.959l.005-.002l.02-.005l.08-.023a21 21 0 0 1 1.486-.334A21 21 0 0 1 8 6.25c1.439 0 2.781.183 3.767.367a21 21 0 0 1 1.567.356l.02.005l.004.001a.5.5 0 0 0 .283-.959h-.003l-.006-.002l-.025-.007a15 15 0 0 0-.43-.113a22 22 0 0 0-1.226-.265A22 22 0 0 0 8 5.25c-1.518 0-2.926.192-3.95.383M6.8 1.9c-.203.153-.377.42-.513.791a5.3 5.3 0 0 0-.265 1.292a35 35 0 0 1 1.374-.076c.866-.022 1.742.003 2.584.076a5.3 5.3 0 0 0-.266-1.292c-.135-.372-.309-.638-.513-.791c-.76-.57-1.64-.57-2.4 0Z"/></svg> </template>
CSS
.icon-duffle-fill {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.007%204.097q.011-.146.027-.298c.05-.464.141-.979.313-1.45c.169-.465.432-.933.853-1.249c1.115-.836%202.485-.836%203.6%200c.42.316.684.784.853%201.25c.171.47.263.985.313%201.449q.016.15.027.298c1.401.194%202.65.531%203.525%201.012c2.126%201.169%201.446%206.095%201.089%208.018a.954.954%200%200%201-.95.772H1.343a.954.954%200%200%201-.95-.772c-.357-1.923-1.037-6.85%201.09-8.018c.873-.48%202.123-.818%203.524-1.012M4.05%205.633a22%2022%200%200%200-1.565.352l-.091.026l-.034.01a.5.5%200%200%200%20.282.959l.005-.002l.02-.005l.08-.023a21%2021%200%200%201%201.486-.334A21%2021%200%200%201%208%206.25c1.439%200%202.781.183%203.767.367a21%2021%200%200%201%201.567.356l.02.005l.004.001a.5.5%200%200%200%20.283-.959h-.003l-.006-.002l-.025-.007a15%2015%200%200%200-.43-.113a22%2022%200%200%200-1.226-.265A22%2022%200%200%200%208%205.25c-1.518%200-2.926.192-3.95.383M6.8%201.9c-.203.153-.377.42-.513.791a5.3%205.3%200%200%200-.265%201.292a35%2035%200%200%201%201.374-.076c.866-.022%201.742.003%202.584.076a5.3%205.3%200%200%200-.266-1.292c-.135-.372-.309-.638-.513-.791c-.76-.57-1.64-.57-2.4%200Z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.007%204.097q.011-.146.027-.298c.05-.464.141-.979.313-1.45c.169-.465.432-.933.853-1.249c1.115-.836%202.485-.836%203.6%200c.42.316.684.784.853%201.25c.171.47.263.985.313%201.449q.016.15.027.298c1.401.194%202.65.531%203.525%201.012c2.126%201.169%201.446%206.095%201.089%208.018a.954.954%200%200%201-.95.772H1.343a.954.954%200%200%201-.95-.772c-.357-1.923-1.037-6.85%201.09-8.018c.873-.48%202.123-.818%203.524-1.012M4.05%205.633a22%2022%200%200%200-1.565.352l-.091.026l-.034.01a.5.5%200%200%200%20.282.959l.005-.002l.02-.005l.08-.023a21%2021%200%200%201%201.486-.334A21%2021%200%200%201%208%206.25c1.439%200%202.781.183%203.767.367a21%2021%200%200%201%201.567.356l.02.005l.004.001a.5.5%200%200%200%20.283-.959h-.003l-.006-.002l-.025-.007a15%2015%200%200%200-.43-.113a22%2022%200%200%200-1.226-.265A22%2022%200%200%200%208%205.25c-1.518%200-2.926.192-3.95.383M6.8%201.9c-.203.153-.377.42-.513.791a5.3%205.3%200%200%200-.265%201.292a35%2035%200%200%201%201.374-.076c.866-.022%201.742.003%202.584.076a5.3%205.3%200%200%200-.266-1.292c-.135-.372-.309-.638-.513-.791c-.76-.57-1.64-.57-2.4%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/duffle-fill.svg?color=%231a73e8&size=48