microsoftbing logo

microsoftbing from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
microsoftbing
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the microsoftbing logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.176 15.406a6.48 6.48 0 0 1-1.736 4.414c1.338-1.47.803-3.869-1.003-4.635c-.862-.305-2.488-.85-3.367-1.158a1.83 1.83 0 0 1-.932-.818c-.381-.975-1.163-2.968-1.548-3.948c-.095-.285-.31-.625-.265-.938c.046-.598.724-1.003 1.276-.754l3.682 1.888c.621.292 1.305.692 1.796 1.172a6.5 6.5 0 0 1 2.097 4.777m-1.44 1.888c-.264-1.194-1.135-1.744-2.216-2.028c-1.527.902-4.853 2.878-6.952 4.13c-1.103.68-2.13 1.35-2.919 1.242a2.866 2.866 0 0 1-2.77-2.325c-.012-.048-.008-.03-.001.01a6.4 6.4 0 0 0 .947 2.653a6.5 6.5 0 0 0 5.486 3.022c1.908.062 3.536-1.153 5.099-2.096c.292-.188.804-.496 1.332-.831l1.423-1.51c.553-.577.764-1.426.571-2.267m-12.04 2.97c.422 0 .822-.1 1.173-.29c.355-.215.964-.579 1.7-1.018L9.57 4.502c0-.99-.497-1.864-1.257-2.382c-.08-.059-2.91-1.901-2.99-1.956c-.605-.432-1.523.045-1.5.797v14.887l.417 2.36a2.49 2.49 0 0 0 2.455 2.056z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsMicrosoftbing(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="M20.176 15.406a6.48 6.48 0 0 1-1.736 4.414c1.338-1.47.803-3.869-1.003-4.635c-.862-.305-2.488-.85-3.367-1.158a1.83 1.83 0 0 1-.932-.818c-.381-.975-1.163-2.968-1.548-3.948c-.095-.285-.31-.625-.265-.938c.046-.598.724-1.003 1.276-.754l3.682 1.888c.621.292 1.305.692 1.796 1.172a6.5 6.5 0 0 1 2.097 4.777m-1.44 1.888c-.264-1.194-1.135-1.744-2.216-2.028c-1.527.902-4.853 2.878-6.952 4.13c-1.103.68-2.13 1.35-2.919 1.242a2.866 2.866 0 0 1-2.77-2.325c-.012-.048-.008-.03-.001.01a6.4 6.4 0 0 0 .947 2.653a6.5 6.5 0 0 0 5.486 3.022c1.908.062 3.536-1.153 5.099-2.096c.292-.188.804-.496 1.332-.831l1.423-1.51c.553-.577.764-1.426.571-2.267m-12.04 2.97c.422 0 .822-.1 1.173-.29c.355-.215.964-.579 1.7-1.018L9.57 4.502c0-.99-.497-1.864-1.257-2.382c-.08-.059-2.91-1.901-2.99-1.956c-.605-.432-1.523.045-1.5.797v14.887l.417 2.36a2.49 2.49 0 0 0 2.455 2.056z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.176 15.406a6.48 6.48 0 0 1-1.736 4.414c1.338-1.47.803-3.869-1.003-4.635c-.862-.305-2.488-.85-3.367-1.158a1.83 1.83 0 0 1-.932-.818c-.381-.975-1.163-2.968-1.548-3.948c-.095-.285-.31-.625-.265-.938c.046-.598.724-1.003 1.276-.754l3.682 1.888c.621.292 1.305.692 1.796 1.172a6.5 6.5 0 0 1 2.097 4.777m-1.44 1.888c-.264-1.194-1.135-1.744-2.216-2.028c-1.527.902-4.853 2.878-6.952 4.13c-1.103.68-2.13 1.35-2.919 1.242a2.866 2.866 0 0 1-2.77-2.325c-.012-.048-.008-.03-.001.01a6.4 6.4 0 0 0 .947 2.653a6.5 6.5 0 0 0 5.486 3.022c1.908.062 3.536-1.153 5.099-2.096c.292-.188.804-.496 1.332-.831l1.423-1.51c.553-.577.764-1.426.571-2.267m-12.04 2.97c.422 0 .822-.1 1.173-.29c.355-.215.964-.579 1.7-1.018L9.57 4.502c0-.99-.497-1.864-1.257-2.382c-.08-.059-2.91-1.901-2.99-1.956c-.605-.432-1.523.045-1.5.797v14.887l.417 2.36a2.49 2.49 0 0 0 2.455 2.056z"/></svg>
</template>

CSS

.icon-microsoftbing {
  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%22M20.176%2015.406a6.48%206.48%200%200%201-1.736%204.414c1.338-1.47.803-3.869-1.003-4.635c-.862-.305-2.488-.85-3.367-1.158a1.83%201.83%200%200%201-.932-.818c-.381-.975-1.163-2.968-1.548-3.948c-.095-.285-.31-.625-.265-.938c.046-.598.724-1.003%201.276-.754l3.682%201.888c.621.292%201.305.692%201.796%201.172a6.5%206.5%200%200%201%202.097%204.777m-1.44%201.888c-.264-1.194-1.135-1.744-2.216-2.028c-1.527.902-4.853%202.878-6.952%204.13c-1.103.68-2.13%201.35-2.919%201.242a2.866%202.866%200%200%201-2.77-2.325c-.012-.048-.008-.03-.001.01a6.4%206.4%200%200%200%20.947%202.653a6.5%206.5%200%200%200%205.486%203.022c1.908.062%203.536-1.153%205.099-2.096c.292-.188.804-.496%201.332-.831l1.423-1.51c.553-.577.764-1.426.571-2.267m-12.04%202.97c.422%200%20.822-.1%201.173-.29c.355-.215.964-.579%201.7-1.018L9.57%204.502c0-.99-.497-1.864-1.257-2.382c-.08-.059-2.91-1.901-2.99-1.956c-.605-.432-1.523.045-1.5.797v14.887l.417%202.36a2.49%202.49%200%200%200%202.455%202.056z%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%22M20.176%2015.406a6.48%206.48%200%200%201-1.736%204.414c1.338-1.47.803-3.869-1.003-4.635c-.862-.305-2.488-.85-3.367-1.158a1.83%201.83%200%200%201-.932-.818c-.381-.975-1.163-2.968-1.548-3.948c-.095-.285-.31-.625-.265-.938c.046-.598.724-1.003%201.276-.754l3.682%201.888c.621.292%201.305.692%201.796%201.172a6.5%206.5%200%200%201%202.097%204.777m-1.44%201.888c-.264-1.194-1.135-1.744-2.216-2.028c-1.527.902-4.853%202.878-6.952%204.13c-1.103.68-2.13%201.35-2.919%201.242a2.866%202.866%200%200%201-2.77-2.325c-.012-.048-.008-.03-.001.01a6.4%206.4%200%200%200%20.947%202.653a6.5%206.5%200%200%200%205.486%203.022c1.908.062%203.536-1.153%205.099-2.096c.292-.188.804-.496%201.332-.831l1.423-1.51c.553-.577.764-1.426.571-2.267m-12.04%202.97c.422%200%20.822-.1%201.173-.29c.355-.215.964-.579%201.7-1.018L9.57%204.502c0-.99-.497-1.864-1.257-2.382c-.08-.059-2.91-1.901-2.99-1.956c-.605-.432-1.523.045-1.5.797v14.887l.417%202.36a2.49%202.49%200%200%200%202.455%202.056z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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