strongbox icon

strongbox from IconPark by ByteDance · Color · Hardware · Apache-2.0 Free for personal and commercial use.

Name
strongbox
Set
IconPark
Style
Color
Category
Hardware
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More hardware icons from IconPark

Use the strongbox icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M41 4H7C5.34315 4 4 5.34315 4 7V41C4 42.6569 5.34315 44 7 44H41C42.6569 44 44 42.6569 44 41V7C44 5.34315 42.6569 4 41 4Z"/><path fill="#fff" d="M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z"/><path fill="#fff" d="M12 38C13.1046 38 14 37.1046 14 36C14 34.8954 13.1046 34 12 34C10.8954 34 10 34.8954 10 36C10 37.1046 10.8954 38 12 38Z"/><path fill="#fff" d="M36 14C37.1046 14 38 13.1046 38 12C38 10.8954 37.1046 10 36 10C34.8954 10 34 10.8954 34 12C34 13.1046 34.8954 14 36 14Z"/><path fill="#fff" d="M36 38C37.1046 38 38 37.1046 38 36C38 34.8954 37.1046 34 36 34C34.8954 34 34 34.8954 34 36C34 37.1046 34.8954 38 36 38Z"/><path fill="#43CCF8" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 33C28.9706 33 33 28.9706 33 24C33 19.0294 28.9706 15 24 15C19.0294 15 15 19.0294 15 24C15 28.9706 19.0294 33 24 33Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkStrongbox(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M41 4H7C5.34315 4 4 5.34315 4 7V41C4 42.6569 5.34315 44 7 44H41C42.6569 44 44 42.6569 44 41V7C44 5.34315 42.6569 4 41 4Z"/><path fill="#fff" d="M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z"/><path fill="#fff" d="M12 38C13.1046 38 14 37.1046 14 36C14 34.8954 13.1046 34 12 34C10.8954 34 10 34.8954 10 36C10 37.1046 10.8954 38 12 38Z"/><path fill="#fff" d="M36 14C37.1046 14 38 13.1046 38 12C38 10.8954 37.1046 10 36 10C34.8954 10 34 10.8954 34 12C34 13.1046 34.8954 14 36 14Z"/><path fill="#fff" d="M36 38C37.1046 38 38 37.1046 38 36C38 34.8954 37.1046 34 36 34C34.8954 34 34 34.8954 34 36C34 37.1046 34.8954 38 36 38Z"/><path fill="#43CCF8" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M24 33C28.9706 33 33 28.9706 33 24C33 19.0294 28.9706 15 24 15C19.0294 15 15 19.0294 15 24C15 28.9706 19.0294 33 24 33Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M41 4H7C5.34315 4 4 5.34315 4 7V41C4 42.6569 5.34315 44 7 44H41C42.6569 44 44 42.6569 44 41V7C44 5.34315 42.6569 4 41 4Z"/><path fill="#fff" d="M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z"/><path fill="#fff" d="M12 38C13.1046 38 14 37.1046 14 36C14 34.8954 13.1046 34 12 34C10.8954 34 10 34.8954 10 36C10 37.1046 10.8954 38 12 38Z"/><path fill="#fff" d="M36 14C37.1046 14 38 13.1046 38 12C38 10.8954 37.1046 10 36 10C34.8954 10 34 10.8954 34 12C34 13.1046 34.8954 14 36 14Z"/><path fill="#fff" d="M36 38C37.1046 38 38 37.1046 38 36C38 34.8954 37.1046 34 36 34C34.8954 34 34 34.8954 34 36C34 37.1046 34.8954 38 36 38Z"/><path fill="#43CCF8" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 33C28.9706 33 33 28.9706 33 24C33 19.0294 28.9706 15 24 15C19.0294 15 15 19.0294 15 24C15 28.9706 19.0294 33 24 33Z"/></g></svg>
</template>

CSS

.icon-strongbox {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M41%204H7C5.34315%204%204%205.34315%204%207V41C4%2042.6569%205.34315%2044%207%2044H41C42.6569%2044%2044%2042.6569%2044%2041V7C44%205.34315%2042.6569%204%2041%204Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12%2014C13.1046%2014%2014%2013.1046%2014%2012C14%2010.8954%2013.1046%2010%2012%2010C10.8954%2010%2010%2010.8954%2010%2012C10%2013.1046%2010.8954%2014%2012%2014Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12%2038C13.1046%2038%2014%2037.1046%2014%2036C14%2034.8954%2013.1046%2034%2012%2034C10.8954%2034%2010%2034.8954%2010%2036C10%2037.1046%2010.8954%2038%2012%2038Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M36%2014C37.1046%2014%2038%2013.1046%2038%2012C38%2010.8954%2037.1046%2010%2036%2010C34.8954%2010%2034%2010.8954%2034%2012C34%2013.1046%2034.8954%2014%2036%2014Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M36%2038C37.1046%2038%2038%2037.1046%2038%2036C38%2034.8954%2037.1046%2034%2036%2034C34.8954%2034%2034%2034.8954%2034%2036C34%2037.1046%2034.8954%2038%2036%2038Z%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%2033C28.9706%2033%2033%2028.9706%2033%2024C33%2019.0294%2028.9706%2015%2024%2015C19.0294%2015%2015%2019.0294%2015%2024C15%2028.9706%2019.0294%2033%2024%2033Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M41%204H7C5.34315%204%204%205.34315%204%207V41C4%2042.6569%205.34315%2044%207%2044H41C42.6569%2044%2044%2042.6569%2044%2041V7C44%205.34315%2042.6569%204%2041%204Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12%2014C13.1046%2014%2014%2013.1046%2014%2012C14%2010.8954%2013.1046%2010%2012%2010C10.8954%2010%2010%2010.8954%2010%2012C10%2013.1046%2010.8954%2014%2012%2014Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12%2038C13.1046%2038%2014%2037.1046%2014%2036C14%2034.8954%2013.1046%2034%2012%2034C10.8954%2034%2010%2034.8954%2010%2036C10%2037.1046%2010.8954%2038%2012%2038Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M36%2014C37.1046%2014%2038%2013.1046%2038%2012C38%2010.8954%2037.1046%2010%2036%2010C34.8954%2010%2034%2010.8954%2034%2012C34%2013.1046%2034.8954%2014%2036%2014Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M36%2038C37.1046%2038%2038%2037.1046%2038%2036C38%2034.8954%2037.1046%2034%2036%2034C34.8954%2034%2034%2034.8954%2034%2036C34%2037.1046%2034.8954%2038%2036%2038Z%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%2033C28.9706%2033%2033%2028.9706%2033%2024C33%2019.0294%2028.9706%2015%2024%2015C19.0294%2015%2015%2019.0294%2015%2024C15%2028.9706%2019.0294%2033%2024%2033Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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