sack-outline from Material Design Icons by Pictogrammers · Outline · Gaming / RPG · Apache-2.0 Free for personal and commercial use.

Name
sack-outline
Set
Material Design Icons
Style
Outline
Category
Gaming / RPG
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More gaming / rpg icons from Material Design Icons

Use the sack icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 18.28v-.23c-.05-.17-.1-.42-.17-.73c-.14-.63-.37-1.47-.7-2.37c-.63-1.72-1.55-3.21-2.66-3.95H8.53c-1.11.74-2.03 2.23-2.66 3.95c-.33.9-.56 1.74-.7 2.37c-.07.31-.12.56-.17.73v.24l-.03.1l-.02.06c-.01.05-.01.1-.01.18c0 .16.03.33.1.48c.05.1.46.89 2.96.89h8c2.5 0 2.91-.79 2.96-.89c.07-.15.1-.32.1-.48c0-.08 0-.13-.01-.18l-.02-.06l-.03-.1zM3 18s1-7 5-9h8c4 2 5 9 5 9s1 4-5 4H8c-6 0-5-4-5-4m7-14l2-2l2 2l4-2l-2 5H8L6 2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiSackOutline(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="M19 18.28v-.23c-.05-.17-.1-.42-.17-.73c-.14-.63-.37-1.47-.7-2.37c-.63-1.72-1.55-3.21-2.66-3.95H8.53c-1.11.74-2.03 2.23-2.66 3.95c-.33.9-.56 1.74-.7 2.37c-.07.31-.12.56-.17.73v.24l-.03.1l-.02.06c-.01.05-.01.1-.01.18c0 .16.03.33.1.48c.05.1.46.89 2.96.89h8c2.5 0 2.91-.79 2.96-.89c.07-.15.1-.32.1-.48c0-.08 0-.13-.01-.18l-.02-.06l-.03-.1zM3 18s1-7 5-9h8c4 2 5 9 5 9s1 4-5 4H8c-6 0-5-4-5-4m7-14l2-2l2 2l4-2l-2 5H8L6 2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 18.28v-.23c-.05-.17-.1-.42-.17-.73c-.14-.63-.37-1.47-.7-2.37c-.63-1.72-1.55-3.21-2.66-3.95H8.53c-1.11.74-2.03 2.23-2.66 3.95c-.33.9-.56 1.74-.7 2.37c-.07.31-.12.56-.17.73v.24l-.03.1l-.02.06c-.01.05-.01.1-.01.18c0 .16.03.33.1.48c.05.1.46.89 2.96.89h8c2.5 0 2.91-.79 2.96-.89c.07-.15.1-.32.1-.48c0-.08 0-.13-.01-.18l-.02-.06l-.03-.1zM3 18s1-7 5-9h8c4 2 5 9 5 9s1 4-5 4H8c-6 0-5-4-5-4m7-14l2-2l2 2l4-2l-2 5H8L6 2z"/></svg>
</template>

CSS

.icon-sack-outline {
  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%22M19%2018.28v-.23c-.05-.17-.1-.42-.17-.73c-.14-.63-.37-1.47-.7-2.37c-.63-1.72-1.55-3.21-2.66-3.95H8.53c-1.11.74-2.03%202.23-2.66%203.95c-.33.9-.56%201.74-.7%202.37c-.07.31-.12.56-.17.73v.24l-.03.1l-.02.06c-.01.05-.01.1-.01.18c0%20.16.03.33.1.48c.05.1.46.89%202.96.89h8c2.5%200%202.91-.79%202.96-.89c.07-.15.1-.32.1-.48c0-.08%200-.13-.01-.18l-.02-.06l-.03-.1zM3%2018s1-7%205-9h8c4%202%205%209%205%209s1%204-5%204H8c-6%200-5-4-5-4m7-14l2-2l2%202l4-2l-2%205H8L6%202z%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%22M19%2018.28v-.23c-.05-.17-.1-.42-.17-.73c-.14-.63-.37-1.47-.7-2.37c-.63-1.72-1.55-3.21-2.66-3.95H8.53c-1.11.74-2.03%202.23-2.66%203.95c-.33.9-.56%201.74-.7%202.37c-.07.31-.12.56-.17.73v.24l-.03.1l-.02.06c-.01.05-.01.1-.01.18c0%20.16.03.33.1.48c.05.1.46.89%202.96.89h8c2.5%200%202.91-.79%202.96-.89c.07-.15.1-.32.1-.48c0-.08%200-.13-.01-.18l-.02-.06l-.03-.1zM3%2018s1-7%205-9h8c4%202%205%209%205%209s1%204-5%204H8c-6%200-5-4-5-4m7-14l2-2l2%202l4-2l-2%205H8L6%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/sack-outline.svg?color=%231a73e8&size=48