castle emoji
castle from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.
- Name
- castle
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Travel & Places
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
castleBoxIcons v2 SolidcastleEmoji One (Colored)castleFluent EmojicastleFluent Emoji FlatcastleHuge IconscastleIconParkcastleIconPark OutlinecastleIconPark SolidcastleIconPark TwoTonecastleJam IconscastleLucidecastleMaterial SymbolscastleMaterial Symbols LightcastleMaterial Design IconscastleNoto EmojicastleOpenMojicastlePixelarticonscastleStreamline EmojiscastleTDesign IconscastleTwitter Emoji
More travel & places icons from Fluent Emoji High Contrast
Use the castle emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path fill-rule="evenodd" d="m15.66 2.225l-2.404 4.808a.6.6 0 0 0-.2-.033h-.447a.616.616 0 0 0-.609.614v3.811c0 .336.167.575.5.575h.5c-.504 0-1 0-1 1v4.083q.249-.082.516-.083h.46a1.65 1.65 0 0 1 1.405.782A1.65 1.65 0 0 1 15.785 17h.5a1.65 1.65 0 0 1 1.404.782A1.65 1.65 0 0 1 19.094 17h.46q.229 0 .446.061V13c0-1-.496-1-1-1h.5c.333 0 .5-.239.5-.575v-3.81A.6.6 0 0 0 19.39 7h-.447a.6.6 0 0 0-.165.022L16.38 2.226a.4.4 0 0 0-.72 0M15 14h2v-1c0-.557-.456-1-1-1c-.557 0-1 .456-1 1z" clip-rule="evenodd"/><path d="M20.109 17.096c.351.125.655.366.85.686A1.65 1.65 0 0 1 22.362 17h.47a1.65 1.65 0 0 1 1.404.782A1.65 1.65 0 0 1 25.642 17h.46a1.65 1.65 0 0 1 1.404.782c.121-.2.285-.369.477-.498l-3.403-6.99c-.242-.392-.918-.392-1.16 0zM3.581 18.18A.64.64 0 0 0 3.13 18h-.47c-.35 0-.66.266-.66.599V30h11v-3.23c0-1.791 1.35-2.77 3-2.77c1.66 0 2.99.989 2.99 2.77V30h11L30 18.599c0-.333-.28-.599-.63-.599h-.46a.64.64 0 0 0-.478.208a.58.58 0 0 0-.151.39c0 .334-.28.6-.63.6h-.29c-.35 0-.63-.267-.63-.6s-.28-.598-.63-.598h-.46c-.35 0-.63.266-.63.599s-.28.599-.629.599h-.29c-.35 0-.63-.267-.63-.6s-.28-.598-.63-.598h-.47c-.35 0-.629.266-.629.599s-.28.599-.63.599h-.29c-.35 0-.63-.267-.63-.6s-.28-.598-.63-.598h-.46c-.349 0-.629.266-.629.599s-.28.599-.63.599h-.29c-.35 0-.63-.267-.63-.6s-.28-.598-.63-.598h-.499c-.35 0-.63.266-.63.599s-.28.599-.63.599h-.29c-.35 0-.63-.267-.63-.6S13.327 18 12.977 18h-.46c-.35 0-.63.266-.63.599s-.28.599-.63.599h-.31c-.35 0-.629-.267-.629-.6s-.28-.598-.63-.598h-.47c-.35 0-.63.266-.63.599s-.28.599-.63.599h-.299c-.35 0-.63-.267-.63-.6S6.748 18 6.398 18h-.46c-.35 0-.63.266-.63.599s-.28.599-.629.599h-.29c-.35 0-.63-.267-.63-.6a.58.58 0 0 0-.178-.418m.446-.916l3.393-6.97c.242-.392.918-.392 1.16 0l3.322 6.825c-.332.132-.617.37-.8.68A1.65 1.65 0 0 0 9.687 17h-.47a1.65 1.65 0 0 0-1.41.79A1.65 1.65 0 0 0 6.399 17h-.46a1.65 1.65 0 0 0-1.404.782a1.6 1.6 0 0 0-.507-.518M7.5 9.19V7.306c0-.205.202-.352.404-.293l2.36 1.127a.125.125 0 0 1 0 .226l-2.35 1.117A.312.312 0 0 1 7.5 9.19m16-1.884V9.19c0 .215.212.361.414.293l2.35-1.117a.125.125 0 0 0 0-.226l-2.36-1.127a.312.312 0 0 0-.404.293"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastCastle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path fillRule="evenodd" d="m15.66 2.225l-2.404 4.808a.6.6 0 0 0-.2-.033h-.447a.616.616 0 0 0-.609.614v3.811c0 .336.167.575.5.575h.5c-.504 0-1 0-1 1v4.083q.249-.082.516-.083h.46a1.65 1.65 0 0 1 1.405.782A1.65 1.65 0 0 1 15.785 17h.5a1.65 1.65 0 0 1 1.404.782A1.65 1.65 0 0 1 19.094 17h.46q.229 0 .446.061V13c0-1-.496-1-1-1h.5c.333 0 .5-.239.5-.575v-3.81A.6.6 0 0 0 19.39 7h-.447a.6.6 0 0 0-.165.022L16.38 2.226a.4.4 0 0 0-.72 0M15 14h2v-1c0-.557-.456-1-1-1c-.557 0-1 .456-1 1z" clipRule="evenodd"/><path d="M20.109 17.096c.351.125.655.366.85.686A1.65 1.65 0 0 1 22.362 17h.47a1.65 1.65 0 0 1 1.404.782A1.65 1.65 0 0 1 25.642 17h.46a1.65 1.65 0 0 1 1.404.782c.121-.2.285-.369.477-.498l-3.403-6.99c-.242-.392-.918-.392-1.16 0zM3.581 18.18A.64.64 0 0 0 3.13 18h-.47c-.35 0-.66.266-.66.599V30h11v-3.23c0-1.791 1.35-2.77 3-2.77c1.66 0 2.99.989 2.99 2.77V30h11L30 18.599c0-.333-.28-.599-.63-.599h-.46a.64.64 0 0 0-.478.208a.58.58 0 0 0-.151.39c0 .334-.28.6-.63.6h-.29c-.35 0-.63-.267-.63-.6s-.28-.598-.63-.598h-.46c-.35 0-.63.266-.63.599s-.28.599-.629.599h-.29c-.35 0-.63-.267-.63-.6s-.28-.598-.63-.598h-.47c-.35 0-.629.266-.629.599s-.28.599-.63.599h-.29c-.35 0-.63-.267-.63-.6s-.28-.598-.63-.598h-.46c-.349 0-.629.266-.629.599s-.28.599-.63.599h-.29c-.35 0-.63-.267-.63-.6s-.28-.598-.63-.598h-.499c-.35 0-.63.266-.63.599s-.28.599-.63.599h-.29c-.35 0-.63-.267-.63-.6S13.327 18 12.977 18h-.46c-.35 0-.63.266-.63.599s-.28.599-.63.599h-.31c-.35 0-.629-.267-.629-.6s-.28-.598-.63-.598h-.47c-.35 0-.63.266-.63.599s-.28.599-.63.599h-.299c-.35 0-.63-.267-.63-.6S6.748 18 6.398 18h-.46c-.35 0-.63.266-.63.599s-.28.599-.629.599h-.29c-.35 0-.63-.267-.63-.6a.58.58 0 0 0-.178-.418m.446-.916l3.393-6.97c.242-.392.918-.392 1.16 0l3.322 6.825c-.332.132-.617.37-.8.68A1.65 1.65 0 0 0 9.687 17h-.47a1.65 1.65 0 0 0-1.41.79A1.65 1.65 0 0 0 6.399 17h-.46a1.65 1.65 0 0 0-1.404.782a1.6 1.6 0 0 0-.507-.518M7.5 9.19V7.306c0-.205.202-.352.404-.293l2.36 1.127a.125.125 0 0 1 0 .226l-2.35 1.117A.312.312 0 0 1 7.5 9.19m16-1.884V9.19c0 .215.212.361.414.293l2.35-1.117a.125.125 0 0 0 0-.226l-2.36-1.127a.312.312 0 0 0-.404.293"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path fill-rule="evenodd" d="m15.66 2.225l-2.404 4.808a.6.6 0 0 0-.2-.033h-.447a.616.616 0 0 0-.609.614v3.811c0 .336.167.575.5.575h.5c-.504 0-1 0-1 1v4.083q.249-.082.516-.083h.46a1.65 1.65 0 0 1 1.405.782A1.65 1.65 0 0 1 15.785 17h.5a1.65 1.65 0 0 1 1.404.782A1.65 1.65 0 0 1 19.094 17h.46q.229 0 .446.061V13c0-1-.496-1-1-1h.5c.333 0 .5-.239.5-.575v-3.81A.6.6 0 0 0 19.39 7h-.447a.6.6 0 0 0-.165.022L16.38 2.226a.4.4 0 0 0-.72 0M15 14h2v-1c0-.557-.456-1-1-1c-.557 0-1 .456-1 1z" clip-rule="evenodd"/><path d="M20.109 17.096c.351.125.655.366.85.686A1.65 1.65 0 0 1 22.362 17h.47a1.65 1.65 0 0 1 1.404.782A1.65 1.65 0 0 1 25.642 17h.46a1.65 1.65 0 0 1 1.404.782c.121-.2.285-.369.477-.498l-3.403-6.99c-.242-.392-.918-.392-1.16 0zM3.581 18.18A.64.64 0 0 0 3.13 18h-.47c-.35 0-.66.266-.66.599V30h11v-3.23c0-1.791 1.35-2.77 3-2.77c1.66 0 2.99.989 2.99 2.77V30h11L30 18.599c0-.333-.28-.599-.63-.599h-.46a.64.64 0 0 0-.478.208a.58.58 0 0 0-.151.39c0 .334-.28.6-.63.6h-.29c-.35 0-.63-.267-.63-.6s-.28-.598-.63-.598h-.46c-.35 0-.63.266-.63.599s-.28.599-.629.599h-.29c-.35 0-.63-.267-.63-.6s-.28-.598-.63-.598h-.47c-.35 0-.629.266-.629.599s-.28.599-.63.599h-.29c-.35 0-.63-.267-.63-.6s-.28-.598-.63-.598h-.46c-.349 0-.629.266-.629.599s-.28.599-.63.599h-.29c-.35 0-.63-.267-.63-.6s-.28-.598-.63-.598h-.499c-.35 0-.63.266-.63.599s-.28.599-.63.599h-.29c-.35 0-.63-.267-.63-.6S13.327 18 12.977 18h-.46c-.35 0-.63.266-.63.599s-.28.599-.63.599h-.31c-.35 0-.629-.267-.629-.6s-.28-.598-.63-.598h-.47c-.35 0-.63.266-.63.599s-.28.599-.63.599h-.299c-.35 0-.63-.267-.63-.6S6.748 18 6.398 18h-.46c-.35 0-.63.266-.63.599s-.28.599-.629.599h-.29c-.35 0-.63-.267-.63-.6a.58.58 0 0 0-.178-.418m.446-.916l3.393-6.97c.242-.392.918-.392 1.16 0l3.322 6.825c-.332.132-.617.37-.8.68A1.65 1.65 0 0 0 9.687 17h-.47a1.65 1.65 0 0 0-1.41.79A1.65 1.65 0 0 0 6.399 17h-.46a1.65 1.65 0 0 0-1.404.782a1.6 1.6 0 0 0-.507-.518M7.5 9.19V7.306c0-.205.202-.352.404-.293l2.36 1.127a.125.125 0 0 1 0 .226l-2.35 1.117A.312.312 0 0 1 7.5 9.19m16-1.884V9.19c0 .215.212.361.414.293l2.35-1.117a.125.125 0 0 0 0-.226l-2.36-1.127a.312.312 0 0 0-.404.293"/></g></svg> </template>
CSS
.icon-castle {
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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m15.66%202.225l-2.404%204.808a.6.6%200%200%200-.2-.033h-.447a.616.616%200%200%200-.609.614v3.811c0%20.336.167.575.5.575h.5c-.504%200-1%200-1%201v4.083q.249-.082.516-.083h.46a1.65%201.65%200%200%201%201.405.782A1.65%201.65%200%200%201%2015.785%2017h.5a1.65%201.65%200%200%201%201.404.782A1.65%201.65%200%200%201%2019.094%2017h.46q.229%200%20.446.061V13c0-1-.496-1-1-1h.5c.333%200%20.5-.239.5-.575v-3.81A.6.6%200%200%200%2019.39%207h-.447a.6.6%200%200%200-.165.022L16.38%202.226a.4.4%200%200%200-.72%200M15%2014h2v-1c0-.557-.456-1-1-1c-.557%200-1%20.456-1%201z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20.109%2017.096c.351.125.655.366.85.686A1.65%201.65%200%200%201%2022.362%2017h.47a1.65%201.65%200%200%201%201.404.782A1.65%201.65%200%200%201%2025.642%2017h.46a1.65%201.65%200%200%201%201.404.782c.121-.2.285-.369.477-.498l-3.403-6.99c-.242-.392-.918-.392-1.16%200zM3.581%2018.18A.64.64%200%200%200%203.13%2018h-.47c-.35%200-.66.266-.66.599V30h11v-3.23c0-1.791%201.35-2.77%203-2.77c1.66%200%202.99.989%202.99%202.77V30h11L30%2018.599c0-.333-.28-.599-.63-.599h-.46a.64.64%200%200%200-.478.208a.58.58%200%200%200-.151.39c0%20.334-.28.6-.63.6h-.29c-.35%200-.63-.267-.63-.6s-.28-.598-.63-.598h-.46c-.35%200-.63.266-.63.599s-.28.599-.629.599h-.29c-.35%200-.63-.267-.63-.6s-.28-.598-.63-.598h-.47c-.35%200-.629.266-.629.599s-.28.599-.63.599h-.29c-.35%200-.63-.267-.63-.6s-.28-.598-.63-.598h-.46c-.349%200-.629.266-.629.599s-.28.599-.63.599h-.29c-.35%200-.63-.267-.63-.6s-.28-.598-.63-.598h-.499c-.35%200-.63.266-.63.599s-.28.599-.63.599h-.29c-.35%200-.63-.267-.63-.6S13.327%2018%2012.977%2018h-.46c-.35%200-.63.266-.63.599s-.28.599-.63.599h-.31c-.35%200-.629-.267-.629-.6s-.28-.598-.63-.598h-.47c-.35%200-.63.266-.63.599s-.28.599-.63.599h-.299c-.35%200-.63-.267-.63-.6S6.748%2018%206.398%2018h-.46c-.35%200-.63.266-.63.599s-.28.599-.629.599h-.29c-.35%200-.63-.267-.63-.6a.58.58%200%200%200-.178-.418m.446-.916l3.393-6.97c.242-.392.918-.392%201.16%200l3.322%206.825c-.332.132-.617.37-.8.68A1.65%201.65%200%200%200%209.687%2017h-.47a1.65%201.65%200%200%200-1.41.79A1.65%201.65%200%200%200%206.399%2017h-.46a1.65%201.65%200%200%200-1.404.782a1.6%201.6%200%200%200-.507-.518M7.5%209.19V7.306c0-.205.202-.352.404-.293l2.36%201.127a.125.125%200%200%201%200%20.226l-2.35%201.117A.312.312%200%200%201%207.5%209.19m16-1.884V9.19c0%20.215.212.361.414.293l2.35-1.117a.125.125%200%200%200%200-.226l-2.36-1.127a.312.312%200%200%200-.404.293%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m15.66%202.225l-2.404%204.808a.6.6%200%200%200-.2-.033h-.447a.616.616%200%200%200-.609.614v3.811c0%20.336.167.575.5.575h.5c-.504%200-1%200-1%201v4.083q.249-.082.516-.083h.46a1.65%201.65%200%200%201%201.405.782A1.65%201.65%200%200%201%2015.785%2017h.5a1.65%201.65%200%200%201%201.404.782A1.65%201.65%200%200%201%2019.094%2017h.46q.229%200%20.446.061V13c0-1-.496-1-1-1h.5c.333%200%20.5-.239.5-.575v-3.81A.6.6%200%200%200%2019.39%207h-.447a.6.6%200%200%200-.165.022L16.38%202.226a.4.4%200%200%200-.72%200M15%2014h2v-1c0-.557-.456-1-1-1c-.557%200-1%20.456-1%201z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20.109%2017.096c.351.125.655.366.85.686A1.65%201.65%200%200%201%2022.362%2017h.47a1.65%201.65%200%200%201%201.404.782A1.65%201.65%200%200%201%2025.642%2017h.46a1.65%201.65%200%200%201%201.404.782c.121-.2.285-.369.477-.498l-3.403-6.99c-.242-.392-.918-.392-1.16%200zM3.581%2018.18A.64.64%200%200%200%203.13%2018h-.47c-.35%200-.66.266-.66.599V30h11v-3.23c0-1.791%201.35-2.77%203-2.77c1.66%200%202.99.989%202.99%202.77V30h11L30%2018.599c0-.333-.28-.599-.63-.599h-.46a.64.64%200%200%200-.478.208a.58.58%200%200%200-.151.39c0%20.334-.28.6-.63.6h-.29c-.35%200-.63-.267-.63-.6s-.28-.598-.63-.598h-.46c-.35%200-.63.266-.63.599s-.28.599-.629.599h-.29c-.35%200-.63-.267-.63-.6s-.28-.598-.63-.598h-.47c-.35%200-.629.266-.629.599s-.28.599-.63.599h-.29c-.35%200-.63-.267-.63-.6s-.28-.598-.63-.598h-.46c-.349%200-.629.266-.629.599s-.28.599-.63.599h-.29c-.35%200-.63-.267-.63-.6s-.28-.598-.63-.598h-.499c-.35%200-.63.266-.63.599s-.28.599-.63.599h-.29c-.35%200-.63-.267-.63-.6S13.327%2018%2012.977%2018h-.46c-.35%200-.63.266-.63.599s-.28.599-.63.599h-.31c-.35%200-.629-.267-.629-.6s-.28-.598-.63-.598h-.47c-.35%200-.63.266-.63.599s-.28.599-.63.599h-.299c-.35%200-.63-.267-.63-.6S6.748%2018%206.398%2018h-.46c-.35%200-.63.266-.63.599s-.28.599-.629.599h-.29c-.35%200-.63-.267-.63-.6a.58.58%200%200%200-.178-.418m.446-.916l3.393-6.97c.242-.392.918-.392%201.16%200l3.322%206.825c-.332.132-.617.37-.8.68A1.65%201.65%200%200%200%209.687%2017h-.47a1.65%201.65%200%200%200-1.41.79A1.65%201.65%200%200%200%206.399%2017h-.46a1.65%201.65%200%200%200-1.404.782a1.6%201.6%200%200%200-.507-.518M7.5%209.19V7.306c0-.205.202-.352.404-.293l2.36%201.127a.125.125%200%200%201%200%20.226l-2.35%201.117A.312.312%200%200%201%207.5%209.19m16-1.884V9.19c0%20.215.212.361.414.293l2.35-1.117a.125.125%200%200%200%200-.226l-2.36-1.127a.312.312%200%200%200-.404.293%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/castle.svg?color=%231a73e8&size=48