doctrine logo

doctrine from Devicon by konpa · Original · MIT Free for personal and commercial use.

Name
doctrine
Set
Devicon
Style
Original
Viewbox
128×128
License
MIT

1 other variant in Devicon

The same logo in other sets

Use the doctrine logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f56d39" d="M52.8 36.3c-1.1-1.2-2.1-2.3-3.1-3.4c-3.6-3.9-7.2-7.8-10.7-11.7c-1.9-2-3.2-4.4-3.5-7.1c-.4-3.3.1-6.6 2.3-9.2c.5-.7 1.3-1.2 2-1.7c1.1-.6 2.2-1.2 3.4-1.6c4.1-1.3 8.1-.8 11.5 2c1.9 1.5 3.5 3.3 5.2 5.1l24.6 26.8c4.3 4.7 8.7 9.3 12.9 14.2c5.3 6 9.4 12.8 11.5 20.6c.8 3 1.3 5.9 1.4 9c.5 12.3-3.2 23.1-10.9 32.6c-5.7 7-13 11.6-21.8 13.9c-3.1.8-6.3 1.4-9.5 1.5c-2.4.1-4.8.2-7.2.1c-12.3-.7-22.7-5.5-31.1-14.6c-4-4.3-7.2-9-9.3-14.5c-1.3-3.3-2.1-6.8-2.4-10.3c-.6-8.5.4-16.7 4.1-24.4c2.3-5 5.8-9.1 9.7-12.9C37.8 45 44.6 40.5 52 37.1c.3-.1.5-.2.8-.4c-.2-.2-.1-.3 0-.4m13.4 53.8l-.6.6c-2.8 2.8-5.6 5.5-8.3 8.3c-1.8 1.8-3.4 3.8-4.5 6.1c-.8 1.6-1.1 3.2-.5 4.9c1.6 4.8 7.7 6.6 11.5 4c1.4-1 2.8-2.2 4-3.4c6-5.6 11.9-11.2 17.8-16.8c2.9-2.7 5.2-5.9 6.6-9.6c.3-.7.4-1.6.4-2.4c0-1.6-.7-3.1-1.5-4.6c-1.4-2.6-3.4-4.9-5.5-7l-9.7-9.8c-3.1-3.1-6.1-6.3-9.3-9.3c-1.9-1.8-4.3-3-7.1-2.9c-3 .2-5.4 1.4-7 4c-.6 1-1 2.2-.9 3.4c.1 2.5 1.3 4.6 3 6.4c2.8 2.9 5.6 5.6 8.5 8.4c1.1 1.1 2.1 2.2 3 3.2H46.3c-2.8 0-5.7-.1-8.5.1c-1.7.1-3.3.7-4.6 1.9c-2.4 2.3-3.1 5.2-2.5 8.4c.6 3 2.3 5.1 5.4 5.8c1.1.2 2.2.3 3.4.3l9.4.3c2.4 0 4.8-.1 7.3-.1h5.7c1.4-.2 2.8-.2 4.3-.2"/><path fill="#fff" d="M66.2 90.1h-9.9c-2.4 0-4.8.1-7.3.1c-3.1 0-6.3-.1-9.4-.3c-1.1 0-2.3-.1-3.4-.3c-3.1-.7-4.9-2.8-5.4-5.8c-.6-3.2.1-6.1 2.5-8.4c1.3-1.2 2.9-1.8 4.6-1.9c2.8-.1 5.7-.1 8.5-.1h19.8c-1-1-2-2.1-3-3.2c-2.8-2.8-5.7-5.5-8.5-8.4c-1.7-1.8-2.8-3.9-3-6.4c-.1-1.2.3-2.3.9-3.4c1.6-2.6 4-3.8 7-4c2.8-.2 5.1 1 7.1 2.9c3.2 3 6.2 6.2 9.3 9.3c3.3 3.3 6.5 6.5 9.7 9.8c2.1 2.1 4 4.4 5.5 7c.8 1.4 1.4 2.9 1.5 4.6c0 .8-.1 1.6-.4 2.4c-1.4 3.7-3.7 6.9-6.6 9.6l-17.8 16.8c-1.3 1.2-2.6 2.4-4 3.4c-3.7 2.6-9.8.8-11.5-4c-.6-1.6-.3-3.3.5-4.9c1.1-2.3 2.7-4.3 4.5-6.1c2.7-2.8 5.5-5.5 8.3-8.3z"/></svg>

React

import type { SVGProps } from "react";

export function DeviconDoctrine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f56d39" d="M52.8 36.3c-1.1-1.2-2.1-2.3-3.1-3.4c-3.6-3.9-7.2-7.8-10.7-11.7c-1.9-2-3.2-4.4-3.5-7.1c-.4-3.3.1-6.6 2.3-9.2c.5-.7 1.3-1.2 2-1.7c1.1-.6 2.2-1.2 3.4-1.6c4.1-1.3 8.1-.8 11.5 2c1.9 1.5 3.5 3.3 5.2 5.1l24.6 26.8c4.3 4.7 8.7 9.3 12.9 14.2c5.3 6 9.4 12.8 11.5 20.6c.8 3 1.3 5.9 1.4 9c.5 12.3-3.2 23.1-10.9 32.6c-5.7 7-13 11.6-21.8 13.9c-3.1.8-6.3 1.4-9.5 1.5c-2.4.1-4.8.2-7.2.1c-12.3-.7-22.7-5.5-31.1-14.6c-4-4.3-7.2-9-9.3-14.5c-1.3-3.3-2.1-6.8-2.4-10.3c-.6-8.5.4-16.7 4.1-24.4c2.3-5 5.8-9.1 9.7-12.9C37.8 45 44.6 40.5 52 37.1c.3-.1.5-.2.8-.4c-.2-.2-.1-.3 0-.4m13.4 53.8l-.6.6c-2.8 2.8-5.6 5.5-8.3 8.3c-1.8 1.8-3.4 3.8-4.5 6.1c-.8 1.6-1.1 3.2-.5 4.9c1.6 4.8 7.7 6.6 11.5 4c1.4-1 2.8-2.2 4-3.4c6-5.6 11.9-11.2 17.8-16.8c2.9-2.7 5.2-5.9 6.6-9.6c.3-.7.4-1.6.4-2.4c0-1.6-.7-3.1-1.5-4.6c-1.4-2.6-3.4-4.9-5.5-7l-9.7-9.8c-3.1-3.1-6.1-6.3-9.3-9.3c-1.9-1.8-4.3-3-7.1-2.9c-3 .2-5.4 1.4-7 4c-.6 1-1 2.2-.9 3.4c.1 2.5 1.3 4.6 3 6.4c2.8 2.9 5.6 5.6 8.5 8.4c1.1 1.1 2.1 2.2 3 3.2H46.3c-2.8 0-5.7-.1-8.5.1c-1.7.1-3.3.7-4.6 1.9c-2.4 2.3-3.1 5.2-2.5 8.4c.6 3 2.3 5.1 5.4 5.8c1.1.2 2.2.3 3.4.3l9.4.3c2.4 0 4.8-.1 7.3-.1h5.7c1.4-.2 2.8-.2 4.3-.2"/><path fill="#fff" d="M66.2 90.1h-9.9c-2.4 0-4.8.1-7.3.1c-3.1 0-6.3-.1-9.4-.3c-1.1 0-2.3-.1-3.4-.3c-3.1-.7-4.9-2.8-5.4-5.8c-.6-3.2.1-6.1 2.5-8.4c1.3-1.2 2.9-1.8 4.6-1.9c2.8-.1 5.7-.1 8.5-.1h19.8c-1-1-2-2.1-3-3.2c-2.8-2.8-5.7-5.5-8.5-8.4c-1.7-1.8-2.8-3.9-3-6.4c-.1-1.2.3-2.3.9-3.4c1.6-2.6 4-3.8 7-4c2.8-.2 5.1 1 7.1 2.9c3.2 3 6.2 6.2 9.3 9.3c3.3 3.3 6.5 6.5 9.7 9.8c2.1 2.1 4 4.4 5.5 7c.8 1.4 1.4 2.9 1.5 4.6c0 .8-.1 1.6-.4 2.4c-1.4 3.7-3.7 6.9-6.6 9.6l-17.8 16.8c-1.3 1.2-2.6 2.4-4 3.4c-3.7 2.6-9.8.8-11.5-4c-.6-1.6-.3-3.3.5-4.9c1.1-2.3 2.7-4.3 4.5-6.1c2.7-2.8 5.5-5.5 8.3-8.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f56d39" d="M52.8 36.3c-1.1-1.2-2.1-2.3-3.1-3.4c-3.6-3.9-7.2-7.8-10.7-11.7c-1.9-2-3.2-4.4-3.5-7.1c-.4-3.3.1-6.6 2.3-9.2c.5-.7 1.3-1.2 2-1.7c1.1-.6 2.2-1.2 3.4-1.6c4.1-1.3 8.1-.8 11.5 2c1.9 1.5 3.5 3.3 5.2 5.1l24.6 26.8c4.3 4.7 8.7 9.3 12.9 14.2c5.3 6 9.4 12.8 11.5 20.6c.8 3 1.3 5.9 1.4 9c.5 12.3-3.2 23.1-10.9 32.6c-5.7 7-13 11.6-21.8 13.9c-3.1.8-6.3 1.4-9.5 1.5c-2.4.1-4.8.2-7.2.1c-12.3-.7-22.7-5.5-31.1-14.6c-4-4.3-7.2-9-9.3-14.5c-1.3-3.3-2.1-6.8-2.4-10.3c-.6-8.5.4-16.7 4.1-24.4c2.3-5 5.8-9.1 9.7-12.9C37.8 45 44.6 40.5 52 37.1c.3-.1.5-.2.8-.4c-.2-.2-.1-.3 0-.4m13.4 53.8l-.6.6c-2.8 2.8-5.6 5.5-8.3 8.3c-1.8 1.8-3.4 3.8-4.5 6.1c-.8 1.6-1.1 3.2-.5 4.9c1.6 4.8 7.7 6.6 11.5 4c1.4-1 2.8-2.2 4-3.4c6-5.6 11.9-11.2 17.8-16.8c2.9-2.7 5.2-5.9 6.6-9.6c.3-.7.4-1.6.4-2.4c0-1.6-.7-3.1-1.5-4.6c-1.4-2.6-3.4-4.9-5.5-7l-9.7-9.8c-3.1-3.1-6.1-6.3-9.3-9.3c-1.9-1.8-4.3-3-7.1-2.9c-3 .2-5.4 1.4-7 4c-.6 1-1 2.2-.9 3.4c.1 2.5 1.3 4.6 3 6.4c2.8 2.9 5.6 5.6 8.5 8.4c1.1 1.1 2.1 2.2 3 3.2H46.3c-2.8 0-5.7-.1-8.5.1c-1.7.1-3.3.7-4.6 1.9c-2.4 2.3-3.1 5.2-2.5 8.4c.6 3 2.3 5.1 5.4 5.8c1.1.2 2.2.3 3.4.3l9.4.3c2.4 0 4.8-.1 7.3-.1h5.7c1.4-.2 2.8-.2 4.3-.2"/><path fill="#fff" d="M66.2 90.1h-9.9c-2.4 0-4.8.1-7.3.1c-3.1 0-6.3-.1-9.4-.3c-1.1 0-2.3-.1-3.4-.3c-3.1-.7-4.9-2.8-5.4-5.8c-.6-3.2.1-6.1 2.5-8.4c1.3-1.2 2.9-1.8 4.6-1.9c2.8-.1 5.7-.1 8.5-.1h19.8c-1-1-2-2.1-3-3.2c-2.8-2.8-5.7-5.5-8.5-8.4c-1.7-1.8-2.8-3.9-3-6.4c-.1-1.2.3-2.3.9-3.4c1.6-2.6 4-3.8 7-4c2.8-.2 5.1 1 7.1 2.9c3.2 3 6.2 6.2 9.3 9.3c3.3 3.3 6.5 6.5 9.7 9.8c2.1 2.1 4 4.4 5.5 7c.8 1.4 1.4 2.9 1.5 4.6c0 .8-.1 1.6-.4 2.4c-1.4 3.7-3.7 6.9-6.6 9.6l-17.8 16.8c-1.3 1.2-2.6 2.4-4 3.4c-3.7 2.6-9.8.8-11.5-4c-.6-1.6-.3-3.3.5-4.9c1.1-2.3 2.7-4.3 4.5-6.1c2.7-2.8 5.5-5.5 8.3-8.3z"/></svg>
</template>

CSS

.icon-doctrine {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%23f56d39%22%20d%3D%22M52.8%2036.3c-1.1-1.2-2.1-2.3-3.1-3.4c-3.6-3.9-7.2-7.8-10.7-11.7c-1.9-2-3.2-4.4-3.5-7.1c-.4-3.3.1-6.6%202.3-9.2c.5-.7%201.3-1.2%202-1.7c1.1-.6%202.2-1.2%203.4-1.6c4.1-1.3%208.1-.8%2011.5%202c1.9%201.5%203.5%203.3%205.2%205.1l24.6%2026.8c4.3%204.7%208.7%209.3%2012.9%2014.2c5.3%206%209.4%2012.8%2011.5%2020.6c.8%203%201.3%205.9%201.4%209c.5%2012.3-3.2%2023.1-10.9%2032.6c-5.7%207-13%2011.6-21.8%2013.9c-3.1.8-6.3%201.4-9.5%201.5c-2.4.1-4.8.2-7.2.1c-12.3-.7-22.7-5.5-31.1-14.6c-4-4.3-7.2-9-9.3-14.5c-1.3-3.3-2.1-6.8-2.4-10.3c-.6-8.5.4-16.7%204.1-24.4c2.3-5%205.8-9.1%209.7-12.9C37.8%2045%2044.6%2040.5%2052%2037.1c.3-.1.5-.2.8-.4c-.2-.2-.1-.3%200-.4m13.4%2053.8l-.6.6c-2.8%202.8-5.6%205.5-8.3%208.3c-1.8%201.8-3.4%203.8-4.5%206.1c-.8%201.6-1.1%203.2-.5%204.9c1.6%204.8%207.7%206.6%2011.5%204c1.4-1%202.8-2.2%204-3.4c6-5.6%2011.9-11.2%2017.8-16.8c2.9-2.7%205.2-5.9%206.6-9.6c.3-.7.4-1.6.4-2.4c0-1.6-.7-3.1-1.5-4.6c-1.4-2.6-3.4-4.9-5.5-7l-9.7-9.8c-3.1-3.1-6.1-6.3-9.3-9.3c-1.9-1.8-4.3-3-7.1-2.9c-3%20.2-5.4%201.4-7%204c-.6%201-1%202.2-.9%203.4c.1%202.5%201.3%204.6%203%206.4c2.8%202.9%205.6%205.6%208.5%208.4c1.1%201.1%202.1%202.2%203%203.2H46.3c-2.8%200-5.7-.1-8.5.1c-1.7.1-3.3.7-4.6%201.9c-2.4%202.3-3.1%205.2-2.5%208.4c.6%203%202.3%205.1%205.4%205.8c1.1.2%202.2.3%203.4.3l9.4.3c2.4%200%204.8-.1%207.3-.1h5.7c1.4-.2%202.8-.2%204.3-.2%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M66.2%2090.1h-9.9c-2.4%200-4.8.1-7.3.1c-3.1%200-6.3-.1-9.4-.3c-1.1%200-2.3-.1-3.4-.3c-3.1-.7-4.9-2.8-5.4-5.8c-.6-3.2.1-6.1%202.5-8.4c1.3-1.2%202.9-1.8%204.6-1.9c2.8-.1%205.7-.1%208.5-.1h19.8c-1-1-2-2.1-3-3.2c-2.8-2.8-5.7-5.5-8.5-8.4c-1.7-1.8-2.8-3.9-3-6.4c-.1-1.2.3-2.3.9-3.4c1.6-2.6%204-3.8%207-4c2.8-.2%205.1%201%207.1%202.9c3.2%203%206.2%206.2%209.3%209.3c3.3%203.3%206.5%206.5%209.7%209.8c2.1%202.1%204%204.4%205.5%207c.8%201.4%201.4%202.9%201.5%204.6c0%20.8-.1%201.6-.4%202.4c-1.4%203.7-3.7%206.9-6.6%209.6l-17.8%2016.8c-1.3%201.2-2.6%202.4-4%203.4c-3.7%202.6-9.8.8-11.5-4c-.6-1.6-.3-3.3.5-4.9c1.1-2.3%202.7-4.3%204.5-6.1c2.7-2.8%205.5-5.5%208.3-8.3z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23f56d39%22%20d%3D%22M52.8%2036.3c-1.1-1.2-2.1-2.3-3.1-3.4c-3.6-3.9-7.2-7.8-10.7-11.7c-1.9-2-3.2-4.4-3.5-7.1c-.4-3.3.1-6.6%202.3-9.2c.5-.7%201.3-1.2%202-1.7c1.1-.6%202.2-1.2%203.4-1.6c4.1-1.3%208.1-.8%2011.5%202c1.9%201.5%203.5%203.3%205.2%205.1l24.6%2026.8c4.3%204.7%208.7%209.3%2012.9%2014.2c5.3%206%209.4%2012.8%2011.5%2020.6c.8%203%201.3%205.9%201.4%209c.5%2012.3-3.2%2023.1-10.9%2032.6c-5.7%207-13%2011.6-21.8%2013.9c-3.1.8-6.3%201.4-9.5%201.5c-2.4.1-4.8.2-7.2.1c-12.3-.7-22.7-5.5-31.1-14.6c-4-4.3-7.2-9-9.3-14.5c-1.3-3.3-2.1-6.8-2.4-10.3c-.6-8.5.4-16.7%204.1-24.4c2.3-5%205.8-9.1%209.7-12.9C37.8%2045%2044.6%2040.5%2052%2037.1c.3-.1.5-.2.8-.4c-.2-.2-.1-.3%200-.4m13.4%2053.8l-.6.6c-2.8%202.8-5.6%205.5-8.3%208.3c-1.8%201.8-3.4%203.8-4.5%206.1c-.8%201.6-1.1%203.2-.5%204.9c1.6%204.8%207.7%206.6%2011.5%204c1.4-1%202.8-2.2%204-3.4c6-5.6%2011.9-11.2%2017.8-16.8c2.9-2.7%205.2-5.9%206.6-9.6c.3-.7.4-1.6.4-2.4c0-1.6-.7-3.1-1.5-4.6c-1.4-2.6-3.4-4.9-5.5-7l-9.7-9.8c-3.1-3.1-6.1-6.3-9.3-9.3c-1.9-1.8-4.3-3-7.1-2.9c-3%20.2-5.4%201.4-7%204c-.6%201-1%202.2-.9%203.4c.1%202.5%201.3%204.6%203%206.4c2.8%202.9%205.6%205.6%208.5%208.4c1.1%201.1%202.1%202.2%203%203.2H46.3c-2.8%200-5.7-.1-8.5.1c-1.7.1-3.3.7-4.6%201.9c-2.4%202.3-3.1%205.2-2.5%208.4c.6%203%202.3%205.1%205.4%205.8c1.1.2%202.2.3%203.4.3l9.4.3c2.4%200%204.8-.1%207.3-.1h5.7c1.4-.2%202.8-.2%204.3-.2%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M66.2%2090.1h-9.9c-2.4%200-4.8.1-7.3.1c-3.1%200-6.3-.1-9.4-.3c-1.1%200-2.3-.1-3.4-.3c-3.1-.7-4.9-2.8-5.4-5.8c-.6-3.2.1-6.1%202.5-8.4c1.3-1.2%202.9-1.8%204.6-1.9c2.8-.1%205.7-.1%208.5-.1h19.8c-1-1-2-2.1-3-3.2c-2.8-2.8-5.7-5.5-8.5-8.4c-1.7-1.8-2.8-3.9-3-6.4c-.1-1.2.3-2.3.9-3.4c1.6-2.6%204-3.8%207-4c2.8-.2%205.1%201%207.1%202.9c3.2%203%206.2%206.2%209.3%209.3c3.3%203.3%206.5%206.5%209.7%209.8c2.1%202.1%204%204.4%205.5%207c.8%201.4%201.4%202.9%201.5%204.6c0%20.8-.1%201.6-.4%202.4c-1.4%203.7-3.7%206.9-6.6%209.6l-17.8%2016.8c-1.3%201.2-2.6%202.4-4%203.4c-3.7%202.6-9.8.8-11.5-4c-.6-1.6-.3-3.3.5-4.9c1.1-2.3%202.7-4.3%204.5-6.1c2.7-2.8%205.5-5.5%208.3-8.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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