midjourney from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
midjourney
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

The same logo in other sets

Use the midjourney logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.74 19.17c-.41 0-.71-.25-1.05-.54c-.37-.31-.79-.66-1.38-.66s-1.01.35-1.38.66c-.35.29-.64.54-1.05.54c-.26 0-.47-.1-.68-.25c1.86-.9 3.33-1.83 4.45-2.84c.08-.07.11-.19.06-.29a.26.26 0 0 0-.25-.16L3.55 16.72c-.09 0-.17.05-.21.13s-.04.17 0 .25l.53 1.01c-.29.17-.56.37-.8.57c-.31.24-.63.49-.8.49c-.14 0-.26.12-.26.26s.12.26.26.26c.35 0 .71-.28 1.12-.6c.28-.22.6-.46.92-.62h.04c.01 0 .02-.03.03-.03c.11-.05.23-.09.34-.11c.13.01.3.18.5.37c.4.38.94.89 1.88 1h.03c.6 0 1.01-.35 1.38-.66c.35-.29.64-.54 1.05-.54s.71.25 1.05.54c.37.31.79.66 1.38.66s1.01-.35 1.38-.66c.35-.29.64-.54 1.05-.54s.71.25 1.05.54c.02.01.03.03.05.04s.03.03.05.04c.35.29.74.58 1.29.58c.6 0 1.01-.35 1.38-.66c.35-.29.64-.54 1.05-.54s.71.25 1.05.54c.37.31.79.66 1.38.66c.14 0 .26-.12.26-.26s-.12-.26-.26-.26Zm-7.31-1.2c-.6 0-1.01.35-1.38.66c-.35.29-.64.54-1.05.54s-.71-.25-1.05-.54c-.37-.31-.79-.66-1.38-.66s-1.01.35-1.38.66c-.34.29-.64.54-1.04.54c-.76-.1-1.21-.52-1.57-.86c-.29-.27-.54-.51-.88-.51h-.04c-.11.02-.21.06-.32.09l-.36-.69l15.74-1.01c-1.04.83-2.35 1.62-3.96 2.38c-.35-.29-.75-.6-1.31-.6Zm1.52-3.24c.04.14.18.22.31.18c.87-.22 1.37-.02 1.99.23l.21.09c.03.01.06.02.09.02c.06 0 .13-.02.17-.07c.07-.07.1-.17.07-.26c-.65-2.17-1.94-4.41-3.62-6.33c-1.59-1.8-3.34-3.09-4.82-3.54a.26.26 0 0 0-.31.13c-.06.11-.02.25.09.32c2.67 1.85 4.63 4.95 5.8 9.23Zm2.2-.18c-.36-.14-.73-.25-1.18-.25c-.18 0-.37.02-.59.06c-.55-1.92-1.27-3.64-2.15-5.11c-.61-1.03-1.31-1.93-2.07-2.71c2.3 1.59 4.83 4.65 5.99 8.01"/><path fill="currentColor" d="M4.87 15.91s.09-.01.14-.04c2.86-1.77 6.06-1.96 9.5-.57c.09.03.18.02.26-.04c.07-.06.11-.15.09-.24c-.43-2.68-1.76-5.32-3.86-7.64C9.28 5.49 7.11 3.9 5.04 3.01a.27.27 0 0 0-.3.07c-.07.08-.08.21-.03.3c1.23 2.06 3.68 7.36-.05 12.1c-.08.1-.07.24.01.33c.05.06.12.09.19.09Zm2.26-6.97c-.17-2.02-.89-3.81-1.58-5.11c3.21 1.63 7.67 5.53 8.71 10.82c-1.83-.67-3.62-.92-5.31-.72c-1.11.13-2.2.45-3.24.95c1.12-1.79 1.59-3.78 1.41-5.95Z"/></svg>

React

import type { SVGProps } from "react";

export function BxlMidjourney(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="M21.74 19.17c-.41 0-.71-.25-1.05-.54c-.37-.31-.79-.66-1.38-.66s-1.01.35-1.38.66c-.35.29-.64.54-1.05.54c-.26 0-.47-.1-.68-.25c1.86-.9 3.33-1.83 4.45-2.84c.08-.07.11-.19.06-.29a.26.26 0 0 0-.25-.16L3.55 16.72c-.09 0-.17.05-.21.13s-.04.17 0 .25l.53 1.01c-.29.17-.56.37-.8.57c-.31.24-.63.49-.8.49c-.14 0-.26.12-.26.26s.12.26.26.26c.35 0 .71-.28 1.12-.6c.28-.22.6-.46.92-.62h.04c.01 0 .02-.03.03-.03c.11-.05.23-.09.34-.11c.13.01.3.18.5.37c.4.38.94.89 1.88 1h.03c.6 0 1.01-.35 1.38-.66c.35-.29.64-.54 1.05-.54s.71.25 1.05.54c.37.31.79.66 1.38.66s1.01-.35 1.38-.66c.35-.29.64-.54 1.05-.54s.71.25 1.05.54c.02.01.03.03.05.04s.03.03.05.04c.35.29.74.58 1.29.58c.6 0 1.01-.35 1.38-.66c.35-.29.64-.54 1.05-.54s.71.25 1.05.54c.37.31.79.66 1.38.66c.14 0 .26-.12.26-.26s-.12-.26-.26-.26Zm-7.31-1.2c-.6 0-1.01.35-1.38.66c-.35.29-.64.54-1.05.54s-.71-.25-1.05-.54c-.37-.31-.79-.66-1.38-.66s-1.01.35-1.38.66c-.34.29-.64.54-1.04.54c-.76-.1-1.21-.52-1.57-.86c-.29-.27-.54-.51-.88-.51h-.04c-.11.02-.21.06-.32.09l-.36-.69l15.74-1.01c-1.04.83-2.35 1.62-3.96 2.38c-.35-.29-.75-.6-1.31-.6Zm1.52-3.24c.04.14.18.22.31.18c.87-.22 1.37-.02 1.99.23l.21.09c.03.01.06.02.09.02c.06 0 .13-.02.17-.07c.07-.07.1-.17.07-.26c-.65-2.17-1.94-4.41-3.62-6.33c-1.59-1.8-3.34-3.09-4.82-3.54a.26.26 0 0 0-.31.13c-.06.11-.02.25.09.32c2.67 1.85 4.63 4.95 5.8 9.23Zm2.2-.18c-.36-.14-.73-.25-1.18-.25c-.18 0-.37.02-.59.06c-.55-1.92-1.27-3.64-2.15-5.11c-.61-1.03-1.31-1.93-2.07-2.71c2.3 1.59 4.83 4.65 5.99 8.01"/><path fill="currentColor" d="M4.87 15.91s.09-.01.14-.04c2.86-1.77 6.06-1.96 9.5-.57c.09.03.18.02.26-.04c.07-.06.11-.15.09-.24c-.43-2.68-1.76-5.32-3.86-7.64C9.28 5.49 7.11 3.9 5.04 3.01a.27.27 0 0 0-.3.07c-.07.08-.08.21-.03.3c1.23 2.06 3.68 7.36-.05 12.1c-.08.1-.07.24.01.33c.05.06.12.09.19.09Zm2.26-6.97c-.17-2.02-.89-3.81-1.58-5.11c3.21 1.63 7.67 5.53 8.71 10.82c-1.83-.67-3.62-.92-5.31-.72c-1.11.13-2.2.45-3.24.95c1.12-1.79 1.59-3.78 1.41-5.95Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.74 19.17c-.41 0-.71-.25-1.05-.54c-.37-.31-.79-.66-1.38-.66s-1.01.35-1.38.66c-.35.29-.64.54-1.05.54c-.26 0-.47-.1-.68-.25c1.86-.9 3.33-1.83 4.45-2.84c.08-.07.11-.19.06-.29a.26.26 0 0 0-.25-.16L3.55 16.72c-.09 0-.17.05-.21.13s-.04.17 0 .25l.53 1.01c-.29.17-.56.37-.8.57c-.31.24-.63.49-.8.49c-.14 0-.26.12-.26.26s.12.26.26.26c.35 0 .71-.28 1.12-.6c.28-.22.6-.46.92-.62h.04c.01 0 .02-.03.03-.03c.11-.05.23-.09.34-.11c.13.01.3.18.5.37c.4.38.94.89 1.88 1h.03c.6 0 1.01-.35 1.38-.66c.35-.29.64-.54 1.05-.54s.71.25 1.05.54c.37.31.79.66 1.38.66s1.01-.35 1.38-.66c.35-.29.64-.54 1.05-.54s.71.25 1.05.54c.02.01.03.03.05.04s.03.03.05.04c.35.29.74.58 1.29.58c.6 0 1.01-.35 1.38-.66c.35-.29.64-.54 1.05-.54s.71.25 1.05.54c.37.31.79.66 1.38.66c.14 0 .26-.12.26-.26s-.12-.26-.26-.26Zm-7.31-1.2c-.6 0-1.01.35-1.38.66c-.35.29-.64.54-1.05.54s-.71-.25-1.05-.54c-.37-.31-.79-.66-1.38-.66s-1.01.35-1.38.66c-.34.29-.64.54-1.04.54c-.76-.1-1.21-.52-1.57-.86c-.29-.27-.54-.51-.88-.51h-.04c-.11.02-.21.06-.32.09l-.36-.69l15.74-1.01c-1.04.83-2.35 1.62-3.96 2.38c-.35-.29-.75-.6-1.31-.6Zm1.52-3.24c.04.14.18.22.31.18c.87-.22 1.37-.02 1.99.23l.21.09c.03.01.06.02.09.02c.06 0 .13-.02.17-.07c.07-.07.1-.17.07-.26c-.65-2.17-1.94-4.41-3.62-6.33c-1.59-1.8-3.34-3.09-4.82-3.54a.26.26 0 0 0-.31.13c-.06.11-.02.25.09.32c2.67 1.85 4.63 4.95 5.8 9.23Zm2.2-.18c-.36-.14-.73-.25-1.18-.25c-.18 0-.37.02-.59.06c-.55-1.92-1.27-3.64-2.15-5.11c-.61-1.03-1.31-1.93-2.07-2.71c2.3 1.59 4.83 4.65 5.99 8.01"/><path fill="currentColor" d="M4.87 15.91s.09-.01.14-.04c2.86-1.77 6.06-1.96 9.5-.57c.09.03.18.02.26-.04c.07-.06.11-.15.09-.24c-.43-2.68-1.76-5.32-3.86-7.64C9.28 5.49 7.11 3.9 5.04 3.01a.27.27 0 0 0-.3.07c-.07.08-.08.21-.03.3c1.23 2.06 3.68 7.36-.05 12.1c-.08.1-.07.24.01.33c.05.06.12.09.19.09Zm2.26-6.97c-.17-2.02-.89-3.81-1.58-5.11c3.21 1.63 7.67 5.53 8.71 10.82c-1.83-.67-3.62-.92-5.31-.72c-1.11.13-2.2.45-3.24.95c1.12-1.79 1.59-3.78 1.41-5.95Z"/></svg>
</template>

CSS

.icon-midjourney {
  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%22M21.74%2019.17c-.41%200-.71-.25-1.05-.54c-.37-.31-.79-.66-1.38-.66s-1.01.35-1.38.66c-.35.29-.64.54-1.05.54c-.26%200-.47-.1-.68-.25c1.86-.9%203.33-1.83%204.45-2.84c.08-.07.11-.19.06-.29a.26.26%200%200%200-.25-.16L3.55%2016.72c-.09%200-.17.05-.21.13s-.04.17%200%20.25l.53%201.01c-.29.17-.56.37-.8.57c-.31.24-.63.49-.8.49c-.14%200-.26.12-.26.26s.12.26.26.26c.35%200%20.71-.28%201.12-.6c.28-.22.6-.46.92-.62h.04c.01%200%20.02-.03.03-.03c.11-.05.23-.09.34-.11c.13.01.3.18.5.37c.4.38.94.89%201.88%201h.03c.6%200%201.01-.35%201.38-.66c.35-.29.64-.54%201.05-.54s.71.25%201.05.54c.37.31.79.66%201.38.66s1.01-.35%201.38-.66c.35-.29.64-.54%201.05-.54s.71.25%201.05.54c.02.01.03.03.05.04s.03.03.05.04c.35.29.74.58%201.29.58c.6%200%201.01-.35%201.38-.66c.35-.29.64-.54%201.05-.54s.71.25%201.05.54c.37.31.79.66%201.38.66c.14%200%20.26-.12.26-.26s-.12-.26-.26-.26Zm-7.31-1.2c-.6%200-1.01.35-1.38.66c-.35.29-.64.54-1.05.54s-.71-.25-1.05-.54c-.37-.31-.79-.66-1.38-.66s-1.01.35-1.38.66c-.34.29-.64.54-1.04.54c-.76-.1-1.21-.52-1.57-.86c-.29-.27-.54-.51-.88-.51h-.04c-.11.02-.21.06-.32.09l-.36-.69l15.74-1.01c-1.04.83-2.35%201.62-3.96%202.38c-.35-.29-.75-.6-1.31-.6Zm1.52-3.24c.04.14.18.22.31.18c.87-.22%201.37-.02%201.99.23l.21.09c.03.01.06.02.09.02c.06%200%20.13-.02.17-.07c.07-.07.1-.17.07-.26c-.65-2.17-1.94-4.41-3.62-6.33c-1.59-1.8-3.34-3.09-4.82-3.54a.26.26%200%200%200-.31.13c-.06.11-.02.25.09.32c2.67%201.85%204.63%204.95%205.8%209.23Zm2.2-.18c-.36-.14-.73-.25-1.18-.25c-.18%200-.37.02-.59.06c-.55-1.92-1.27-3.64-2.15-5.11c-.61-1.03-1.31-1.93-2.07-2.71c2.3%201.59%204.83%204.65%205.99%208.01%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.87%2015.91s.09-.01.14-.04c2.86-1.77%206.06-1.96%209.5-.57c.09.03.18.02.26-.04c.07-.06.11-.15.09-.24c-.43-2.68-1.76-5.32-3.86-7.64C9.28%205.49%207.11%203.9%205.04%203.01a.27.27%200%200%200-.3.07c-.07.08-.08.21-.03.3c1.23%202.06%203.68%207.36-.05%2012.1c-.08.1-.07.24.01.33c.05.06.12.09.19.09Zm2.26-6.97c-.17-2.02-.89-3.81-1.58-5.11c3.21%201.63%207.67%205.53%208.71%2010.82c-1.83-.67-3.62-.92-5.31-.72c-1.11.13-2.2.45-3.24.95c1.12-1.79%201.59-3.78%201.41-5.95Z%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%22M21.74%2019.17c-.41%200-.71-.25-1.05-.54c-.37-.31-.79-.66-1.38-.66s-1.01.35-1.38.66c-.35.29-.64.54-1.05.54c-.26%200-.47-.1-.68-.25c1.86-.9%203.33-1.83%204.45-2.84c.08-.07.11-.19.06-.29a.26.26%200%200%200-.25-.16L3.55%2016.72c-.09%200-.17.05-.21.13s-.04.17%200%20.25l.53%201.01c-.29.17-.56.37-.8.57c-.31.24-.63.49-.8.49c-.14%200-.26.12-.26.26s.12.26.26.26c.35%200%20.71-.28%201.12-.6c.28-.22.6-.46.92-.62h.04c.01%200%20.02-.03.03-.03c.11-.05.23-.09.34-.11c.13.01.3.18.5.37c.4.38.94.89%201.88%201h.03c.6%200%201.01-.35%201.38-.66c.35-.29.64-.54%201.05-.54s.71.25%201.05.54c.37.31.79.66%201.38.66s1.01-.35%201.38-.66c.35-.29.64-.54%201.05-.54s.71.25%201.05.54c.02.01.03.03.05.04s.03.03.05.04c.35.29.74.58%201.29.58c.6%200%201.01-.35%201.38-.66c.35-.29.64-.54%201.05-.54s.71.25%201.05.54c.37.31.79.66%201.38.66c.14%200%20.26-.12.26-.26s-.12-.26-.26-.26Zm-7.31-1.2c-.6%200-1.01.35-1.38.66c-.35.29-.64.54-1.05.54s-.71-.25-1.05-.54c-.37-.31-.79-.66-1.38-.66s-1.01.35-1.38.66c-.34.29-.64.54-1.04.54c-.76-.1-1.21-.52-1.57-.86c-.29-.27-.54-.51-.88-.51h-.04c-.11.02-.21.06-.32.09l-.36-.69l15.74-1.01c-1.04.83-2.35%201.62-3.96%202.38c-.35-.29-.75-.6-1.31-.6Zm1.52-3.24c.04.14.18.22.31.18c.87-.22%201.37-.02%201.99.23l.21.09c.03.01.06.02.09.02c.06%200%20.13-.02.17-.07c.07-.07.1-.17.07-.26c-.65-2.17-1.94-4.41-3.62-6.33c-1.59-1.8-3.34-3.09-4.82-3.54a.26.26%200%200%200-.31.13c-.06.11-.02.25.09.32c2.67%201.85%204.63%204.95%205.8%209.23Zm2.2-.18c-.36-.14-.73-.25-1.18-.25c-.18%200-.37.02-.59.06c-.55-1.92-1.27-3.64-2.15-5.11c-.61-1.03-1.31-1.93-2.07-2.71c2.3%201.59%204.83%204.65%205.99%208.01%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.87%2015.91s.09-.01.14-.04c2.86-1.77%206.06-1.96%209.5-.57c.09.03.18.02.26-.04c.07-.06.11-.15.09-.24c-.43-2.68-1.76-5.32-3.86-7.64C9.28%205.49%207.11%203.9%205.04%203.01a.27.27%200%200%200-.3.07c-.07.08-.08.21-.03.3c1.23%202.06%203.68%207.36-.05%2012.1c-.08.1-.07.24.01.33c.05.06.12.09.19.09Zm2.26-6.97c-.17-2.02-.89-3.81-1.58-5.11c3.21%201.63%207.67%205.53%208.71%2010.82c-1.83-.67-3.62-.92-5.31-.72c-1.11.13-2.2.45-3.24.95c1.12-1.79%201.59-3.78%201.41-5.95Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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