wagtail logo
wagtail from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- wagtail
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×316
- License
- CC0
The same logo in other sets
Use the wagtail logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 316"><path d="M214.75 46.25a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13m8.25 56s-8.25-41.5-62.25-30.25c-5.5-18.75-4.5-32.5 7.5-45.25C184.5 9.5 210 19 210 19V4.75C201 .75 192.5 0 183 0c-34.75 0-54 26-62.25 43.5L23 223.25L50.5 218L0 315.5l35.25-6.25l27-76.75c76.5 0 174.5-27.5 160.75-130.25m33-34.75l-21.5-20.75l-17 20.75zM75 210.25s2.5-.5 7-1.5s10.75-2.5 18.25-4.5q5.625-1.5 12-3.75c4.25-1.5 8.75-3 13-5c4.5-1.75 9-4 13.5-6.5s8.75-5.25 12.75-8.5c1-.75 2-1.5 3-2.5l3-2.5c1.75-1.75 3.75-3.5 5.5-5.5c1.75-1.75 3.25-3.75 4.75-5.75l2.25-3l1-1.5l1-1.5c.5-1 1.25-2 1.75-3s1-2 1.75-3l.75-1.5l.75-1.5c.5-1 1-2 1.25-3l2.25-6c.5-2 1.25-4 1.75-5.75s.75-3.75 1.25-5.25c.25-1.75.5-3.25.75-5c.25-1.5.5-3 .5-4.25c.25-1.25.25-2.5.5-3.75c.25-4.5.25-7 .25-7l4 .25s-.25 2.75-.5 7.25c-.25 1.25-.25 2.5-.5 3.75c-.25 1.5-.25 3-.75 4.5c-.25 1.5-.75 3.25-1 5c-.5 1.75-1 3.5-1.5 5.5s-1.25 3.75-2 6c-.75 2-1.5 4-2.5 6.25l-1.5 3l-.75 1.5l-.75 1.5c-.5 1-1.25 2-1.75 3.25c-.75 1-1.25 2-2 3c-.25.5-.75 1-1 1.5l-1 1.5l-2.25 3c-1.75 2-3.25 4-5.25 5.75c-1.75 2-3.75 3.5-5.75 5.5l-3 2.5c-1 .75-2 1.5-3.25 2.25c-4.25 3-8.75 5.75-13.25 8.25c-4.5 2.25-9.25 4.5-13.75 6.25s-9 3.25-13.25 4.5s-8.25 2.5-12.25 3.25c-7.5 1.75-14 3.25-18.5 4c-4 1.5-6.5 2-6.5 2"/></svg>
React
import type { SVGProps } from "react";
export function LogosWagtail(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 316"><path d="M214.75 46.25a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13m8.25 56s-8.25-41.5-62.25-30.25c-5.5-18.75-4.5-32.5 7.5-45.25C184.5 9.5 210 19 210 19V4.75C201 .75 192.5 0 183 0c-34.75 0-54 26-62.25 43.5L23 223.25L50.5 218L0 315.5l35.25-6.25l27-76.75c76.5 0 174.5-27.5 160.75-130.25m33-34.75l-21.5-20.75l-17 20.75zM75 210.25s2.5-.5 7-1.5s10.75-2.5 18.25-4.5q5.625-1.5 12-3.75c4.25-1.5 8.75-3 13-5c4.5-1.75 9-4 13.5-6.5s8.75-5.25 12.75-8.5c1-.75 2-1.5 3-2.5l3-2.5c1.75-1.75 3.75-3.5 5.5-5.5c1.75-1.75 3.25-3.75 4.75-5.75l2.25-3l1-1.5l1-1.5c.5-1 1.25-2 1.75-3s1-2 1.75-3l.75-1.5l.75-1.5c.5-1 1-2 1.25-3l2.25-6c.5-2 1.25-4 1.75-5.75s.75-3.75 1.25-5.25c.25-1.75.5-3.25.75-5c.25-1.5.5-3 .5-4.25c.25-1.25.25-2.5.5-3.75c.25-4.5.25-7 .25-7l4 .25s-.25 2.75-.5 7.25c-.25 1.25-.25 2.5-.5 3.75c-.25 1.5-.25 3-.75 4.5c-.25 1.5-.75 3.25-1 5c-.5 1.75-1 3.5-1.5 5.5s-1.25 3.75-2 6c-.75 2-1.5 4-2.5 6.25l-1.5 3l-.75 1.5l-.75 1.5c-.5 1-1.25 2-1.75 3.25c-.75 1-1.25 2-2 3c-.25.5-.75 1-1 1.5l-1 1.5l-2.25 3c-1.75 2-3.25 4-5.25 5.75c-1.75 2-3.75 3.5-5.75 5.5l-3 2.5c-1 .75-2 1.5-3.25 2.25c-4.25 3-8.75 5.75-13.25 8.25c-4.5 2.25-9.25 4.5-13.75 6.25s-9 3.25-13.25 4.5s-8.25 2.5-12.25 3.25c-7.5 1.75-14 3.25-18.5 4c-4 1.5-6.5 2-6.5 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 316"><path d="M214.75 46.25a6.5 6.5 0 1 0 0-13a6.5 6.5 0 0 0 0 13m8.25 56s-8.25-41.5-62.25-30.25c-5.5-18.75-4.5-32.5 7.5-45.25C184.5 9.5 210 19 210 19V4.75C201 .75 192.5 0 183 0c-34.75 0-54 26-62.25 43.5L23 223.25L50.5 218L0 315.5l35.25-6.25l27-76.75c76.5 0 174.5-27.5 160.75-130.25m33-34.75l-21.5-20.75l-17 20.75zM75 210.25s2.5-.5 7-1.5s10.75-2.5 18.25-4.5q5.625-1.5 12-3.75c4.25-1.5 8.75-3 13-5c4.5-1.75 9-4 13.5-6.5s8.75-5.25 12.75-8.5c1-.75 2-1.5 3-2.5l3-2.5c1.75-1.75 3.75-3.5 5.5-5.5c1.75-1.75 3.25-3.75 4.75-5.75l2.25-3l1-1.5l1-1.5c.5-1 1.25-2 1.75-3s1-2 1.75-3l.75-1.5l.75-1.5c.5-1 1-2 1.25-3l2.25-6c.5-2 1.25-4 1.75-5.75s.75-3.75 1.25-5.25c.25-1.75.5-3.25.75-5c.25-1.5.5-3 .5-4.25c.25-1.25.25-2.5.5-3.75c.25-4.5.25-7 .25-7l4 .25s-.25 2.75-.5 7.25c-.25 1.25-.25 2.5-.5 3.75c-.25 1.5-.25 3-.75 4.5c-.25 1.5-.75 3.25-1 5c-.5 1.75-1 3.5-1.5 5.5s-1.25 3.75-2 6c-.75 2-1.5 4-2.5 6.25l-1.5 3l-.75 1.5l-.75 1.5c-.5 1-1.25 2-1.75 3.25c-.75 1-1.25 2-2 3c-.25.5-.75 1-1 1.5l-1 1.5l-2.25 3c-1.75 2-3.25 4-5.25 5.75c-1.75 2-3.75 3.5-5.75 5.5l-3 2.5c-1 .75-2 1.5-3.25 2.25c-4.25 3-8.75 5.75-13.25 8.25c-4.5 2.25-9.25 4.5-13.75 6.25s-9 3.25-13.25 4.5s-8.25 2.5-12.25 3.25c-7.5 1.75-14 3.25-18.5 4c-4 1.5-6.5 2-6.5 2"/></svg> </template>
CSS
.icon-wagtail {
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%20316%22%3E%3Cpath%20d%3D%22M214.75%2046.25a6.5%206.5%200%201%200%200-13a6.5%206.5%200%200%200%200%2013m8.25%2056s-8.25-41.5-62.25-30.25c-5.5-18.75-4.5-32.5%207.5-45.25C184.5%209.5%20210%2019%20210%2019V4.75C201%20.75%20192.5%200%20183%200c-34.75%200-54%2026-62.25%2043.5L23%20223.25L50.5%20218L0%20315.5l35.25-6.25l27-76.75c76.5%200%20174.5-27.5%20160.75-130.25m33-34.75l-21.5-20.75l-17%2020.75zM75%20210.25s2.5-.5%207-1.5s10.75-2.5%2018.25-4.5q5.625-1.5%2012-3.75c4.25-1.5%208.75-3%2013-5c4.5-1.75%209-4%2013.5-6.5s8.75-5.25%2012.75-8.5c1-.75%202-1.5%203-2.5l3-2.5c1.75-1.75%203.75-3.5%205.5-5.5c1.75-1.75%203.25-3.75%204.75-5.75l2.25-3l1-1.5l1-1.5c.5-1%201.25-2%201.75-3s1-2%201.75-3l.75-1.5l.75-1.5c.5-1%201-2%201.25-3l2.25-6c.5-2%201.25-4%201.75-5.75s.75-3.75%201.25-5.25c.25-1.75.5-3.25.75-5c.25-1.5.5-3%20.5-4.25c.25-1.25.25-2.5.5-3.75c.25-4.5.25-7%20.25-7l4%20.25s-.25%202.75-.5%207.25c-.25%201.25-.25%202.5-.5%203.75c-.25%201.5-.25%203-.75%204.5c-.25%201.5-.75%203.25-1%205c-.5%201.75-1%203.5-1.5%205.5s-1.25%203.75-2%206c-.75%202-1.5%204-2.5%206.25l-1.5%203l-.75%201.5l-.75%201.5c-.5%201-1.25%202-1.75%203.25c-.75%201-1.25%202-2%203c-.25.5-.75%201-1%201.5l-1%201.5l-2.25%203c-1.75%202-3.25%204-5.25%205.75c-1.75%202-3.75%203.5-5.75%205.5l-3%202.5c-1%20.75-2%201.5-3.25%202.25c-4.25%203-8.75%205.75-13.25%208.25c-4.5%202.25-9.25%204.5-13.75%206.25s-9%203.25-13.25%204.5s-8.25%202.5-12.25%203.25c-7.5%201.75-14%203.25-18.5%204c-4%201.5-6.5%202-6.5%202%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%20316%22%3E%3Cpath%20d%3D%22M214.75%2046.25a6.5%206.5%200%201%200%200-13a6.5%206.5%200%200%200%200%2013m8.25%2056s-8.25-41.5-62.25-30.25c-5.5-18.75-4.5-32.5%207.5-45.25C184.5%209.5%20210%2019%20210%2019V4.75C201%20.75%20192.5%200%20183%200c-34.75%200-54%2026-62.25%2043.5L23%20223.25L50.5%20218L0%20315.5l35.25-6.25l27-76.75c76.5%200%20174.5-27.5%20160.75-130.25m33-34.75l-21.5-20.75l-17%2020.75zM75%20210.25s2.5-.5%207-1.5s10.75-2.5%2018.25-4.5q5.625-1.5%2012-3.75c4.25-1.5%208.75-3%2013-5c4.5-1.75%209-4%2013.5-6.5s8.75-5.25%2012.75-8.5c1-.75%202-1.5%203-2.5l3-2.5c1.75-1.75%203.75-3.5%205.5-5.5c1.75-1.75%203.25-3.75%204.75-5.75l2.25-3l1-1.5l1-1.5c.5-1%201.25-2%201.75-3s1-2%201.75-3l.75-1.5l.75-1.5c.5-1%201-2%201.25-3l2.25-6c.5-2%201.25-4%201.75-5.75s.75-3.75%201.25-5.25c.25-1.75.5-3.25.75-5c.25-1.5.5-3%20.5-4.25c.25-1.25.25-2.5.5-3.75c.25-4.5.25-7%20.25-7l4%20.25s-.25%202.75-.5%207.25c-.25%201.25-.25%202.5-.5%203.75c-.25%201.5-.25%203-.75%204.5c-.25%201.5-.75%203.25-1%205c-.5%201.75-1%203.5-1.5%205.5s-1.25%203.75-2%206c-.75%202-1.5%204-2.5%206.25l-1.5%203l-.75%201.5l-.75%201.5c-.5%201-1.25%202-1.75%203.25c-.75%201-1.25%202-2%203c-.25.5-.75%201-1%201.5l-1%201.5l-2.25%203c-1.75%202-3.25%204-5.25%205.75c-1.75%202-3.75%203.5-5.75%205.5l-3%202.5c-1%20.75-2%201.5-3.25%202.25c-4.25%203-8.75%205.75-13.25%208.25c-4.5%202.25-9.25%204.5-13.75%206.25s-9%203.25-13.25%204.5s-8.25%202.5-12.25%203.25c-7.5%201.75-14%203.25-18.5%204c-4%201.5-6.5%202-6.5%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/wagtail.svg?color=%231a73e8&size=48