cross-celtic from Material Design Icons by Pictogrammers · Filled · Holiday · Apache-2.0 Free for personal and commercial use.

Name
cross-celtic
Set
Material Design Icons
Style
Filled
Category
Holiday
Viewbox
24×24
License
Apache 2.0
Aliases
celtic-cross

More holiday icons from Material Design Icons

Use the cross celtic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.8 8a5.97 5.97 0 0 0-4.3-4.3V2h-3v1.7A5.97 5.97 0 0 0 6.2 8H4v3h2.2a5.97 5.97 0 0 0 4.3 4.3V22h3v-6.7a5.97 5.97 0 0 0 4.3-4.3h2.17V8zm-5.76 1.53L14.5 11h1.26a4.08 4.08 0 0 1-2.26 2.26V12l-1.44-2.44L12 9.5l-.06.06L10.5 12v1.26A4.1 4.1 0 0 1 8.24 11H9.5l2.46-1.47l.04-.03h-.04L9.5 8H8.24a4.08 4.08 0 0 1 2.26-2.26V7l1.44 2.44l.06.06l.06-.06L13.5 7V5.74c1.03.42 1.85 1.23 2.26 2.26H14.5l-2.46 1.5H12z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCrossCeltic(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.8 8a5.97 5.97 0 0 0-4.3-4.3V2h-3v1.7A5.97 5.97 0 0 0 6.2 8H4v3h2.2a5.97 5.97 0 0 0 4.3 4.3V22h3v-6.7a5.97 5.97 0 0 0 4.3-4.3h2.17V8zm-5.76 1.53L14.5 11h1.26a4.08 4.08 0 0 1-2.26 2.26V12l-1.44-2.44L12 9.5l-.06.06L10.5 12v1.26A4.1 4.1 0 0 1 8.24 11H9.5l2.46-1.47l.04-.03h-.04L9.5 8H8.24a4.08 4.08 0 0 1 2.26-2.26V7l1.44 2.44l.06.06l.06-.06L13.5 7V5.74c1.03.42 1.85 1.23 2.26 2.26H14.5l-2.46 1.5H12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.8 8a5.97 5.97 0 0 0-4.3-4.3V2h-3v1.7A5.97 5.97 0 0 0 6.2 8H4v3h2.2a5.97 5.97 0 0 0 4.3 4.3V22h3v-6.7a5.97 5.97 0 0 0 4.3-4.3h2.17V8zm-5.76 1.53L14.5 11h1.26a4.08 4.08 0 0 1-2.26 2.26V12l-1.44-2.44L12 9.5l-.06.06L10.5 12v1.26A4.1 4.1 0 0 1 8.24 11H9.5l2.46-1.47l.04-.03h-.04L9.5 8H8.24a4.08 4.08 0 0 1 2.26-2.26V7l1.44 2.44l.06.06l.06-.06L13.5 7V5.74c1.03.42 1.85 1.23 2.26 2.26H14.5l-2.46 1.5H12z"/></svg>
</template>

CSS

.icon-cross-celtic {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.8%208a5.97%205.97%200%200%200-4.3-4.3V2h-3v1.7A5.97%205.97%200%200%200%206.2%208H4v3h2.2a5.97%205.97%200%200%200%204.3%204.3V22h3v-6.7a5.97%205.97%200%200%200%204.3-4.3h2.17V8zm-5.76%201.53L14.5%2011h1.26a4.08%204.08%200%200%201-2.26%202.26V12l-1.44-2.44L12%209.5l-.06.06L10.5%2012v1.26A4.1%204.1%200%200%201%208.24%2011H9.5l2.46-1.47l.04-.03h-.04L9.5%208H8.24a4.08%204.08%200%200%201%202.26-2.26V7l1.44%202.44l.06.06l.06-.06L13.5%207V5.74c1.03.42%201.85%201.23%202.26%202.26H14.5l-2.46%201.5H12z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.8%208a5.97%205.97%200%200%200-4.3-4.3V2h-3v1.7A5.97%205.97%200%200%200%206.2%208H4v3h2.2a5.97%205.97%200%200%200%204.3%204.3V22h3v-6.7a5.97%205.97%200%200%200%204.3-4.3h2.17V8zm-5.76%201.53L14.5%2011h1.26a4.08%204.08%200%200%201-2.26%202.26V12l-1.44-2.44L12%209.5l-.06.06L10.5%2012v1.26A4.1%204.1%200%200%201%208.24%2011H9.5l2.46-1.47l.04-.03h-.04L9.5%208H8.24a4.08%204.08%200%200%201%202.26-2.26V7l1.44%202.44l.06.06l.06-.06L13.5%207V5.74c1.03.42%201.85%201.23%202.26%202.26H14.5l-2.46%201.5H12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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