max logo
max from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- max
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the max logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.769 0A1.77 1.77 0 0 0 0 1.769V22.23A1.77 1.77 0 0 0 1.769 24H22.23A1.77 1.77 0 0 0 24 22.231V1.77A1.77 1.77 0 0 0 22.231 0zm12.485 3.28a4.3 4.3 0 0 1 4.3 4.302a4.3 4.3 0 0 1-1.993 3.63a6.1 6.1 0 0 1 1.054 3.422a6.085 6.085 0 0 1-6.085 6.085a6.085 6.085 0 0 1-6.085-6.085a6.085 6.085 0 0 1 4.66-5.916a4.3 4.3 0 0 1-.152-1.136a4.3 4.3 0 0 1 4.301-4.301zm0 1.849a2.453 2.453 0 0 0-2.453 2.453a2.453 2.453 0 0 0 2.453 2.453a2.453 2.453 0 0 0 2.453-2.453a2.453 2.453 0 0 0-2.453-2.453m-2.724 5.268a4.237 4.237 0 0 0-4.237 4.237a4.237 4.237 0 0 0 4.237 4.237a4.237 4.237 0 0 0 4.237-4.237a4.237 4.237 0 0 0-4.237-4.237m.032 2.54a1.781 1.781 0 1 1 0 3.562a1.781 1.781 0 0 1 0-3.562"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsMax(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="M1.769 0A1.77 1.77 0 0 0 0 1.769V22.23A1.77 1.77 0 0 0 1.769 24H22.23A1.77 1.77 0 0 0 24 22.231V1.77A1.77 1.77 0 0 0 22.231 0zm12.485 3.28a4.3 4.3 0 0 1 4.3 4.302a4.3 4.3 0 0 1-1.993 3.63a6.1 6.1 0 0 1 1.054 3.422a6.085 6.085 0 0 1-6.085 6.085a6.085 6.085 0 0 1-6.085-6.085a6.085 6.085 0 0 1 4.66-5.916a4.3 4.3 0 0 1-.152-1.136a4.3 4.3 0 0 1 4.301-4.301zm0 1.849a2.453 2.453 0 0 0-2.453 2.453a2.453 2.453 0 0 0 2.453 2.453a2.453 2.453 0 0 0 2.453-2.453a2.453 2.453 0 0 0-2.453-2.453m-2.724 5.268a4.237 4.237 0 0 0-4.237 4.237a4.237 4.237 0 0 0 4.237 4.237a4.237 4.237 0 0 0 4.237-4.237a4.237 4.237 0 0 0-4.237-4.237m.032 2.54a1.781 1.781 0 1 1 0 3.562a1.781 1.781 0 0 1 0-3.562"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.769 0A1.77 1.77 0 0 0 0 1.769V22.23A1.77 1.77 0 0 0 1.769 24H22.23A1.77 1.77 0 0 0 24 22.231V1.77A1.77 1.77 0 0 0 22.231 0zm12.485 3.28a4.3 4.3 0 0 1 4.3 4.302a4.3 4.3 0 0 1-1.993 3.63a6.1 6.1 0 0 1 1.054 3.422a6.085 6.085 0 0 1-6.085 6.085a6.085 6.085 0 0 1-6.085-6.085a6.085 6.085 0 0 1 4.66-5.916a4.3 4.3 0 0 1-.152-1.136a4.3 4.3 0 0 1 4.301-4.301zm0 1.849a2.453 2.453 0 0 0-2.453 2.453a2.453 2.453 0 0 0 2.453 2.453a2.453 2.453 0 0 0 2.453-2.453a2.453 2.453 0 0 0-2.453-2.453m-2.724 5.268a4.237 4.237 0 0 0-4.237 4.237a4.237 4.237 0 0 0 4.237 4.237a4.237 4.237 0 0 0 4.237-4.237a4.237 4.237 0 0 0-4.237-4.237m.032 2.54a1.781 1.781 0 1 1 0 3.562a1.781 1.781 0 0 1 0-3.562"/></svg> </template>
CSS
.icon-max {
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%22M1.769%200A1.77%201.77%200%200%200%200%201.769V22.23A1.77%201.77%200%200%200%201.769%2024H22.23A1.77%201.77%200%200%200%2024%2022.231V1.77A1.77%201.77%200%200%200%2022.231%200zm12.485%203.28a4.3%204.3%200%200%201%204.3%204.302a4.3%204.3%200%200%201-1.993%203.63a6.1%206.1%200%200%201%201.054%203.422a6.085%206.085%200%200%201-6.085%206.085a6.085%206.085%200%200%201-6.085-6.085a6.085%206.085%200%200%201%204.66-5.916a4.3%204.3%200%200%201-.152-1.136a4.3%204.3%200%200%201%204.301-4.301zm0%201.849a2.453%202.453%200%200%200-2.453%202.453a2.453%202.453%200%200%200%202.453%202.453a2.453%202.453%200%200%200%202.453-2.453a2.453%202.453%200%200%200-2.453-2.453m-2.724%205.268a4.237%204.237%200%200%200-4.237%204.237a4.237%204.237%200%200%200%204.237%204.237a4.237%204.237%200%200%200%204.237-4.237a4.237%204.237%200%200%200-4.237-4.237m.032%202.54a1.781%201.781%200%201%201%200%203.562a1.781%201.781%200%200%201%200-3.562%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%22M1.769%200A1.77%201.77%200%200%200%200%201.769V22.23A1.77%201.77%200%200%200%201.769%2024H22.23A1.77%201.77%200%200%200%2024%2022.231V1.77A1.77%201.77%200%200%200%2022.231%200zm12.485%203.28a4.3%204.3%200%200%201%204.3%204.302a4.3%204.3%200%200%201-1.993%203.63a6.1%206.1%200%200%201%201.054%203.422a6.085%206.085%200%200%201-6.085%206.085a6.085%206.085%200%200%201-6.085-6.085a6.085%206.085%200%200%201%204.66-5.916a4.3%204.3%200%200%201-.152-1.136a4.3%204.3%200%200%201%204.301-4.301zm0%201.849a2.453%202.453%200%200%200-2.453%202.453a2.453%202.453%200%200%200%202.453%202.453a2.453%202.453%200%200%200%202.453-2.453a2.453%202.453%200%200%200-2.453-2.453m-2.724%205.268a4.237%204.237%200%200%200-4.237%204.237a4.237%204.237%200%200%200%204.237%204.237a4.237%204.237%200%200%200%204.237-4.237a4.237%204.237%200%200%200-4.237-4.237m.032%202.54a1.781%201.781%200%201%201%200%203.562a1.781%201.781%200%200%201%200-3.562%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/max.svg?color=%231a73e8&size=48