umbraco logo
umbraco from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- umbraco
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.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 24 24"><path fill="currentColor" d="M0 11.982A12 12 0 1 1 12 24A12 12 0 0 1 0 11.982m11.756 4.11a12 12 0 0 1-2.773-.25a2.12 2.12 0 0 1-1.514-1.218q-.41-.943-.396-2.895a18 18 0 0 1 .127-2.04q.118-.988.236-1.629l.082-.425v-.038a.244.244 0 0 0-.201-.236l-1.544-.246H5.74a.24.24 0 0 0-.235.189a7 7 0 0 0-.089.409c-.088.455-.17.9-.26 1.548a20 20 0 0 0-.176 2.12a11 11 0 0 0 0 1.486q.05 1.977.675 3.155q.626 1.179 2.106 1.695q1.482.517 4.135.506h.22q2.655.01 4.134-.506q1.478-.518 2.1-1.695t.678-3.147a11 11 0 0 0 0-1.485a20 20 0 0 0-.176-2.121a30 30 0 0 0-.26-1.548a7 7 0 0 0-.088-.41a.24.24 0 0 0-.236-.188h-.04l-1.548.242a.236.236 0 0 0-.203.236v.037l.081.426q.118.643.236 1.63a19 19 0 0 1 .126 2.039q.019 1.95-.396 2.892a2.12 2.12 0 0 1-1.502 1.22a11.8 11.8 0 0 1-2.769.247Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsUmbraco(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="M0 11.982A12 12 0 1 1 12 24A12 12 0 0 1 0 11.982m11.756 4.11a12 12 0 0 1-2.773-.25a2.12 2.12 0 0 1-1.514-1.218q-.41-.943-.396-2.895a18 18 0 0 1 .127-2.04q.118-.988.236-1.629l.082-.425v-.038a.244.244 0 0 0-.201-.236l-1.544-.246H5.74a.24.24 0 0 0-.235.189a7 7 0 0 0-.089.409c-.088.455-.17.9-.26 1.548a20 20 0 0 0-.176 2.12a11 11 0 0 0 0 1.486q.05 1.977.675 3.155q.626 1.179 2.106 1.695q1.482.517 4.135.506h.22q2.655.01 4.134-.506q1.478-.518 2.1-1.695t.678-3.147a11 11 0 0 0 0-1.485a20 20 0 0 0-.176-2.121a30 30 0 0 0-.26-1.548a7 7 0 0 0-.088-.41a.24.24 0 0 0-.236-.188h-.04l-1.548.242a.236.236 0 0 0-.203.236v.037l.081.426q.118.643.236 1.63a19 19 0 0 1 .126 2.039q.019 1.95-.396 2.892a2.12 2.12 0 0 1-1.502 1.22a11.8 11.8 0 0 1-2.769.247Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 11.982A12 12 0 1 1 12 24A12 12 0 0 1 0 11.982m11.756 4.11a12 12 0 0 1-2.773-.25a2.12 2.12 0 0 1-1.514-1.218q-.41-.943-.396-2.895a18 18 0 0 1 .127-2.04q.118-.988.236-1.629l.082-.425v-.038a.244.244 0 0 0-.201-.236l-1.544-.246H5.74a.24.24 0 0 0-.235.189a7 7 0 0 0-.089.409c-.088.455-.17.9-.26 1.548a20 20 0 0 0-.176 2.12a11 11 0 0 0 0 1.486q.05 1.977.675 3.155q.626 1.179 2.106 1.695q1.482.517 4.135.506h.22q2.655.01 4.134-.506q1.478-.518 2.1-1.695t.678-3.147a11 11 0 0 0 0-1.485a20 20 0 0 0-.176-2.121a30 30 0 0 0-.26-1.548a7 7 0 0 0-.088-.41a.24.24 0 0 0-.236-.188h-.04l-1.548.242a.236.236 0 0 0-.203.236v.037l.081.426q.118.643.236 1.63a19 19 0 0 1 .126 2.039q.019 1.95-.396 2.892a2.12 2.12 0 0 1-1.502 1.22a11.8 11.8 0 0 1-2.769.247Z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2011.982A12%2012%200%201%201%2012%2024A12%2012%200%200%201%200%2011.982m11.756%204.11a12%2012%200%200%201-2.773-.25a2.12%202.12%200%200%201-1.514-1.218q-.41-.943-.396-2.895a18%2018%200%200%201%20.127-2.04q.118-.988.236-1.629l.082-.425v-.038a.244.244%200%200%200-.201-.236l-1.544-.246H5.74a.24.24%200%200%200-.235.189a7%207%200%200%200-.089.409c-.088.455-.17.9-.26%201.548a20%2020%200%200%200-.176%202.12a11%2011%200%200%200%200%201.486q.05%201.977.675%203.155q.626%201.179%202.106%201.695q1.482.517%204.135.506h.22q2.655.01%204.134-.506q1.478-.518%202.1-1.695t.678-3.147a11%2011%200%200%200%200-1.485a20%2020%200%200%200-.176-2.121a30%2030%200%200%200-.26-1.548a7%207%200%200%200-.088-.41a.24.24%200%200%200-.236-.188h-.04l-1.548.242a.236.236%200%200%200-.203.236v.037l.081.426q.118.643.236%201.63a19%2019%200%200%201%20.126%202.039q.019%201.95-.396%202.892a2.12%202.12%200%200%201-1.502%201.22a11.8%2011.8%200%200%201-2.769.247Z%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%22M0%2011.982A12%2012%200%201%201%2012%2024A12%2012%200%200%201%200%2011.982m11.756%204.11a12%2012%200%200%201-2.773-.25a2.12%202.12%200%200%201-1.514-1.218q-.41-.943-.396-2.895a18%2018%200%200%201%20.127-2.04q.118-.988.236-1.629l.082-.425v-.038a.244.244%200%200%200-.201-.236l-1.544-.246H5.74a.24.24%200%200%200-.235.189a7%207%200%200%200-.089.409c-.088.455-.17.9-.26%201.548a20%2020%200%200%200-.176%202.12a11%2011%200%200%200%200%201.486q.05%201.977.675%203.155q.626%201.179%202.106%201.695q1.482.517%204.135.506h.22q2.655.01%204.134-.506q1.478-.518%202.1-1.695t.678-3.147a11%2011%200%200%200%200-1.485a20%2020%200%200%200-.176-2.121a30%2030%200%200%200-.26-1.548a7%207%200%200%200-.088-.41a.24.24%200%200%200-.236-.188h-.04l-1.548.242a.236.236%200%200%200-.203.236v.037l.081.426q.118.643.236%201.63a19%2019%200%200%201%20.126%202.039q.019%201.95-.396%202.892a2.12%202.12%200%200%201-1.502%201.22a11.8%2011.8%200%200%201-2.769.247Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/umbraco.svg?color=%231a73e8&size=48