xamarin logo
xamarin from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- xamarin
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
The same logo in other sets
Use the xamarin logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#3498db" d="M37.8 9c-3.4 0-6.6 1.9-8.3 4.8L3.2 59.2c-1.7 3-1.7 6.6 0 9.6l26.2 45.4c1.8 2.9 4.9 4.8 8.3 4.8h52.4c3.4 0 6.6-1.9 8.3-4.8l26.2-45.4c1.7-3 1.7-6.6 0-9.6L98.5 13.8C96.8 10.9 93.6 9 90.2 9zm.5 26.6h9.3c.4 0 .8.2 1 .6l15.3 27.3c.1.1.1.3.1.4c0-.2.1-.3.1-.4l15.3-27.3c.2-.4.6-.6 1-.6h9c.7.1 1.2.7 1.1 1.4c0 .1 0 .2-.1.4L75.6 64l15 26.7c.3.6 0 1.4-.6 1.6c-.1.1-.3.1-.4.1h-9.1c-.4 0-.8-.2-1-.6L64.1 64.5c-.1-.1-.1-.3-.1-.4c0 .2-.1.3-.1.4L48.5 91.8c-.2.4-.6.6-1 .6h-9c-.7-.1-1.2-.7-1.1-1.3c0-.1.1-.3.1-.4l15-26.7l-15-26.7c-.3-.6 0-1.3.6-1.6c0-.1.1-.1.2-.1"/></svg>
React
import type { SVGProps } from "react";
export function DeviconXamarin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#3498db" d="M37.8 9c-3.4 0-6.6 1.9-8.3 4.8L3.2 59.2c-1.7 3-1.7 6.6 0 9.6l26.2 45.4c1.8 2.9 4.9 4.8 8.3 4.8h52.4c3.4 0 6.6-1.9 8.3-4.8l26.2-45.4c1.7-3 1.7-6.6 0-9.6L98.5 13.8C96.8 10.9 93.6 9 90.2 9zm.5 26.6h9.3c.4 0 .8.2 1 .6l15.3 27.3c.1.1.1.3.1.4c0-.2.1-.3.1-.4l15.3-27.3c.2-.4.6-.6 1-.6h9c.7.1 1.2.7 1.1 1.4c0 .1 0 .2-.1.4L75.6 64l15 26.7c.3.6 0 1.4-.6 1.6c-.1.1-.3.1-.4.1h-9.1c-.4 0-.8-.2-1-.6L64.1 64.5c-.1-.1-.1-.3-.1-.4c0 .2-.1.3-.1.4L48.5 91.8c-.2.4-.6.6-1 .6h-9c-.7-.1-1.2-.7-1.1-1.3c0-.1.1-.3.1-.4l15-26.7l-15-26.7c-.3-.6 0-1.3.6-1.6c0-.1.1-.1.2-.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#3498db" d="M37.8 9c-3.4 0-6.6 1.9-8.3 4.8L3.2 59.2c-1.7 3-1.7 6.6 0 9.6l26.2 45.4c1.8 2.9 4.9 4.8 8.3 4.8h52.4c3.4 0 6.6-1.9 8.3-4.8l26.2-45.4c1.7-3 1.7-6.6 0-9.6L98.5 13.8C96.8 10.9 93.6 9 90.2 9zm.5 26.6h9.3c.4 0 .8.2 1 .6l15.3 27.3c.1.1.1.3.1.4c0-.2.1-.3.1-.4l15.3-27.3c.2-.4.6-.6 1-.6h9c.7.1 1.2.7 1.1 1.4c0 .1 0 .2-.1.4L75.6 64l15 26.7c.3.6 0 1.4-.6 1.6c-.1.1-.3.1-.4.1h-9.1c-.4 0-.8-.2-1-.6L64.1 64.5c-.1-.1-.1-.3-.1-.4c0 .2-.1.3-.1.4L48.5 91.8c-.2.4-.6.6-1 .6h-9c-.7-.1-1.2-.7-1.1-1.3c0-.1.1-.3.1-.4l15-26.7l-15-26.7c-.3-.6 0-1.3.6-1.6c0-.1.1-.1.2-.1"/></svg> </template>
CSS
.icon-xamarin {
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%233498db%22%20d%3D%22M37.8%209c-3.4%200-6.6%201.9-8.3%204.8L3.2%2059.2c-1.7%203-1.7%206.6%200%209.6l26.2%2045.4c1.8%202.9%204.9%204.8%208.3%204.8h52.4c3.4%200%206.6-1.9%208.3-4.8l26.2-45.4c1.7-3%201.7-6.6%200-9.6L98.5%2013.8C96.8%2010.9%2093.6%209%2090.2%209zm.5%2026.6h9.3c.4%200%20.8.2%201%20.6l15.3%2027.3c.1.1.1.3.1.4c0-.2.1-.3.1-.4l15.3-27.3c.2-.4.6-.6%201-.6h9c.7.1%201.2.7%201.1%201.4c0%20.1%200%20.2-.1.4L75.6%2064l15%2026.7c.3.6%200%201.4-.6%201.6c-.1.1-.3.1-.4.1h-9.1c-.4%200-.8-.2-1-.6L64.1%2064.5c-.1-.1-.1-.3-.1-.4c0%20.2-.1.3-.1.4L48.5%2091.8c-.2.4-.6.6-1%20.6h-9c-.7-.1-1.2-.7-1.1-1.3c0-.1.1-.3.1-.4l15-26.7l-15-26.7c-.3-.6%200-1.3.6-1.6c0-.1.1-.1.2-.1%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%233498db%22%20d%3D%22M37.8%209c-3.4%200-6.6%201.9-8.3%204.8L3.2%2059.2c-1.7%203-1.7%206.6%200%209.6l26.2%2045.4c1.8%202.9%204.9%204.8%208.3%204.8h52.4c3.4%200%206.6-1.9%208.3-4.8l26.2-45.4c1.7-3%201.7-6.6%200-9.6L98.5%2013.8C96.8%2010.9%2093.6%209%2090.2%209zm.5%2026.6h9.3c.4%200%20.8.2%201%20.6l15.3%2027.3c.1.1.1.3.1.4c0-.2.1-.3.1-.4l15.3-27.3c.2-.4.6-.6%201-.6h9c.7.1%201.2.7%201.1%201.4c0%20.1%200%20.2-.1.4L75.6%2064l15%2026.7c.3.6%200%201.4-.6%201.6c-.1.1-.3.1-.4.1h-9.1c-.4%200-.8-.2-1-.6L64.1%2064.5c-.1-.1-.1-.3-.1-.4c0%20.2-.1.3-.1.4L48.5%2091.8c-.2.4-.6.6-1%20.6h-9c-.7-.1-1.2-.7-1.1-1.3c0-.1.1-.3.1-.4l15-26.7l-15-26.7c-.3-.6%200-1.3.6-1.6c0-.1.1-.1.2-.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/xamarin.svg?color=%231a73e8&size=48