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

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

Use the moqups logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.219 0c-2.367 0-3.55 0-4.824.41A5.05 5.05 0 0 0 .402 3.457c-.4 1.297-.4 2.501-.4 4.91v7.266c0 2.409 0 3.613.4 4.91a5.05 5.05 0 0 0 2.993 3.047c1.273.41 2.457.41 4.824.41h7.562c2.367 0 3.55 0 4.824-.41a5.05 5.05 0 0 0 2.993-3.047c.4-1.297.4-2.501.4-4.91V8.367c.003-2.409.002-3.613-.398-4.91A5.05 5.05 0 0 0 20.607.41C19.334 0 18.151 0 15.785 0ZM6.502 6.918a2.62 2.62 0 0 1 1.76.533c.266.226.456.528.545.865a4.3 4.3 0 0 1 3.056-1.398c.433-.017.86.102 1.221.342c.342.266.547.67.559 1.103a5 5 0 0 1 1.564-1.123a4 4 0 0 1 1.563-.322a2.12 2.12 0 0 1 1.386.467c.418.402.63.973.573 1.55a5 5 0 0 1-.04.6c-.037.302-.044.359-.216 1.154l-.614 2.903a4.3 4.3 0 0 0-.115.842c-.02.16.032.321.143.439c.145.09.316.13.486.113a1.76 1.76 0 0 0 1.037-.4q.345-.257.62-.588a.08.08 0 0 1 .134.066h.004l-.395 1.895a.55.55 0 0 1-.228.348c-.676.453-1.477.772-2.395.775a2.12 2.12 0 0 1-1.386-.467a1.9 1.9 0 0 1-.573-1.55a6.3 6.3 0 0 1 .155-1.276q.364-1.69.716-3.38q.098-.416.114-.843a.54.54 0 0 0-.143-.439a.8.8 0 0 0-.484-.115c-.38.018-.744.159-1.037.4a2.95 2.95 0 0 0-1.125 1.756l-1.157 5.463a.3.3 0 0 1-.294.24H9.98a.146.146 0 0 1-.142-.178l1.314-6.191a4.2 4.2 0 0 0 .133-.957a.52.52 0 0 0-.142-.42a.75.75 0 0 0-.465-.113c-.372.015-.73.149-1.02.383l-.01.005a3.06 3.06 0 0 0-1.187 1.838l-1.15 5.44a.244.244 0 0 1-.239.193h-2.08a.16.16 0 0 1-.156-.191l1.37-6.414c.056-.315.065-.586.067-.702a.76.76 0 0 0-.191-.533a.56.56 0 0 0-.418-.21a1.4 1.4 0 0 0-.61.142a3.5 3.5 0 0 0-.59.353a3.1 3.1 0 0 0-.624.602l.451-2.094a.45.45 0 0 1 .201-.289a6 6 0 0 1 .45-.256a3.4 3.4 0 0 1 1.56-.361"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsMoqups(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="M8.219 0c-2.367 0-3.55 0-4.824.41A5.05 5.05 0 0 0 .402 3.457c-.4 1.297-.4 2.501-.4 4.91v7.266c0 2.409 0 3.613.4 4.91a5.05 5.05 0 0 0 2.993 3.047c1.273.41 2.457.41 4.824.41h7.562c2.367 0 3.55 0 4.824-.41a5.05 5.05 0 0 0 2.993-3.047c.4-1.297.4-2.501.4-4.91V8.367c.003-2.409.002-3.613-.398-4.91A5.05 5.05 0 0 0 20.607.41C19.334 0 18.151 0 15.785 0ZM6.502 6.918a2.62 2.62 0 0 1 1.76.533c.266.226.456.528.545.865a4.3 4.3 0 0 1 3.056-1.398c.433-.017.86.102 1.221.342c.342.266.547.67.559 1.103a5 5 0 0 1 1.564-1.123a4 4 0 0 1 1.563-.322a2.12 2.12 0 0 1 1.386.467c.418.402.63.973.573 1.55a5 5 0 0 1-.04.6c-.037.302-.044.359-.216 1.154l-.614 2.903a4.3 4.3 0 0 0-.115.842c-.02.16.032.321.143.439c.145.09.316.13.486.113a1.76 1.76 0 0 0 1.037-.4q.345-.257.62-.588a.08.08 0 0 1 .134.066h.004l-.395 1.895a.55.55 0 0 1-.228.348c-.676.453-1.477.772-2.395.775a2.12 2.12 0 0 1-1.386-.467a1.9 1.9 0 0 1-.573-1.55a6.3 6.3 0 0 1 .155-1.276q.364-1.69.716-3.38q.098-.416.114-.843a.54.54 0 0 0-.143-.439a.8.8 0 0 0-.484-.115c-.38.018-.744.159-1.037.4a2.95 2.95 0 0 0-1.125 1.756l-1.157 5.463a.3.3 0 0 1-.294.24H9.98a.146.146 0 0 1-.142-.178l1.314-6.191a4.2 4.2 0 0 0 .133-.957a.52.52 0 0 0-.142-.42a.75.75 0 0 0-.465-.113c-.372.015-.73.149-1.02.383l-.01.005a3.06 3.06 0 0 0-1.187 1.838l-1.15 5.44a.244.244 0 0 1-.239.193h-2.08a.16.16 0 0 1-.156-.191l1.37-6.414c.056-.315.065-.586.067-.702a.76.76 0 0 0-.191-.533a.56.56 0 0 0-.418-.21a1.4 1.4 0 0 0-.61.142a3.5 3.5 0 0 0-.59.353a3.1 3.1 0 0 0-.624.602l.451-2.094a.45.45 0 0 1 .201-.289a6 6 0 0 1 .45-.256a3.4 3.4 0 0 1 1.56-.361"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.219 0c-2.367 0-3.55 0-4.824.41A5.05 5.05 0 0 0 .402 3.457c-.4 1.297-.4 2.501-.4 4.91v7.266c0 2.409 0 3.613.4 4.91a5.05 5.05 0 0 0 2.993 3.047c1.273.41 2.457.41 4.824.41h7.562c2.367 0 3.55 0 4.824-.41a5.05 5.05 0 0 0 2.993-3.047c.4-1.297.4-2.501.4-4.91V8.367c.003-2.409.002-3.613-.398-4.91A5.05 5.05 0 0 0 20.607.41C19.334 0 18.151 0 15.785 0ZM6.502 6.918a2.62 2.62 0 0 1 1.76.533c.266.226.456.528.545.865a4.3 4.3 0 0 1 3.056-1.398c.433-.017.86.102 1.221.342c.342.266.547.67.559 1.103a5 5 0 0 1 1.564-1.123a4 4 0 0 1 1.563-.322a2.12 2.12 0 0 1 1.386.467c.418.402.63.973.573 1.55a5 5 0 0 1-.04.6c-.037.302-.044.359-.216 1.154l-.614 2.903a4.3 4.3 0 0 0-.115.842c-.02.16.032.321.143.439c.145.09.316.13.486.113a1.76 1.76 0 0 0 1.037-.4q.345-.257.62-.588a.08.08 0 0 1 .134.066h.004l-.395 1.895a.55.55 0 0 1-.228.348c-.676.453-1.477.772-2.395.775a2.12 2.12 0 0 1-1.386-.467a1.9 1.9 0 0 1-.573-1.55a6.3 6.3 0 0 1 .155-1.276q.364-1.69.716-3.38q.098-.416.114-.843a.54.54 0 0 0-.143-.439a.8.8 0 0 0-.484-.115c-.38.018-.744.159-1.037.4a2.95 2.95 0 0 0-1.125 1.756l-1.157 5.463a.3.3 0 0 1-.294.24H9.98a.146.146 0 0 1-.142-.178l1.314-6.191a4.2 4.2 0 0 0 .133-.957a.52.52 0 0 0-.142-.42a.75.75 0 0 0-.465-.113c-.372.015-.73.149-1.02.383l-.01.005a3.06 3.06 0 0 0-1.187 1.838l-1.15 5.44a.244.244 0 0 1-.239.193h-2.08a.16.16 0 0 1-.156-.191l1.37-6.414c.056-.315.065-.586.067-.702a.76.76 0 0 0-.191-.533a.56.56 0 0 0-.418-.21a1.4 1.4 0 0 0-.61.142a3.5 3.5 0 0 0-.59.353a3.1 3.1 0 0 0-.624.602l.451-2.094a.45.45 0 0 1 .201-.289a6 6 0 0 1 .45-.256a3.4 3.4 0 0 1 1.56-.361"/></svg>
</template>

CSS

.icon-moqups {
  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%22M8.219%200c-2.367%200-3.55%200-4.824.41A5.05%205.05%200%200%200%20.402%203.457c-.4%201.297-.4%202.501-.4%204.91v7.266c0%202.409%200%203.613.4%204.91a5.05%205.05%200%200%200%202.993%203.047c1.273.41%202.457.41%204.824.41h7.562c2.367%200%203.55%200%204.824-.41a5.05%205.05%200%200%200%202.993-3.047c.4-1.297.4-2.501.4-4.91V8.367c.003-2.409.002-3.613-.398-4.91A5.05%205.05%200%200%200%2020.607.41C19.334%200%2018.151%200%2015.785%200ZM6.502%206.918a2.62%202.62%200%200%201%201.76.533c.266.226.456.528.545.865a4.3%204.3%200%200%201%203.056-1.398c.433-.017.86.102%201.221.342c.342.266.547.67.559%201.103a5%205%200%200%201%201.564-1.123a4%204%200%200%201%201.563-.322a2.12%202.12%200%200%201%201.386.467c.418.402.63.973.573%201.55a5%205%200%200%201-.04.6c-.037.302-.044.359-.216%201.154l-.614%202.903a4.3%204.3%200%200%200-.115.842c-.02.16.032.321.143.439c.145.09.316.13.486.113a1.76%201.76%200%200%200%201.037-.4q.345-.257.62-.588a.08.08%200%200%201%20.134.066h.004l-.395%201.895a.55.55%200%200%201-.228.348c-.676.453-1.477.772-2.395.775a2.12%202.12%200%200%201-1.386-.467a1.9%201.9%200%200%201-.573-1.55a6.3%206.3%200%200%201%20.155-1.276q.364-1.69.716-3.38q.098-.416.114-.843a.54.54%200%200%200-.143-.439a.8.8%200%200%200-.484-.115c-.38.018-.744.159-1.037.4a2.95%202.95%200%200%200-1.125%201.756l-1.157%205.463a.3.3%200%200%201-.294.24H9.98a.146.146%200%200%201-.142-.178l1.314-6.191a4.2%204.2%200%200%200%20.133-.957a.52.52%200%200%200-.142-.42a.75.75%200%200%200-.465-.113c-.372.015-.73.149-1.02.383l-.01.005a3.06%203.06%200%200%200-1.187%201.838l-1.15%205.44a.244.244%200%200%201-.239.193h-2.08a.16.16%200%200%201-.156-.191l1.37-6.414c.056-.315.065-.586.067-.702a.76.76%200%200%200-.191-.533a.56.56%200%200%200-.418-.21a1.4%201.4%200%200%200-.61.142a3.5%203.5%200%200%200-.59.353a3.1%203.1%200%200%200-.624.602l.451-2.094a.45.45%200%200%201%20.201-.289a6%206%200%200%201%20.45-.256a3.4%203.4%200%200%201%201.56-.361%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%22M8.219%200c-2.367%200-3.55%200-4.824.41A5.05%205.05%200%200%200%20.402%203.457c-.4%201.297-.4%202.501-.4%204.91v7.266c0%202.409%200%203.613.4%204.91a5.05%205.05%200%200%200%202.993%203.047c1.273.41%202.457.41%204.824.41h7.562c2.367%200%203.55%200%204.824-.41a5.05%205.05%200%200%200%202.993-3.047c.4-1.297.4-2.501.4-4.91V8.367c.003-2.409.002-3.613-.398-4.91A5.05%205.05%200%200%200%2020.607.41C19.334%200%2018.151%200%2015.785%200ZM6.502%206.918a2.62%202.62%200%200%201%201.76.533c.266.226.456.528.545.865a4.3%204.3%200%200%201%203.056-1.398c.433-.017.86.102%201.221.342c.342.266.547.67.559%201.103a5%205%200%200%201%201.564-1.123a4%204%200%200%201%201.563-.322a2.12%202.12%200%200%201%201.386.467c.418.402.63.973.573%201.55a5%205%200%200%201-.04.6c-.037.302-.044.359-.216%201.154l-.614%202.903a4.3%204.3%200%200%200-.115.842c-.02.16.032.321.143.439c.145.09.316.13.486.113a1.76%201.76%200%200%200%201.037-.4q.345-.257.62-.588a.08.08%200%200%201%20.134.066h.004l-.395%201.895a.55.55%200%200%201-.228.348c-.676.453-1.477.772-2.395.775a2.12%202.12%200%200%201-1.386-.467a1.9%201.9%200%200%201-.573-1.55a6.3%206.3%200%200%201%20.155-1.276q.364-1.69.716-3.38q.098-.416.114-.843a.54.54%200%200%200-.143-.439a.8.8%200%200%200-.484-.115c-.38.018-.744.159-1.037.4a2.95%202.95%200%200%200-1.125%201.756l-1.157%205.463a.3.3%200%200%201-.294.24H9.98a.146.146%200%200%201-.142-.178l1.314-6.191a4.2%204.2%200%200%200%20.133-.957a.52.52%200%200%200-.142-.42a.75.75%200%200%200-.465-.113c-.372.015-.73.149-1.02.383l-.01.005a3.06%203.06%200%200%200-1.187%201.838l-1.15%205.44a.244.244%200%200%201-.239.193h-2.08a.16.16%200%200%201-.156-.191l1.37-6.414c.056-.315.065-.586.067-.702a.76.76%200%200%200-.191-.533a.56.56%200%200%200-.418-.21a1.4%201.4%200%200%200-.61.142a3.5%203.5%200%200%200-.59.353a3.1%203.1%200%200%200-.624.602l.451-2.094a.45.45%200%200%201%20.201-.289a6%206%200%200%201%20.45-.256a3.4%203.4%200%200%201%201.56-.361%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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