armory icon logo

armory-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
armory-icon
Set
SVG Logos
Style
Color
Viewbox
256×242
License
CC0

Use the armory icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 242"><path fill="#00bcdd" d="M182.015 66.913V29.927h37.127v36.986zm49.629-14.205H255.9V29.84h-24.257zm-23.405-34.25h21.81V0h-21.81zm34.047-2.376H256V3.868h-13.714z"/><path fill="#0c4062" d="M24.503 73.246c-.297 20.259-.125 40.096 3.34 59.763c2.684 15.233 7.163 29.762 16.206 42.56c12.937 18.309 30.435 30.781 50.794 39.658c2.964 1.293 5.47 1.548 8.311-.141c2.424-1.442 5.085-2.489 7.645-3.701c32.519-15.398 53.008-39.912 58.921-76.025c3.348-20.44 3.919-40.952 3.701-61.556c-.002-.166-.211-.33-.392-.595c-26.993-2.593-51.169-12.404-72.338-29.487c-22.854 16.783-48.009 26.834-76.188 29.524m172.372-6.333c.062 10.083.35 20.17.14 30.247c-.472 22.631-2.35 45.085-10.036 66.645c-10.11 28.361-29.486 48.875-55.236 63.542c-9.62 5.478-20.105 9.455-30.272 13.944c-1.39.614-3.41.74-4.827.23c-25.138-9.06-47.493-22.368-65.004-42.949c-15.125-17.775-23.902-38.43-27.119-61.367c-1.79-12.77-2.62-25.675-3.911-38.516c-.054-.534-.4-1.039-.61-1.558V73.778c.383-3.872.803-7.742 1.14-11.618c.354-4.053.63-8.112.963-12.486C41.033 51.656 73.815 38.52 100.8 10.49c21.106 25.609 48.522 37.892 81.215 39.196h13.687z"/><path fill="#00bcdd" d="M100.69 78.205c6.29 7.779 12.25 15.116 18.174 22.482c10.081 12.538 20.106 25.122 30.24 37.617c1.62 1.998 2.111 3.861 1.339 6.344c-2.197 7.052-6.6 15.564-10.198 18.993l-39.557-49.063l-39.567 49.166c-1.09-1.586-2.157-2.835-2.886-4.257c-2.108-4.11-3.949-8.359-6.14-12.421c-2.221-4.117-1.345-7.416 1.526-10.914c13.607-16.583 27.055-33.296 40.562-49.96c2.038-2.515 4.089-5.02 6.507-7.987"/></svg>

React

import type { SVGProps } from "react";

export function LogosArmoryIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 242"><path fill="#00bcdd" d="M182.015 66.913V29.927h37.127v36.986zm49.629-14.205H255.9V29.84h-24.257zm-23.405-34.25h21.81V0h-21.81zm34.047-2.376H256V3.868h-13.714z"/><path fill="#0c4062" d="M24.503 73.246c-.297 20.259-.125 40.096 3.34 59.763c2.684 15.233 7.163 29.762 16.206 42.56c12.937 18.309 30.435 30.781 50.794 39.658c2.964 1.293 5.47 1.548 8.311-.141c2.424-1.442 5.085-2.489 7.645-3.701c32.519-15.398 53.008-39.912 58.921-76.025c3.348-20.44 3.919-40.952 3.701-61.556c-.002-.166-.211-.33-.392-.595c-26.993-2.593-51.169-12.404-72.338-29.487c-22.854 16.783-48.009 26.834-76.188 29.524m172.372-6.333c.062 10.083.35 20.17.14 30.247c-.472 22.631-2.35 45.085-10.036 66.645c-10.11 28.361-29.486 48.875-55.236 63.542c-9.62 5.478-20.105 9.455-30.272 13.944c-1.39.614-3.41.74-4.827.23c-25.138-9.06-47.493-22.368-65.004-42.949c-15.125-17.775-23.902-38.43-27.119-61.367c-1.79-12.77-2.62-25.675-3.911-38.516c-.054-.534-.4-1.039-.61-1.558V73.778c.383-3.872.803-7.742 1.14-11.618c.354-4.053.63-8.112.963-12.486C41.033 51.656 73.815 38.52 100.8 10.49c21.106 25.609 48.522 37.892 81.215 39.196h13.687z"/><path fill="#00bcdd" d="M100.69 78.205c6.29 7.779 12.25 15.116 18.174 22.482c10.081 12.538 20.106 25.122 30.24 37.617c1.62 1.998 2.111 3.861 1.339 6.344c-2.197 7.052-6.6 15.564-10.198 18.993l-39.557-49.063l-39.567 49.166c-1.09-1.586-2.157-2.835-2.886-4.257c-2.108-4.11-3.949-8.359-6.14-12.421c-2.221-4.117-1.345-7.416 1.526-10.914c13.607-16.583 27.055-33.296 40.562-49.96c2.038-2.515 4.089-5.02 6.507-7.987"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 242"><path fill="#00bcdd" d="M182.015 66.913V29.927h37.127v36.986zm49.629-14.205H255.9V29.84h-24.257zm-23.405-34.25h21.81V0h-21.81zm34.047-2.376H256V3.868h-13.714z"/><path fill="#0c4062" d="M24.503 73.246c-.297 20.259-.125 40.096 3.34 59.763c2.684 15.233 7.163 29.762 16.206 42.56c12.937 18.309 30.435 30.781 50.794 39.658c2.964 1.293 5.47 1.548 8.311-.141c2.424-1.442 5.085-2.489 7.645-3.701c32.519-15.398 53.008-39.912 58.921-76.025c3.348-20.44 3.919-40.952 3.701-61.556c-.002-.166-.211-.33-.392-.595c-26.993-2.593-51.169-12.404-72.338-29.487c-22.854 16.783-48.009 26.834-76.188 29.524m172.372-6.333c.062 10.083.35 20.17.14 30.247c-.472 22.631-2.35 45.085-10.036 66.645c-10.11 28.361-29.486 48.875-55.236 63.542c-9.62 5.478-20.105 9.455-30.272 13.944c-1.39.614-3.41.74-4.827.23c-25.138-9.06-47.493-22.368-65.004-42.949c-15.125-17.775-23.902-38.43-27.119-61.367c-1.79-12.77-2.62-25.675-3.911-38.516c-.054-.534-.4-1.039-.61-1.558V73.778c.383-3.872.803-7.742 1.14-11.618c.354-4.053.63-8.112.963-12.486C41.033 51.656 73.815 38.52 100.8 10.49c21.106 25.609 48.522 37.892 81.215 39.196h13.687z"/><path fill="#00bcdd" d="M100.69 78.205c6.29 7.779 12.25 15.116 18.174 22.482c10.081 12.538 20.106 25.122 30.24 37.617c1.62 1.998 2.111 3.861 1.339 6.344c-2.197 7.052-6.6 15.564-10.198 18.993l-39.557-49.063l-39.567 49.166c-1.09-1.586-2.157-2.835-2.886-4.257c-2.108-4.11-3.949-8.359-6.14-12.421c-2.221-4.117-1.345-7.416 1.526-10.914c13.607-16.583 27.055-33.296 40.562-49.96c2.038-2.515 4.089-5.02 6.507-7.987"/></svg>
</template>

CSS

.icon-armory-icon {
  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%20256%20242%22%3E%3Cpath%20fill%3D%22%2300bcdd%22%20d%3D%22M182.015%2066.913V29.927h37.127v36.986zm49.629-14.205H255.9V29.84h-24.257zm-23.405-34.25h21.81V0h-21.81zm34.047-2.376H256V3.868h-13.714z%22%2F%3E%3Cpath%20fill%3D%22%230c4062%22%20d%3D%22M24.503%2073.246c-.297%2020.259-.125%2040.096%203.34%2059.763c2.684%2015.233%207.163%2029.762%2016.206%2042.56c12.937%2018.309%2030.435%2030.781%2050.794%2039.658c2.964%201.293%205.47%201.548%208.311-.141c2.424-1.442%205.085-2.489%207.645-3.701c32.519-15.398%2053.008-39.912%2058.921-76.025c3.348-20.44%203.919-40.952%203.701-61.556c-.002-.166-.211-.33-.392-.595c-26.993-2.593-51.169-12.404-72.338-29.487c-22.854%2016.783-48.009%2026.834-76.188%2029.524m172.372-6.333c.062%2010.083.35%2020.17.14%2030.247c-.472%2022.631-2.35%2045.085-10.036%2066.645c-10.11%2028.361-29.486%2048.875-55.236%2063.542c-9.62%205.478-20.105%209.455-30.272%2013.944c-1.39.614-3.41.74-4.827.23c-25.138-9.06-47.493-22.368-65.004-42.949c-15.125-17.775-23.902-38.43-27.119-61.367c-1.79-12.77-2.62-25.675-3.911-38.516c-.054-.534-.4-1.039-.61-1.558V73.778c.383-3.872.803-7.742%201.14-11.618c.354-4.053.63-8.112.963-12.486C41.033%2051.656%2073.815%2038.52%20100.8%2010.49c21.106%2025.609%2048.522%2037.892%2081.215%2039.196h13.687z%22%2F%3E%3Cpath%20fill%3D%22%2300bcdd%22%20d%3D%22M100.69%2078.205c6.29%207.779%2012.25%2015.116%2018.174%2022.482c10.081%2012.538%2020.106%2025.122%2030.24%2037.617c1.62%201.998%202.111%203.861%201.339%206.344c-2.197%207.052-6.6%2015.564-10.198%2018.993l-39.557-49.063l-39.567%2049.166c-1.09-1.586-2.157-2.835-2.886-4.257c-2.108-4.11-3.949-8.359-6.14-12.421c-2.221-4.117-1.345-7.416%201.526-10.914c13.607-16.583%2027.055-33.296%2040.562-49.96c2.038-2.515%204.089-5.02%206.507-7.987%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%20256%20242%22%3E%3Cpath%20fill%3D%22%2300bcdd%22%20d%3D%22M182.015%2066.913V29.927h37.127v36.986zm49.629-14.205H255.9V29.84h-24.257zm-23.405-34.25h21.81V0h-21.81zm34.047-2.376H256V3.868h-13.714z%22%2F%3E%3Cpath%20fill%3D%22%230c4062%22%20d%3D%22M24.503%2073.246c-.297%2020.259-.125%2040.096%203.34%2059.763c2.684%2015.233%207.163%2029.762%2016.206%2042.56c12.937%2018.309%2030.435%2030.781%2050.794%2039.658c2.964%201.293%205.47%201.548%208.311-.141c2.424-1.442%205.085-2.489%207.645-3.701c32.519-15.398%2053.008-39.912%2058.921-76.025c3.348-20.44%203.919-40.952%203.701-61.556c-.002-.166-.211-.33-.392-.595c-26.993-2.593-51.169-12.404-72.338-29.487c-22.854%2016.783-48.009%2026.834-76.188%2029.524m172.372-6.333c.062%2010.083.35%2020.17.14%2030.247c-.472%2022.631-2.35%2045.085-10.036%2066.645c-10.11%2028.361-29.486%2048.875-55.236%2063.542c-9.62%205.478-20.105%209.455-30.272%2013.944c-1.39.614-3.41.74-4.827.23c-25.138-9.06-47.493-22.368-65.004-42.949c-15.125-17.775-23.902-38.43-27.119-61.367c-1.79-12.77-2.62-25.675-3.911-38.516c-.054-.534-.4-1.039-.61-1.558V73.778c.383-3.872.803-7.742%201.14-11.618c.354-4.053.63-8.112.963-12.486C41.033%2051.656%2073.815%2038.52%20100.8%2010.49c21.106%2025.609%2048.522%2037.892%2081.215%2039.196h13.687z%22%2F%3E%3Cpath%20fill%3D%22%2300bcdd%22%20d%3D%22M100.69%2078.205c6.29%207.779%2012.25%2015.116%2018.174%2022.482c10.081%2012.538%2020.106%2025.122%2030.24%2037.617c1.62%201.998%202.111%203.861%201.339%206.344c-2.197%207.052-6.6%2015.564-10.198%2018.993l-39.557-49.063l-39.567%2049.166c-1.09-1.586-2.157-2.835-2.886-4.257c-2.108-4.11-3.949-8.359-6.14-12.421c-2.221-4.117-1.345-7.416%201.526-10.914c13.607-16.583%2027.055-33.296%2040.562-49.96c2.038-2.515%204.089-5.02%206.507-7.987%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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