castle from Fluent Emoji Flat by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.

Name
castle
Set
Fluent Emoji Flat
Style
Default
Category
Travel & Places
Viewbox
32×32
License
MIT

The same emoji in other sets

More travel & places icons from Fluent Emoji Flat

Use the castle emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f8312f" d="M18.73 8.235h-5.42c-.3 0-.5-.32-.36-.59l2.71-5.42a.4.4 0 0 1 .72 0l2.71 5.42c.14.27-.06.59-.36.59M12.348 20H3.652c-.485 0-.802-.417-.58-.773l4.348-8.934c.242-.39.918-.39 1.16 0l4.348 8.934c.221.356-.095.773-.58.773m7.304 0h8.696c.485 0 .802-.417.58-.773l-4.348-8.934c-.242-.39-.918-.39-1.16 0l-4.348 8.934c-.221.356.095.773.58.773"/><path fill="#998ea4" d="M19.391 7h-.447a.6.6 0 0 0-.609.605a.606.606 0 0 1-.609.624h-.285a.6.6 0 0 1-.609-.605a.606.606 0 0 0-.609-.624h-.447a.6.6 0 0 0-.608.605a.606.606 0 0 1-.61.624h-.285a.6.6 0 0 1-.608-.605a.606.606 0 0 0-.61-.624h-.446a.616.616 0 0 0-.609.614v3.811c0 .336.167.575.5.575h.5c-.504 0-1 0-1 1v11h8V13c0-1-.496-1-1-1h.5c.333 0 .5-.239.5-.575V7.614A.6.6 0 0 0 19.39 7"/><path fill="#b4acbc" d="M30 19.198v.39L29.99 30H18.957l-2.99-1.697L12.977 30H2V18.599c0-.333.31-.599.66-.599h.47c.35 0 .63.266.63.599s.28.599.63.599h.289c.35 0 .63-.267.63-.6s.28-.598.63-.598h.46c.35 0 .63.266.63.599s.28.599.629.599h.3c.35 0 .63-.267.63-.6s.28-.598.63-.598h.47c.35 0 .629.266.629.599s.28.599.63.599h.31c.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-.6s.279-.598.629-.598h.46c.35 0 .63.266.63.599s.28.599.63.599h.29c.35 0 .629-.267.629-.6s.28-.598.63-.598h.47c.35 0 .63.266.63.599s.28.599.63.599h.289c.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.46c.35 0 .629.266.629.599z"/><path fill="#5235a6" d="M15 14h2v-1c0-.557-.456-1-1-1c-.557 0-1 .456-1 1zm-2 16h5.99v-3.23c0-1.781-1.33-2.77-2.99-2.77c-1.65 0-3 .979-3 2.77z"/><path fill="#26c9fc" d="M7.5 7.306V9.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.293m16 0V9.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 FluentEmojiFlatCastle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#f8312f" d="M18.73 8.235h-5.42c-.3 0-.5-.32-.36-.59l2.71-5.42a.4.4 0 0 1 .72 0l2.71 5.42c.14.27-.06.59-.36.59M12.348 20H3.652c-.485 0-.802-.417-.58-.773l4.348-8.934c.242-.39.918-.39 1.16 0l4.348 8.934c.221.356-.095.773-.58.773m7.304 0h8.696c.485 0 .802-.417.58-.773l-4.348-8.934c-.242-.39-.918-.39-1.16 0l-4.348 8.934c-.221.356.095.773.58.773"/><path fill="#998ea4" d="M19.391 7h-.447a.6.6 0 0 0-.609.605a.606.606 0 0 1-.609.624h-.285a.6.6 0 0 1-.609-.605a.606.606 0 0 0-.609-.624h-.447a.6.6 0 0 0-.608.605a.606.606 0 0 1-.61.624h-.285a.6.6 0 0 1-.608-.605a.606.606 0 0 0-.61-.624h-.446a.616.616 0 0 0-.609.614v3.811c0 .336.167.575.5.575h.5c-.504 0-1 0-1 1v11h8V13c0-1-.496-1-1-1h.5c.333 0 .5-.239.5-.575V7.614A.6.6 0 0 0 19.39 7"/><path fill="#b4acbc" d="M30 19.198v.39L29.99 30H18.957l-2.99-1.697L12.977 30H2V18.599c0-.333.31-.599.66-.599h.47c.35 0 .63.266.63.599s.28.599.63.599h.289c.35 0 .63-.267.63-.6s.28-.598.63-.598h.46c.35 0 .63.266.63.599s.28.599.629.599h.3c.35 0 .63-.267.63-.6s.28-.598.63-.598h.47c.35 0 .629.266.629.599s.28.599.63.599h.31c.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-.6s.279-.598.629-.598h.46c.35 0 .63.266.63.599s.28.599.63.599h.29c.35 0 .629-.267.629-.6s.28-.598.63-.598h.47c.35 0 .63.266.63.599s.28.599.63.599h.289c.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.46c.35 0 .629.266.629.599z"/><path fill="#5235a6" d="M15 14h2v-1c0-.557-.456-1-1-1c-.557 0-1 .456-1 1zm-2 16h5.99v-3.23c0-1.781-1.33-2.77-2.99-2.77c-1.65 0-3 .979-3 2.77z"/><path fill="#26c9fc" d="M7.5 7.306V9.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.293m16 0V9.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="none"><path fill="#f8312f" d="M18.73 8.235h-5.42c-.3 0-.5-.32-.36-.59l2.71-5.42a.4.4 0 0 1 .72 0l2.71 5.42c.14.27-.06.59-.36.59M12.348 20H3.652c-.485 0-.802-.417-.58-.773l4.348-8.934c.242-.39.918-.39 1.16 0l4.348 8.934c.221.356-.095.773-.58.773m7.304 0h8.696c.485 0 .802-.417.58-.773l-4.348-8.934c-.242-.39-.918-.39-1.16 0l-4.348 8.934c-.221.356.095.773.58.773"/><path fill="#998ea4" d="M19.391 7h-.447a.6.6 0 0 0-.609.605a.606.606 0 0 1-.609.624h-.285a.6.6 0 0 1-.609-.605a.606.606 0 0 0-.609-.624h-.447a.6.6 0 0 0-.608.605a.606.606 0 0 1-.61.624h-.285a.6.6 0 0 1-.608-.605a.606.606 0 0 0-.61-.624h-.446a.616.616 0 0 0-.609.614v3.811c0 .336.167.575.5.575h.5c-.504 0-1 0-1 1v11h8V13c0-1-.496-1-1-1h.5c.333 0 .5-.239.5-.575V7.614A.6.6 0 0 0 19.39 7"/><path fill="#b4acbc" d="M30 19.198v.39L29.99 30H18.957l-2.99-1.697L12.977 30H2V18.599c0-.333.31-.599.66-.599h.47c.35 0 .63.266.63.599s.28.599.63.599h.289c.35 0 .63-.267.63-.6s.28-.598.63-.598h.46c.35 0 .63.266.63.599s.28.599.629.599h.3c.35 0 .63-.267.63-.6s.28-.598.63-.598h.47c.35 0 .629.266.629.599s.28.599.63.599h.31c.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-.6s.279-.598.629-.598h.46c.35 0 .63.266.63.599s.28.599.63.599h.29c.35 0 .629-.267.629-.6s.28-.598.63-.598h.47c.35 0 .63.266.63.599s.28.599.63.599h.289c.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.46c.35 0 .629.266.629.599z"/><path fill="#5235a6" d="M15 14h2v-1c0-.557-.456-1-1-1c-.557 0-1 .456-1 1zm-2 16h5.99v-3.23c0-1.781-1.33-2.77-2.99-2.77c-1.65 0-3 .979-3 2.77z"/><path fill="#26c9fc" d="M7.5 7.306V9.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.293m16 0V9.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%22none%22%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M18.73%208.235h-5.42c-.3%200-.5-.32-.36-.59l2.71-5.42a.4.4%200%200%201%20.72%200l2.71%205.42c.14.27-.06.59-.36.59M12.348%2020H3.652c-.485%200-.802-.417-.58-.773l4.348-8.934c.242-.39.918-.39%201.16%200l4.348%208.934c.221.356-.095.773-.58.773m7.304%200h8.696c.485%200%20.802-.417.58-.773l-4.348-8.934c-.242-.39-.918-.39-1.16%200l-4.348%208.934c-.221.356.095.773.58.773%22%2F%3E%3Cpath%20fill%3D%22%23998ea4%22%20d%3D%22M19.391%207h-.447a.6.6%200%200%200-.609.605a.606.606%200%200%201-.609.624h-.285a.6.6%200%200%201-.609-.605a.606.606%200%200%200-.609-.624h-.447a.6.6%200%200%200-.608.605a.606.606%200%200%201-.61.624h-.285a.6.6%200%200%201-.608-.605a.606.606%200%200%200-.61-.624h-.446a.616.616%200%200%200-.609.614v3.811c0%20.336.167.575.5.575h.5c-.504%200-1%200-1%201v11h8V13c0-1-.496-1-1-1h.5c.333%200%20.5-.239.5-.575V7.614A.6.6%200%200%200%2019.39%207%22%2F%3E%3Cpath%20fill%3D%22%23b4acbc%22%20d%3D%22M30%2019.198v.39L29.99%2030H18.957l-2.99-1.697L12.977%2030H2V18.599c0-.333.31-.599.66-.599h.47c.35%200%20.63.266.63.599s.28.599.63.599h.289c.35%200%20.63-.267.63-.6s.28-.598.63-.598h.46c.35%200%20.63.266.63.599s.28.599.629.599h.3c.35%200%20.63-.267.63-.6s.28-.598.63-.598h.47c.35%200%20.629.266.629.599s.28.599.63.599h.31c.35%200%20.63-.267.63-.6s.28-.598.63-.598h.46c.349%200%20.629.266.629.599s.28.599.63.599h.29c.35%200%20.63-.267.63-.6s.28-.598.63-.598h.499c.35%200%20.63.266.63.599s.28.599.63.599h.29c.35%200%20.63-.267.63-.6s.279-.598.629-.598h.46c.35%200%20.63.266.63.599s.28.599.63.599h.29c.35%200%20.629-.267.629-.6s.28-.598.63-.598h.47c.35%200%20.63.266.63.599s.28.599.63.599h.289c.35%200%20.63-.267.63-.6s.28-.598.63-.598h.46c.35%200%20.63.266.63.599s.28.599.629.599h.29c.35%200%20.63-.267.63-.6s.28-.598.63-.598h.46c.35%200%20.629.266.629.599z%22%2F%3E%3Cpath%20fill%3D%22%235235a6%22%20d%3D%22M15%2014h2v-1c0-.557-.456-1-1-1c-.557%200-1%20.456-1%201zm-2%2016h5.99v-3.23c0-1.781-1.33-2.77-2.99-2.77c-1.65%200-3%20.979-3%202.77z%22%2F%3E%3Cpath%20fill%3D%22%2326c9fc%22%20d%3D%22M7.5%207.306V9.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.293m16%200V9.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%22none%22%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M18.73%208.235h-5.42c-.3%200-.5-.32-.36-.59l2.71-5.42a.4.4%200%200%201%20.72%200l2.71%205.42c.14.27-.06.59-.36.59M12.348%2020H3.652c-.485%200-.802-.417-.58-.773l4.348-8.934c.242-.39.918-.39%201.16%200l4.348%208.934c.221.356-.095.773-.58.773m7.304%200h8.696c.485%200%20.802-.417.58-.773l-4.348-8.934c-.242-.39-.918-.39-1.16%200l-4.348%208.934c-.221.356.095.773.58.773%22%2F%3E%3Cpath%20fill%3D%22%23998ea4%22%20d%3D%22M19.391%207h-.447a.6.6%200%200%200-.609.605a.606.606%200%200%201-.609.624h-.285a.6.6%200%200%201-.609-.605a.606.606%200%200%200-.609-.624h-.447a.6.6%200%200%200-.608.605a.606.606%200%200%201-.61.624h-.285a.6.6%200%200%201-.608-.605a.606.606%200%200%200-.61-.624h-.446a.616.616%200%200%200-.609.614v3.811c0%20.336.167.575.5.575h.5c-.504%200-1%200-1%201v11h8V13c0-1-.496-1-1-1h.5c.333%200%20.5-.239.5-.575V7.614A.6.6%200%200%200%2019.39%207%22%2F%3E%3Cpath%20fill%3D%22%23b4acbc%22%20d%3D%22M30%2019.198v.39L29.99%2030H18.957l-2.99-1.697L12.977%2030H2V18.599c0-.333.31-.599.66-.599h.47c.35%200%20.63.266.63.599s.28.599.63.599h.289c.35%200%20.63-.267.63-.6s.28-.598.63-.598h.46c.35%200%20.63.266.63.599s.28.599.629.599h.3c.35%200%20.63-.267.63-.6s.28-.598.63-.598h.47c.35%200%20.629.266.629.599s.28.599.63.599h.31c.35%200%20.63-.267.63-.6s.28-.598.63-.598h.46c.349%200%20.629.266.629.599s.28.599.63.599h.29c.35%200%20.63-.267.63-.6s.28-.598.63-.598h.499c.35%200%20.63.266.63.599s.28.599.63.599h.29c.35%200%20.63-.267.63-.6s.279-.598.629-.598h.46c.35%200%20.63.266.63.599s.28.599.63.599h.29c.35%200%20.629-.267.629-.6s.28-.598.63-.598h.47c.35%200%20.63.266.63.599s.28.599.63.599h.289c.35%200%20.63-.267.63-.6s.28-.598.63-.598h.46c.35%200%20.63.266.63.599s.28.599.629.599h.29c.35%200%20.63-.267.63-.6s.28-.598.63-.598h.46c.35%200%20.629.266.629.599z%22%2F%3E%3Cpath%20fill%3D%22%235235a6%22%20d%3D%22M15%2014h2v-1c0-.557-.456-1-1-1c-.557%200-1%20.456-1%201zm-2%2016h5.99v-3.23c0-1.781-1.33-2.77-2.99-2.77c-1.65%200-3%20.979-3%202.77z%22%2F%3E%3Cpath%20fill%3D%22%2326c9fc%22%20d%3D%22M7.5%207.306V9.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.293m16%200V9.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-flat/castle.svg?color=%231a73e8&size=48