tildapublishing logo

tildapublishing from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
tildapublishing
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the tildapublishing logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.384 0 0 5.384 0 12s5.384 12 12 12s12-5.384 12-12S18.616 0 12 0m0 .775C18.192.775 23.225 5.808 23.225 12S18.192 23.225 12 23.225S.775 18.192.775 12S5.808.775 12 .775M8.904 6.584c-1.36 0-2.52 1.16-2.52 3.287l1.352.193c.192-1.352.576-1.935 1.352-1.935s1.167.19 2.52.967c1.351.776 1.735.968 3.095.968s2.714-.969 2.522-3.289H15.87c0 1.16-.382 1.745-1.158 1.745s-1.169-.191-2.713-.967s-1.736-.969-3.096-.969zm2.127 3.48v8.905h1.553v-8.32z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsTildapublishing(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="M12 0C5.384 0 0 5.384 0 12s5.384 12 12 12s12-5.384 12-12S18.616 0 12 0m0 .775C18.192.775 23.225 5.808 23.225 12S18.192 23.225 12 23.225S.775 18.192.775 12S5.808.775 12 .775M8.904 6.584c-1.36 0-2.52 1.16-2.52 3.287l1.352.193c.192-1.352.576-1.935 1.352-1.935s1.167.19 2.52.967c1.351.776 1.735.968 3.095.968s2.714-.969 2.522-3.289H15.87c0 1.16-.382 1.745-1.158 1.745s-1.169-.191-2.713-.967s-1.736-.969-3.096-.969zm2.127 3.48v8.905h1.553v-8.32z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.384 0 0 5.384 0 12s5.384 12 12 12s12-5.384 12-12S18.616 0 12 0m0 .775C18.192.775 23.225 5.808 23.225 12S18.192 23.225 12 23.225S.775 18.192.775 12S5.808.775 12 .775M8.904 6.584c-1.36 0-2.52 1.16-2.52 3.287l1.352.193c.192-1.352.576-1.935 1.352-1.935s1.167.19 2.52.967c1.351.776 1.735.968 3.095.968s2.714-.969 2.522-3.289H15.87c0 1.16-.382 1.745-1.158 1.745s-1.169-.191-2.713-.967s-1.736-.969-3.096-.969zm2.127 3.48v8.905h1.553v-8.32z"/></svg>
</template>

CSS

.icon-tildapublishing {
  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%22M12%200C5.384%200%200%205.384%200%2012s5.384%2012%2012%2012s12-5.384%2012-12S18.616%200%2012%200m0%20.775C18.192.775%2023.225%205.808%2023.225%2012S18.192%2023.225%2012%2023.225S.775%2018.192.775%2012S5.808.775%2012%20.775M8.904%206.584c-1.36%200-2.52%201.16-2.52%203.287l1.352.193c.192-1.352.576-1.935%201.352-1.935s1.167.19%202.52.967c1.351.776%201.735.968%203.095.968s2.714-.969%202.522-3.289H15.87c0%201.16-.382%201.745-1.158%201.745s-1.169-.191-2.713-.967s-1.736-.969-3.096-.969zm2.127%203.48v8.905h1.553v-8.32z%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%22M12%200C5.384%200%200%205.384%200%2012s5.384%2012%2012%2012s12-5.384%2012-12S18.616%200%2012%200m0%20.775C18.192.775%2023.225%205.808%2023.225%2012S18.192%2023.225%2012%2023.225S.775%2018.192.775%2012S5.808.775%2012%20.775M8.904%206.584c-1.36%200-2.52%201.16-2.52%203.287l1.352.193c.192-1.352.576-1.935%201.352-1.935s1.167.19%202.52.967c1.351.776%201.735.968%203.095.968s2.714-.969%202.522-3.289H15.87c0%201.16-.382%201.745-1.158%201.745s-1.169-.191-2.713-.967s-1.736-.969-3.096-.969zm2.127%203.48v8.905h1.553v-8.32z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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