xamarin-outline from Material Design Icons by Pictogrammers · Outline · Brand / Logo · Apache-2.0 Free for personal and commercial use.

Name
xamarin-outline
Set
Material Design Icons
Style
Outline
Category
Brand / Logo
Viewbox
24×24
License
Apache 2.0
Aliases
microsoft-xamarin-outline

1 other variant in Material Design Icons

The same icon in other sets

More brand / logo icons from Material Design Icons

Use the xamarin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 12l.03-.1l2.55-4.8l.17-.1h1.59l.16.1v.2L14 12l2.5 4.7v.2l-.16.1h-1.59l-.17-.1l-2.55-4.8L12 12v.1l-2.58 4.8l-.17.1H7.66l-.16-.1v-.2L10 12L7.5 7.3v-.2l.16-.1h1.59l.17.1L12 11.9v.1m10.75-.93c.16.28.25.6.25.93c0 .33-.09.65-.25.93L18.08 21c-.36.62-1.02 1-1.73 1h-8.7c-.71 0-1.37-.38-1.73-1l-4.67-8.07c-.16-.28-.25-.6-.25-.93c0-.33.09-.65.25-.93L5.92 3c.36-.62 1.02-1 1.73-1h8.7c.71 0 1.37.38 1.73 1l4.67 8.07m-1.95.18L16.97 4.8c-.29-.5-.83-.8-1.41-.8H8.44c-.58 0-1.12.3-1.41.8L3.2 11.25c-.13.25-.2.49-.2.75s.07.5.2.75l3.83 6.45c.29.5.83.8 1.41.8h7.12c.58 0 1.12-.3 1.41-.8l3.83-6.45c.13-.25.2-.49.2-.75s-.07-.5-.2-.75z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function MdiXamarinOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 12l.03-.1l2.55-4.8l.17-.1h1.59l.16.1v.2L14 12l2.5 4.7v.2l-.16.1h-1.59l-.17-.1l-2.55-4.8L12 12v.1l-2.58 4.8l-.17.1H7.66l-.16-.1v-.2L10 12L7.5 7.3v-.2l.16-.1h1.59l.17.1L12 11.9v.1m10.75-.93c.16.28.25.6.25.93c0 .33-.09.65-.25.93L18.08 21c-.36.62-1.02 1-1.73 1h-8.7c-.71 0-1.37-.38-1.73-1l-4.67-8.07c-.16-.28-.25-.6-.25-.93c0-.33.09-.65.25-.93L5.92 3c.36-.62 1.02-1 1.73-1h8.7c.71 0 1.37.38 1.73 1l4.67 8.07m-1.95.18L16.97 4.8c-.29-.5-.83-.8-1.41-.8H8.44c-.58 0-1.12.3-1.41.8L3.2 11.25c-.13.25-.2.49-.2.75s.07.5.2.75l3.83 6.45c.29.5.83.8 1.41.8h7.12c.58 0 1.12-.3 1.41-.8l3.83-6.45c.13-.25.2-.49.2-.75s-.07-.5-.2-.75z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 12l.03-.1l2.55-4.8l.17-.1h1.59l.16.1v.2L14 12l2.5 4.7v.2l-.16.1h-1.59l-.17-.1l-2.55-4.8L12 12v.1l-2.58 4.8l-.17.1H7.66l-.16-.1v-.2L10 12L7.5 7.3v-.2l.16-.1h1.59l.17.1L12 11.9v.1m10.75-.93c.16.28.25.6.25.93c0 .33-.09.65-.25.93L18.08 21c-.36.62-1.02 1-1.73 1h-8.7c-.71 0-1.37-.38-1.73-1l-4.67-8.07c-.16-.28-.25-.6-.25-.93c0-.33.09-.65.25-.93L5.92 3c.36-.62 1.02-1 1.73-1h8.7c.71 0 1.37.38 1.73 1l4.67 8.07m-1.95.18L16.97 4.8c-.29-.5-.83-.8-1.41-.8H8.44c-.58 0-1.12.3-1.41.8L3.2 11.25c-.13.25-.2.49-.2.75s.07.5.2.75l3.83 6.45c.29.5.83.8 1.41.8h7.12c.58 0 1.12-.3 1.41-.8l3.83-6.45c.13-.25.2-.49.2-.75s-.07-.5-.2-.75z" fill="currentColor"/></svg>
</template>

CSS

.icon-xamarin-outline {
  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%20d%3D%22M12%2012l.03-.1l2.55-4.8l.17-.1h1.59l.16.1v.2L14%2012l2.5%204.7v.2l-.16.1h-1.59l-.17-.1l-2.55-4.8L12%2012v.1l-2.58%204.8l-.17.1H7.66l-.16-.1v-.2L10%2012L7.5%207.3v-.2l.16-.1h1.59l.17.1L12%2011.9v.1m10.75-.93c.16.28.25.6.25.93c0%20.33-.09.65-.25.93L18.08%2021c-.36.62-1.02%201-1.73%201h-8.7c-.71%200-1.37-.38-1.73-1l-4.67-8.07c-.16-.28-.25-.6-.25-.93c0-.33.09-.65.25-.93L5.92%203c.36-.62%201.02-1%201.73-1h8.7c.71%200%201.37.38%201.73%201l4.67%208.07m-1.95.18L16.97%204.8c-.29-.5-.83-.8-1.41-.8H8.44c-.58%200-1.12.3-1.41.8L3.2%2011.25c-.13.25-.2.49-.2.75s.07.5.2.75l3.83%206.45c.29.5.83.8%201.41.8h7.12c.58%200%201.12-.3%201.41-.8l3.83-6.45c.13-.25.2-.49.2-.75s-.07-.5-.2-.75z%22%20fill%3D%22currentColor%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%20d%3D%22M12%2012l.03-.1l2.55-4.8l.17-.1h1.59l.16.1v.2L14%2012l2.5%204.7v.2l-.16.1h-1.59l-.17-.1l-2.55-4.8L12%2012v.1l-2.58%204.8l-.17.1H7.66l-.16-.1v-.2L10%2012L7.5%207.3v-.2l.16-.1h1.59l.17.1L12%2011.9v.1m10.75-.93c.16.28.25.6.25.93c0%20.33-.09.65-.25.93L18.08%2021c-.36.62-1.02%201-1.73%201h-8.7c-.71%200-1.37-.38-1.73-1l-4.67-8.07c-.16-.28-.25-.6-.25-.93c0-.33.09-.65.25-.93L5.92%203c.36-.62%201.02-1%201.73-1h8.7c.71%200%201.37.38%201.73%201l4.67%208.07m-1.95.18L16.97%204.8c-.29-.5-.83-.8-1.41-.8H8.44c-.58%200-1.12.3-1.41.8L3.2%2011.25c-.13.25-.2.49-.2.75s.07.5.2.75l3.83%206.45c.29.5.83.8%201.41.8h7.12c.58%200%201.12-.3%201.41-.8l3.83-6.45c.13-.25.2-.49.2-.75s-.07-.5-.2-.75z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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