umbraco from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
umbraco
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
510×512
License
CC BY 4.0

The same logo in other sets

Use the umbraco logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 510 512"><path fill="currentColor" d="M255.35 8C118.36 7.83 7.14 118.72 7 255.68c-.07 137 111 248.2 248 248.27c136.85 0 247.82-110.7 248-247.67S392.34 8.17 255.35 8m145 266q-1.14 40.68-14 65t-43.51 35q-30.61 10.7-85.45 10.47h-4.6q-54.78.22-85.44-10.47t-43.52-35q-12.85-24.36-14-65a225 225 0 0 1 0-30.71a418 418 0 0 1 3.6-43.88c1.88-13.39 3.57-22.58 5.4-32c1-4.88 1.28-6.42 1.82-8.45a5.09 5.09 0 0 1 4.9-3.89h.69l32 5a5.07 5.07 0 0 1 4.16 5a5 5 0 0 1 0 .77l-1.7 8.78q-2.41 13.25-4.84 33.68a381 381 0 0 0-2.64 42.15q-.28 40.43 8.13 59.83a43.87 43.87 0 0 0 31.31 25.18A243 243 0 0 0 250 340.6h10.25a242.6 242.6 0 0 0 57.27-5.16a43.86 43.86 0 0 0 31.15-25.23q8.53-19.42 8.13-59.78a388 388 0 0 0-2.6-42.15q-2.48-20.38-4.89-33.68l-1.69-8.78a5 5 0 0 1 0-.77a5 5 0 0 1 4.2-5l32-5h.82a5 5 0 0 1 4.9 3.89c.55 2.05.81 3.57 1.83 8.45c1.82 9.62 3.52 18.78 5.39 32a416 416 0 0 1 3.61 43.88a228 228 0 0 1-.04 30.73z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsUmbraco(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 510 512"><path fill="currentColor" d="M255.35 8C118.36 7.83 7.14 118.72 7 255.68c-.07 137 111 248.2 248 248.27c136.85 0 247.82-110.7 248-247.67S392.34 8.17 255.35 8m145 266q-1.14 40.68-14 65t-43.51 35q-30.61 10.7-85.45 10.47h-4.6q-54.78.22-85.44-10.47t-43.52-35q-12.85-24.36-14-65a225 225 0 0 1 0-30.71a418 418 0 0 1 3.6-43.88c1.88-13.39 3.57-22.58 5.4-32c1-4.88 1.28-6.42 1.82-8.45a5.09 5.09 0 0 1 4.9-3.89h.69l32 5a5.07 5.07 0 0 1 4.16 5a5 5 0 0 1 0 .77l-1.7 8.78q-2.41 13.25-4.84 33.68a381 381 0 0 0-2.64 42.15q-.28 40.43 8.13 59.83a43.87 43.87 0 0 0 31.31 25.18A243 243 0 0 0 250 340.6h10.25a242.6 242.6 0 0 0 57.27-5.16a43.86 43.86 0 0 0 31.15-25.23q8.53-19.42 8.13-59.78a388 388 0 0 0-2.6-42.15q-2.48-20.38-4.89-33.68l-1.69-8.78a5 5 0 0 1 0-.77a5 5 0 0 1 4.2-5l32-5h.82a5 5 0 0 1 4.9 3.89c.55 2.05.81 3.57 1.83 8.45c1.82 9.62 3.52 18.78 5.39 32a416 416 0 0 1 3.61 43.88a228 228 0 0 1-.04 30.73z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 510 512"><path fill="currentColor" d="M255.35 8C118.36 7.83 7.14 118.72 7 255.68c-.07 137 111 248.2 248 248.27c136.85 0 247.82-110.7 248-247.67S392.34 8.17 255.35 8m145 266q-1.14 40.68-14 65t-43.51 35q-30.61 10.7-85.45 10.47h-4.6q-54.78.22-85.44-10.47t-43.52-35q-12.85-24.36-14-65a225 225 0 0 1 0-30.71a418 418 0 0 1 3.6-43.88c1.88-13.39 3.57-22.58 5.4-32c1-4.88 1.28-6.42 1.82-8.45a5.09 5.09 0 0 1 4.9-3.89h.69l32 5a5.07 5.07 0 0 1 4.16 5a5 5 0 0 1 0 .77l-1.7 8.78q-2.41 13.25-4.84 33.68a381 381 0 0 0-2.64 42.15q-.28 40.43 8.13 59.83a43.87 43.87 0 0 0 31.31 25.18A243 243 0 0 0 250 340.6h10.25a242.6 242.6 0 0 0 57.27-5.16a43.86 43.86 0 0 0 31.15-25.23q8.53-19.42 8.13-59.78a388 388 0 0 0-2.6-42.15q-2.48-20.38-4.89-33.68l-1.69-8.78a5 5 0 0 1 0-.77a5 5 0 0 1 4.2-5l32-5h.82a5 5 0 0 1 4.9 3.89c.55 2.05.81 3.57 1.83 8.45c1.82 9.62 3.52 18.78 5.39 32a416 416 0 0 1 3.61 43.88a228 228 0 0 1-.04 30.73z"/></svg>
</template>

CSS

.icon-umbraco {
  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%20510%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M255.35%208C118.36%207.83%207.14%20118.72%207%20255.68c-.07%20137%20111%20248.2%20248%20248.27c136.85%200%20247.82-110.7%20248-247.67S392.34%208.17%20255.35%208m145%20266q-1.14%2040.68-14%2065t-43.51%2035q-30.61%2010.7-85.45%2010.47h-4.6q-54.78.22-85.44-10.47t-43.52-35q-12.85-24.36-14-65a225%20225%200%200%201%200-30.71a418%20418%200%200%201%203.6-43.88c1.88-13.39%203.57-22.58%205.4-32c1-4.88%201.28-6.42%201.82-8.45a5.09%205.09%200%200%201%204.9-3.89h.69l32%205a5.07%205.07%200%200%201%204.16%205a5%205%200%200%201%200%20.77l-1.7%208.78q-2.41%2013.25-4.84%2033.68a381%20381%200%200%200-2.64%2042.15q-.28%2040.43%208.13%2059.83a43.87%2043.87%200%200%200%2031.31%2025.18A243%20243%200%200%200%20250%20340.6h10.25a242.6%20242.6%200%200%200%2057.27-5.16a43.86%2043.86%200%200%200%2031.15-25.23q8.53-19.42%208.13-59.78a388%20388%200%200%200-2.6-42.15q-2.48-20.38-4.89-33.68l-1.69-8.78a5%205%200%200%201%200-.77a5%205%200%200%201%204.2-5l32-5h.82a5%205%200%200%201%204.9%203.89c.55%202.05.81%203.57%201.83%208.45c1.82%209.62%203.52%2018.78%205.39%2032a416%20416%200%200%201%203.61%2043.88a228%20228%200%200%201-.04%2030.73z%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%20510%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M255.35%208C118.36%207.83%207.14%20118.72%207%20255.68c-.07%20137%20111%20248.2%20248%20248.27c136.85%200%20247.82-110.7%20248-247.67S392.34%208.17%20255.35%208m145%20266q-1.14%2040.68-14%2065t-43.51%2035q-30.61%2010.7-85.45%2010.47h-4.6q-54.78.22-85.44-10.47t-43.52-35q-12.85-24.36-14-65a225%20225%200%200%201%200-30.71a418%20418%200%200%201%203.6-43.88c1.88-13.39%203.57-22.58%205.4-32c1-4.88%201.28-6.42%201.82-8.45a5.09%205.09%200%200%201%204.9-3.89h.69l32%205a5.07%205.07%200%200%201%204.16%205a5%205%200%200%201%200%20.77l-1.7%208.78q-2.41%2013.25-4.84%2033.68a381%20381%200%200%200-2.64%2042.15q-.28%2040.43%208.13%2059.83a43.87%2043.87%200%200%200%2031.31%2025.18A243%20243%200%200%200%20250%20340.6h10.25a242.6%20242.6%200%200%200%2057.27-5.16a43.86%2043.86%200%200%200%2031.15-25.23q8.53-19.42%208.13-59.78a388%20388%200%200%200-2.6-42.15q-2.48-20.38-4.89-33.68l-1.69-8.78a5%205%200%200%201%200-.77a5%205%200%200%201%204.2-5l32-5h.82a5%205%200%200%201%204.9%203.89c.55%202.05.81%203.57%201.83%208.45c1.82%209.62%203.52%2018.78%205.39%2032a416%20416%200%200%201%203.61%2043.88a228%20228%200%200%201-.04%2030.73z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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