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

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

Use the make logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.38 3.498c-.27 0-.511.19-.566.465L9.85 18.986a.58.58 0 0 0 .453.678l4.095.826a.58.58 0 0 0 .682-.455l2.963-15.021a.58.58 0 0 0-.453-.678l-4.096-.826a.6.6 0 0 0-.113-.012zm-5.876.098a.58.58 0 0 0-.516.318L.062 17.697a.575.575 0 0 0 .256.774l3.733 1.877a.58.58 0 0 0 .775-.258l6.926-13.781a.577.577 0 0 0-.256-.776L7.762 3.658a.6.6 0 0 0-.258-.062m11.74.115a.576.576 0 0 0-.576.576v15.426c0 .318.258.578.576.578h4.178a.58.58 0 0 0 .578-.578V4.287a.58.58 0 0 0-.578-.576Z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsMake(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="M13.38 3.498c-.27 0-.511.19-.566.465L9.85 18.986a.58.58 0 0 0 .453.678l4.095.826a.58.58 0 0 0 .682-.455l2.963-15.021a.58.58 0 0 0-.453-.678l-4.096-.826a.6.6 0 0 0-.113-.012zm-5.876.098a.58.58 0 0 0-.516.318L.062 17.697a.575.575 0 0 0 .256.774l3.733 1.877a.58.58 0 0 0 .775-.258l6.926-13.781a.577.577 0 0 0-.256-.776L7.762 3.658a.6.6 0 0 0-.258-.062m11.74.115a.576.576 0 0 0-.576.576v15.426c0 .318.258.578.576.578h4.178a.58.58 0 0 0 .578-.578V4.287a.58.58 0 0 0-.578-.576Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.38 3.498c-.27 0-.511.19-.566.465L9.85 18.986a.58.58 0 0 0 .453.678l4.095.826a.58.58 0 0 0 .682-.455l2.963-15.021a.58.58 0 0 0-.453-.678l-4.096-.826a.6.6 0 0 0-.113-.012zm-5.876.098a.58.58 0 0 0-.516.318L.062 17.697a.575.575 0 0 0 .256.774l3.733 1.877a.58.58 0 0 0 .775-.258l6.926-13.781a.577.577 0 0 0-.256-.776L7.762 3.658a.6.6 0 0 0-.258-.062m11.74.115a.576.576 0 0 0-.576.576v15.426c0 .318.258.578.576.578h4.178a.58.58 0 0 0 .578-.578V4.287a.58.58 0 0 0-.578-.576Z"/></svg>
</template>

CSS

.icon-make {
  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%22M13.38%203.498c-.27%200-.511.19-.566.465L9.85%2018.986a.58.58%200%200%200%20.453.678l4.095.826a.58.58%200%200%200%20.682-.455l2.963-15.021a.58.58%200%200%200-.453-.678l-4.096-.826a.6.6%200%200%200-.113-.012zm-5.876.098a.58.58%200%200%200-.516.318L.062%2017.697a.575.575%200%200%200%20.256.774l3.733%201.877a.58.58%200%200%200%20.775-.258l6.926-13.781a.577.577%200%200%200-.256-.776L7.762%203.658a.6.6%200%200%200-.258-.062m11.74.115a.576.576%200%200%200-.576.576v15.426c0%20.318.258.578.576.578h4.178a.58.58%200%200%200%20.578-.578V4.287a.58.58%200%200%200-.578-.576Z%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%22M13.38%203.498c-.27%200-.511.19-.566.465L9.85%2018.986a.58.58%200%200%200%20.453.678l4.095.826a.58.58%200%200%200%20.682-.455l2.963-15.021a.58.58%200%200%200-.453-.678l-4.096-.826a.6.6%200%200%200-.113-.012zm-5.876.098a.58.58%200%200%200-.516.318L.062%2017.697a.575.575%200%200%200%20.256.774l3.733%201.877a.58.58%200%200%200%20.775-.258l6.926-13.781a.577.577%200%200%200-.256-.776L7.762%203.658a.6.6%200%200%200-.258-.062m11.74.115a.576.576%200%200%200-.576.576v15.426c0%20.318.258.578.576.578h4.178a.58.58%200%200%200%20.578-.578V4.287a.58.58%200%200%200-.578-.576Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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