castle 01 icon

castle-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
castle-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the castle 01 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M19.146 22L17.393 9.98c-.142-.972-.213-1.457-.06-1.905c.318-.935 1.315-1.291 1.779-2.094c.068-.118.103-.251.17-.518l.567-2.22c.146-.572.22-.858.066-1.05C19.762 2 19.46 2 18.859 2h-1.064c-.67 0-.7.02-.948.629L16.34 3.87c-.249.61-.279.629-.948.629h-.514c-.688 0-.863-.127-1-.804l-.183-.892c-.138-.677-.313-.804-1-.804h-1.39c-.687 0-.862.127-1 .804l-.182.892c-.139.677-.313.804-1.001.804h-.514c-.67 0-.7-.02-.948-.629l-.507-1.24C6.904 2.019 6.874 2 6.205 2H5.141c-.602 0-.903 0-1.056.192c-.153.193-.08.479.066 1.05l.566 2.22c.069.268.103.401.171.52c.464.802 1.461 1.158 1.78 2.093c.152.448.081.933-.06 1.905L4.854 22"/><path d="m9 22l.608-3.039c.143-.718.215-1.076.407-1.342C10.494 16.96 11.262 17 12 17s1.507-.04 1.985.62c.192.264.264.623.407 1.341L15 22M3 22h18M7 8h10m-2 3h2M7 13h2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCastle01(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M19.146 22L17.393 9.98c-.142-.972-.213-1.457-.06-1.905c.318-.935 1.315-1.291 1.779-2.094c.068-.118.103-.251.17-.518l.567-2.22c.146-.572.22-.858.066-1.05C19.762 2 19.46 2 18.859 2h-1.064c-.67 0-.7.02-.948.629L16.34 3.87c-.249.61-.279.629-.948.629h-.514c-.688 0-.863-.127-1-.804l-.183-.892c-.138-.677-.313-.804-1-.804h-1.39c-.687 0-.862.127-1 .804l-.182.892c-.139.677-.313.804-1.001.804h-.514c-.67 0-.7-.02-.948-.629l-.507-1.24C6.904 2.019 6.874 2 6.205 2H5.141c-.602 0-.903 0-1.056.192c-.153.193-.08.479.066 1.05l.566 2.22c.069.268.103.401.171.52c.464.802 1.461 1.158 1.78 2.093c.152.448.081.933-.06 1.905L4.854 22"/><path d="m9 22l.608-3.039c.143-.718.215-1.076.407-1.342C10.494 16.96 11.262 17 12 17s1.507-.04 1.985.62c.192.264.264.623.407 1.341L15 22M3 22h18M7 8h10m-2 3h2M7 13h2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M19.146 22L17.393 9.98c-.142-.972-.213-1.457-.06-1.905c.318-.935 1.315-1.291 1.779-2.094c.068-.118.103-.251.17-.518l.567-2.22c.146-.572.22-.858.066-1.05C19.762 2 19.46 2 18.859 2h-1.064c-.67 0-.7.02-.948.629L16.34 3.87c-.249.61-.279.629-.948.629h-.514c-.688 0-.863-.127-1-.804l-.183-.892c-.138-.677-.313-.804-1-.804h-1.39c-.687 0-.862.127-1 .804l-.182.892c-.139.677-.313.804-1.001.804h-.514c-.67 0-.7-.02-.948-.629l-.507-1.24C6.904 2.019 6.874 2 6.205 2H5.141c-.602 0-.903 0-1.056.192c-.153.193-.08.479.066 1.05l.566 2.22c.069.268.103.401.171.52c.464.802 1.461 1.158 1.78 2.093c.152.448.081.933-.06 1.905L4.854 22"/><path d="m9 22l.608-3.039c.143-.718.215-1.076.407-1.342C10.494 16.96 11.262 17 12 17s1.507-.04 1.985.62c.192.264.264.623.407 1.341L15 22M3 22h18M7 8h10m-2 3h2M7 13h2"/></g></svg>
</template>

CSS

.icon-castle-01 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19.146%2022L17.393%209.98c-.142-.972-.213-1.457-.06-1.905c.318-.935%201.315-1.291%201.779-2.094c.068-.118.103-.251.17-.518l.567-2.22c.146-.572.22-.858.066-1.05C19.762%202%2019.46%202%2018.859%202h-1.064c-.67%200-.7.02-.948.629L16.34%203.87c-.249.61-.279.629-.948.629h-.514c-.688%200-.863-.127-1-.804l-.183-.892c-.138-.677-.313-.804-1-.804h-1.39c-.687%200-.862.127-1%20.804l-.182.892c-.139.677-.313.804-1.001.804h-.514c-.67%200-.7-.02-.948-.629l-.507-1.24C6.904%202.019%206.874%202%206.205%202H5.141c-.602%200-.903%200-1.056.192c-.153.193-.08.479.066%201.05l.566%202.22c.069.268.103.401.171.52c.464.802%201.461%201.158%201.78%202.093c.152.448.081.933-.06%201.905L4.854%2022%22%2F%3E%3Cpath%20d%3D%22m9%2022l.608-3.039c.143-.718.215-1.076.407-1.342C10.494%2016.96%2011.262%2017%2012%2017s1.507-.04%201.985.62c.192.264.264.623.407%201.341L15%2022M3%2022h18M7%208h10m-2%203h2M7%2013h2%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19.146%2022L17.393%209.98c-.142-.972-.213-1.457-.06-1.905c.318-.935%201.315-1.291%201.779-2.094c.068-.118.103-.251.17-.518l.567-2.22c.146-.572.22-.858.066-1.05C19.762%202%2019.46%202%2018.859%202h-1.064c-.67%200-.7.02-.948.629L16.34%203.87c-.249.61-.279.629-.948.629h-.514c-.688%200-.863-.127-1-.804l-.183-.892c-.138-.677-.313-.804-1-.804h-1.39c-.687%200-.862.127-1%20.804l-.182.892c-.139.677-.313.804-1.001.804h-.514c-.67%200-.7-.02-.948-.629l-.507-1.24C6.904%202.019%206.874%202%206.205%202H5.141c-.602%200-.903%200-1.056.192c-.153.193-.08.479.066%201.05l.566%202.22c.069.268.103.401.171.52c.464.802%201.461%201.158%201.78%202.093c.152.448.081.933-.06%201.905L4.854%2022%22%2F%3E%3Cpath%20d%3D%22m9%2022l.608-3.039c.143-.718.215-1.076.407-1.342C10.494%2016.96%2011.262%2017%2012%2017s1.507-.04%201.985.62c.192.264.264.623.407%201.341L15%2022M3%2022h18M7%208h10m-2%203h2M7%2013h2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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