umbraco logo
umbraco from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- umbraco
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- 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 640 640"><path fill="currentColor" d="M320.3 72C183.3 71.8 72.1 182.7 72 319.7C71.8 456.6 182.6 567.8 319.6 568S567.8 457.3 568 320.4c.1-137-110.7-248.2-247.7-248.4m145 266c-.8 27.1-5.4 48.8-14 65s-23.1 27.9-43.5 35s-48.9 10.6-85.4 10.5h-4.6c-36.5.1-65-3.3-85.4-10.5s-34.9-18.8-43.5-35s-13.2-37.9-14-65c-.7-10.2-.7-20.5 0-30.7c.4-14.7 1.6-29.3 3.6-43.9c1.9-13.4 3.6-22.6 5.4-32c1-4.9 1.3-6.4 1.8-8.4c.3-1.1.9-2.1 1.8-2.8s2-1.1 3.1-1.1h.7l32 5c1.2.2 2.2.8 3 1.7s1.2 2.1 1.2 3.3v.8l-1.7 8.8c-1.6 8.8-3.2 20.1-4.8 33.7c-1.7 14-2.5 28.1-2.6 42.2c-.2 27 2.5 46.9 8.1 59.8c2.8 6.4 7.2 12 12.6 16.4s11.9 7.4 18.7 8.8c18.8 4 38.1 5.7 57.3 5.1h10.3c19.2.6 38.5-1.2 57.3-5.2c6.8-1.4 13.2-4.5 18.6-8.8s9.7-10 12.5-16.4c5.7-12.9 8.4-32.9 8.1-59.8c-.1-14.1-1-28.2-2.6-42.1c-1.7-13.6-3.3-24.8-4.9-33.7l-1.7-8.8v-.8c0-1.2.4-2.4 1.2-3.3s1.8-1.5 3-1.7l32-5h.8c1.1 0 2.2.4 3.1 1.1s1.5 1.7 1.8 2.8c.6 2 .8 3.6 1.8 8.4c1.8 9.6 3.5 18.8 5.4 32c2 14.6 3.2 29.2 3.6 43.9c.7 10.2.7 20.5 0 30.7z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsUmbraco(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320.3 72C183.3 71.8 72.1 182.7 72 319.7C71.8 456.6 182.6 567.8 319.6 568S567.8 457.3 568 320.4c.1-137-110.7-248.2-247.7-248.4m145 266c-.8 27.1-5.4 48.8-14 65s-23.1 27.9-43.5 35s-48.9 10.6-85.4 10.5h-4.6c-36.5.1-65-3.3-85.4-10.5s-34.9-18.8-43.5-35s-13.2-37.9-14-65c-.7-10.2-.7-20.5 0-30.7c.4-14.7 1.6-29.3 3.6-43.9c1.9-13.4 3.6-22.6 5.4-32c1-4.9 1.3-6.4 1.8-8.4c.3-1.1.9-2.1 1.8-2.8s2-1.1 3.1-1.1h.7l32 5c1.2.2 2.2.8 3 1.7s1.2 2.1 1.2 3.3v.8l-1.7 8.8c-1.6 8.8-3.2 20.1-4.8 33.7c-1.7 14-2.5 28.1-2.6 42.2c-.2 27 2.5 46.9 8.1 59.8c2.8 6.4 7.2 12 12.6 16.4s11.9 7.4 18.7 8.8c18.8 4 38.1 5.7 57.3 5.1h10.3c19.2.6 38.5-1.2 57.3-5.2c6.8-1.4 13.2-4.5 18.6-8.8s9.7-10 12.5-16.4c5.7-12.9 8.4-32.9 8.1-59.8c-.1-14.1-1-28.2-2.6-42.1c-1.7-13.6-3.3-24.8-4.9-33.7l-1.7-8.8v-.8c0-1.2.4-2.4 1.2-3.3s1.8-1.5 3-1.7l32-5h.8c1.1 0 2.2.4 3.1 1.1s1.5 1.7 1.8 2.8c.6 2 .8 3.6 1.8 8.4c1.8 9.6 3.5 18.8 5.4 32c2 14.6 3.2 29.2 3.6 43.9c.7 10.2.7 20.5 0 30.7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320.3 72C183.3 71.8 72.1 182.7 72 319.7C71.8 456.6 182.6 567.8 319.6 568S567.8 457.3 568 320.4c.1-137-110.7-248.2-247.7-248.4m145 266c-.8 27.1-5.4 48.8-14 65s-23.1 27.9-43.5 35s-48.9 10.6-85.4 10.5h-4.6c-36.5.1-65-3.3-85.4-10.5s-34.9-18.8-43.5-35s-13.2-37.9-14-65c-.7-10.2-.7-20.5 0-30.7c.4-14.7 1.6-29.3 3.6-43.9c1.9-13.4 3.6-22.6 5.4-32c1-4.9 1.3-6.4 1.8-8.4c.3-1.1.9-2.1 1.8-2.8s2-1.1 3.1-1.1h.7l32 5c1.2.2 2.2.8 3 1.7s1.2 2.1 1.2 3.3v.8l-1.7 8.8c-1.6 8.8-3.2 20.1-4.8 33.7c-1.7 14-2.5 28.1-2.6 42.2c-.2 27 2.5 46.9 8.1 59.8c2.8 6.4 7.2 12 12.6 16.4s11.9 7.4 18.7 8.8c18.8 4 38.1 5.7 57.3 5.1h10.3c19.2.6 38.5-1.2 57.3-5.2c6.8-1.4 13.2-4.5 18.6-8.8s9.7-10 12.5-16.4c5.7-12.9 8.4-32.9 8.1-59.8c-.1-14.1-1-28.2-2.6-42.1c-1.7-13.6-3.3-24.8-4.9-33.7l-1.7-8.8v-.8c0-1.2.4-2.4 1.2-3.3s1.8-1.5 3-1.7l32-5h.8c1.1 0 2.2.4 3.1 1.1s1.5 1.7 1.8 2.8c.6 2 .8 3.6 1.8 8.4c1.8 9.6 3.5 18.8 5.4 32c2 14.6 3.2 29.2 3.6 43.9c.7 10.2.7 20.5 0 30.7z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320.3%2072C183.3%2071.8%2072.1%20182.7%2072%20319.7C71.8%20456.6%20182.6%20567.8%20319.6%20568S567.8%20457.3%20568%20320.4c.1-137-110.7-248.2-247.7-248.4m145%20266c-.8%2027.1-5.4%2048.8-14%2065s-23.1%2027.9-43.5%2035s-48.9%2010.6-85.4%2010.5h-4.6c-36.5.1-65-3.3-85.4-10.5s-34.9-18.8-43.5-35s-13.2-37.9-14-65c-.7-10.2-.7-20.5%200-30.7c.4-14.7%201.6-29.3%203.6-43.9c1.9-13.4%203.6-22.6%205.4-32c1-4.9%201.3-6.4%201.8-8.4c.3-1.1.9-2.1%201.8-2.8s2-1.1%203.1-1.1h.7l32%205c1.2.2%202.2.8%203%201.7s1.2%202.1%201.2%203.3v.8l-1.7%208.8c-1.6%208.8-3.2%2020.1-4.8%2033.7c-1.7%2014-2.5%2028.1-2.6%2042.2c-.2%2027%202.5%2046.9%208.1%2059.8c2.8%206.4%207.2%2012%2012.6%2016.4s11.9%207.4%2018.7%208.8c18.8%204%2038.1%205.7%2057.3%205.1h10.3c19.2.6%2038.5-1.2%2057.3-5.2c6.8-1.4%2013.2-4.5%2018.6-8.8s9.7-10%2012.5-16.4c5.7-12.9%208.4-32.9%208.1-59.8c-.1-14.1-1-28.2-2.6-42.1c-1.7-13.6-3.3-24.8-4.9-33.7l-1.7-8.8v-.8c0-1.2.4-2.4%201.2-3.3s1.8-1.5%203-1.7l32-5h.8c1.1%200%202.2.4%203.1%201.1s1.5%201.7%201.8%202.8c.6%202%20.8%203.6%201.8%208.4c1.8%209.6%203.5%2018.8%205.4%2032c2%2014.6%203.2%2029.2%203.6%2043.9c.7%2010.2.7%2020.5%200%2030.7z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320.3%2072C183.3%2071.8%2072.1%20182.7%2072%20319.7C71.8%20456.6%20182.6%20567.8%20319.6%20568S567.8%20457.3%20568%20320.4c.1-137-110.7-248.2-247.7-248.4m145%20266c-.8%2027.1-5.4%2048.8-14%2065s-23.1%2027.9-43.5%2035s-48.9%2010.6-85.4%2010.5h-4.6c-36.5.1-65-3.3-85.4-10.5s-34.9-18.8-43.5-35s-13.2-37.9-14-65c-.7-10.2-.7-20.5%200-30.7c.4-14.7%201.6-29.3%203.6-43.9c1.9-13.4%203.6-22.6%205.4-32c1-4.9%201.3-6.4%201.8-8.4c.3-1.1.9-2.1%201.8-2.8s2-1.1%203.1-1.1h.7l32%205c1.2.2%202.2.8%203%201.7s1.2%202.1%201.2%203.3v.8l-1.7%208.8c-1.6%208.8-3.2%2020.1-4.8%2033.7c-1.7%2014-2.5%2028.1-2.6%2042.2c-.2%2027%202.5%2046.9%208.1%2059.8c2.8%206.4%207.2%2012%2012.6%2016.4s11.9%207.4%2018.7%208.8c18.8%204%2038.1%205.7%2057.3%205.1h10.3c19.2.6%2038.5-1.2%2057.3-5.2c6.8-1.4%2013.2-4.5%2018.6-8.8s9.7-10%2012.5-16.4c5.7-12.9%208.4-32.9%208.1-59.8c-.1-14.1-1-28.2-2.6-42.1c-1.7-13.6-3.3-24.8-4.9-33.7l-1.7-8.8v-.8c0-1.2.4-2.4%201.2-3.3s1.8-1.5%203-1.7l32-5h.8c1.1%200%202.2.4%203.1%201.1s1.5%201.7%201.8%202.8c.6%202%20.8%203.6%201.8%208.4c1.8%209.6%203.5%2018.8%205.4%2032c2%2014.6%203.2%2029.2%203.6%2043.9c.7%2010.2.7%2020.5%200%2030.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/umbraco.svg?color=%231a73e8&size=48