mistral-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
mistral-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT

The same icon in other sets

Use the mistral icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M704.005 192.016v127.979H575.99V448.01H448.011V319.995H319.995V192.053H192.053v511.99H64V832.02h384.01V704.043H319.996V576.027H448.01v128.016h128.016V576.027h127.978v128.016H576.027V832.02H960V704.043H831.947V192.016z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignMistralFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M704.005 192.016v127.979H575.99V448.01H448.011V319.995H319.995V192.053H192.053v511.99H64V832.02h384.01V704.043H319.996V576.027H448.01v128.016h128.016V576.027h127.978v128.016H576.027V832.02H960V704.043H831.947V192.016z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M704.005 192.016v127.979H575.99V448.01H448.011V319.995H319.995V192.053H192.053v511.99H64V832.02h384.01V704.043H319.996V576.027H448.01v128.016h128.016V576.027h127.978v128.016H576.027V832.02H960V704.043H831.947V192.016z"/></svg>
</template>

CSS

.icon-mistral-filled {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M704.005%20192.016v127.979H575.99V448.01H448.011V319.995H319.995V192.053H192.053v511.99H64V832.02h384.01V704.043H319.996V576.027H448.01v128.016h128.016V576.027h127.978v128.016H576.027V832.02H960V704.043H831.947V192.016z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M704.005%20192.016v127.979H575.99V448.01H448.011V319.995H319.995V192.053H192.053v511.99H64V832.02h384.01V704.043H319.996V576.027H448.01v128.016h128.016V576.027h127.978v128.016H576.027V832.02H960V704.043H831.947V192.016z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/mistral-filled.svg?color=%231a73e8&size=48