moq logo
moq from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- moq
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the moq logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.134.001a13 13 0 0 0-1.281.049c-.799.066-1.771.27-2.611.547c-.68.216-2.673 1.152-2.673 1.248c0 .024-.072.073-.156.115c-.306.138-1.334.973-1.91 1.543c-.57.577-1.405 1.602-1.543 1.909c-.042.084-.09.156-.113.156C1.75 5.568.815 7.55.61 8.18c-.81 2.504-.81 5.145.006 7.625c.198.6.821 1.958 1.11 2.403c.066.096.174.282.24.408c.066.12.152.223.182.223c.036 0 .058.028.058.064c0 .114.727.973 1.375 1.615c1.381 1.375 2.95 2.32 4.871 2.932c.739.234 1.428.365 2.485.473c1.009.102 1.106.102 2.115 0c.583-.06 1.29-.16 1.578-.227c.697-.162 1.833-.553 2.463-.853c.487-.229 1.573-.853 1.795-1.034c.054-.042.318-.25.582-.455a12.7 12.7 0 0 0 1.885-1.886c.204-.265.415-.528.457-.582c.18-.223.811-1.31 1.04-1.79c.293-.624.683-1.771.85-2.486c.067-.294.17-1.002.224-1.572c.096-.973.096-1.099 0-2.108c-.283-2.918-1.405-5.344-3.405-7.35c-.642-.648-1.501-1.375-1.615-1.375c-.036 0-.067-.024-.067-.06c0-.03-.102-.114-.222-.18a6 6 0 0 1-.408-.24c-.427-.276-1.795-.907-2.39-1.106A12 12 0 0 0 12.134 0m-7.39 8.311a2 2 0 0 1 .21 0c.19.013.382.062.567.15l.252.121l.324-.132c.804-.337 1.712-.006 1.922.697c.102.348.102 5.013 0 5.115c-.084.084-.937.096-1.069.012c-.078-.048-.089-.397-.107-2.402c-.018-2.552-.013-2.504-.35-2.354l-.142.072v2.336c0 2.672.041 2.47-.541 2.47s-.541.196-.541-2.434c0-2.012-.012-2.317-.096-2.395c-.048-.054-.132-.096-.174-.096s-.126.042-.174.096c-.084.078-.095.378-.095 2.36c0 1.68-.019 2.281-.073 2.335c-.114.114-.98.097-1.1-.023c-.083-.09-.095-.348-.077-2.51c.018-2.168.03-2.432.127-2.648a1.34 1.34 0 0 1 1.136-.77m6.825 0q.422-.024.877.09c.576.144 1.122.607 1.404 1.19c.156.33.156.336.156 1.831c0 1.46-.004 1.508-.142 1.772c-.3.576-.667.9-1.28 1.147c-.432.168-1.272.162-1.789-.018c-.48-.174-.931-.59-1.177-1.1l-.174-.36V9.862l.156-.299a2.32 2.32 0 0 1 1.969-1.25m6.139.086a3 3 0 0 1 .36 0q.211.014.425.059c.174.036.426.12.558.185c.252.126.75.572.75.674c0 .03.036.102.084.15c.042.054.132.246.192.426c.168.48.17 2.624.008 3.14c-.169.53-.548.99-1.1 1.35c-.456.295-.462.302-.426.59c.036.367.246.666.582.834c.33.168.36.222.36.684c0 .396-.114.607-.33.607c-.247 0-.828-.246-1.092-.468c-.51-.415-.86-1.086-.86-1.663c0-.246-.09-.45-.191-.45c-.228 0-.92-.637-1.16-1.063c-.24-.439-.282-.786-.258-2.21l.017-1.322l.182-.353c.345-.685 1.069-1.115 1.899-1.17m-5.983 1.139c-.132 0-.33.05-.443.103c-.114.054-.266.18-.332.27c-.115.156-.125.263-.143 1.41c-.012 1.093 0 1.267.09 1.453c.336.649 1.32.649 1.656 0c.09-.186.102-.36.09-1.453c-.018-1.147-.028-1.254-.143-1.41c-.162-.222-.475-.373-.775-.373m6.018.076a.8.8 0 0 0-.194.021c-.168.042-.427.3-.54.528c-.073.156-.09.433-.09 1.334c.006 1.26.037 1.386.421 1.668c.277.204.792.21 1.08.011c.397-.264.427-.406.409-1.757c-.018-1.165-.024-1.214-.162-1.418a1.3 1.3 0 0 0-.264-.288c-.1-.058-.425-.103-.66-.1"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsMoq(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="M12.134.001a13 13 0 0 0-1.281.049c-.799.066-1.771.27-2.611.547c-.68.216-2.673 1.152-2.673 1.248c0 .024-.072.073-.156.115c-.306.138-1.334.973-1.91 1.543c-.57.577-1.405 1.602-1.543 1.909c-.042.084-.09.156-.113.156C1.75 5.568.815 7.55.61 8.18c-.81 2.504-.81 5.145.006 7.625c.198.6.821 1.958 1.11 2.403c.066.096.174.282.24.408c.066.12.152.223.182.223c.036 0 .058.028.058.064c0 .114.727.973 1.375 1.615c1.381 1.375 2.95 2.32 4.871 2.932c.739.234 1.428.365 2.485.473c1.009.102 1.106.102 2.115 0c.583-.06 1.29-.16 1.578-.227c.697-.162 1.833-.553 2.463-.853c.487-.229 1.573-.853 1.795-1.034c.054-.042.318-.25.582-.455a12.7 12.7 0 0 0 1.885-1.886c.204-.265.415-.528.457-.582c.18-.223.811-1.31 1.04-1.79c.293-.624.683-1.771.85-2.486c.067-.294.17-1.002.224-1.572c.096-.973.096-1.099 0-2.108c-.283-2.918-1.405-5.344-3.405-7.35c-.642-.648-1.501-1.375-1.615-1.375c-.036 0-.067-.024-.067-.06c0-.03-.102-.114-.222-.18a6 6 0 0 1-.408-.24c-.427-.276-1.795-.907-2.39-1.106A12 12 0 0 0 12.134 0m-7.39 8.311a2 2 0 0 1 .21 0c.19.013.382.062.567.15l.252.121l.324-.132c.804-.337 1.712-.006 1.922.697c.102.348.102 5.013 0 5.115c-.084.084-.937.096-1.069.012c-.078-.048-.089-.397-.107-2.402c-.018-2.552-.013-2.504-.35-2.354l-.142.072v2.336c0 2.672.041 2.47-.541 2.47s-.541.196-.541-2.434c0-2.012-.012-2.317-.096-2.395c-.048-.054-.132-.096-.174-.096s-.126.042-.174.096c-.084.078-.095.378-.095 2.36c0 1.68-.019 2.281-.073 2.335c-.114.114-.98.097-1.1-.023c-.083-.09-.095-.348-.077-2.51c.018-2.168.03-2.432.127-2.648a1.34 1.34 0 0 1 1.136-.77m6.825 0q.422-.024.877.09c.576.144 1.122.607 1.404 1.19c.156.33.156.336.156 1.831c0 1.46-.004 1.508-.142 1.772c-.3.576-.667.9-1.28 1.147c-.432.168-1.272.162-1.789-.018c-.48-.174-.931-.59-1.177-1.1l-.174-.36V9.862l.156-.299a2.32 2.32 0 0 1 1.969-1.25m6.139.086a3 3 0 0 1 .36 0q.211.014.425.059c.174.036.426.12.558.185c.252.126.75.572.75.674c0 .03.036.102.084.15c.042.054.132.246.192.426c.168.48.17 2.624.008 3.14c-.169.53-.548.99-1.1 1.35c-.456.295-.462.302-.426.59c.036.367.246.666.582.834c.33.168.36.222.36.684c0 .396-.114.607-.33.607c-.247 0-.828-.246-1.092-.468c-.51-.415-.86-1.086-.86-1.663c0-.246-.09-.45-.191-.45c-.228 0-.92-.637-1.16-1.063c-.24-.439-.282-.786-.258-2.21l.017-1.322l.182-.353c.345-.685 1.069-1.115 1.899-1.17m-5.983 1.139c-.132 0-.33.05-.443.103c-.114.054-.266.18-.332.27c-.115.156-.125.263-.143 1.41c-.012 1.093 0 1.267.09 1.453c.336.649 1.32.649 1.656 0c.09-.186.102-.36.09-1.453c-.018-1.147-.028-1.254-.143-1.41c-.162-.222-.475-.373-.775-.373m6.018.076a.8.8 0 0 0-.194.021c-.168.042-.427.3-.54.528c-.073.156-.09.433-.09 1.334c.006 1.26.037 1.386.421 1.668c.277.204.792.21 1.08.011c.397-.264.427-.406.409-1.757c-.018-1.165-.024-1.214-.162-1.418a1.3 1.3 0 0 0-.264-.288c-.1-.058-.425-.103-.66-.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.134.001a13 13 0 0 0-1.281.049c-.799.066-1.771.27-2.611.547c-.68.216-2.673 1.152-2.673 1.248c0 .024-.072.073-.156.115c-.306.138-1.334.973-1.91 1.543c-.57.577-1.405 1.602-1.543 1.909c-.042.084-.09.156-.113.156C1.75 5.568.815 7.55.61 8.18c-.81 2.504-.81 5.145.006 7.625c.198.6.821 1.958 1.11 2.403c.066.096.174.282.24.408c.066.12.152.223.182.223c.036 0 .058.028.058.064c0 .114.727.973 1.375 1.615c1.381 1.375 2.95 2.32 4.871 2.932c.739.234 1.428.365 2.485.473c1.009.102 1.106.102 2.115 0c.583-.06 1.29-.16 1.578-.227c.697-.162 1.833-.553 2.463-.853c.487-.229 1.573-.853 1.795-1.034c.054-.042.318-.25.582-.455a12.7 12.7 0 0 0 1.885-1.886c.204-.265.415-.528.457-.582c.18-.223.811-1.31 1.04-1.79c.293-.624.683-1.771.85-2.486c.067-.294.17-1.002.224-1.572c.096-.973.096-1.099 0-2.108c-.283-2.918-1.405-5.344-3.405-7.35c-.642-.648-1.501-1.375-1.615-1.375c-.036 0-.067-.024-.067-.06c0-.03-.102-.114-.222-.18a6 6 0 0 1-.408-.24c-.427-.276-1.795-.907-2.39-1.106A12 12 0 0 0 12.134 0m-7.39 8.311a2 2 0 0 1 .21 0c.19.013.382.062.567.15l.252.121l.324-.132c.804-.337 1.712-.006 1.922.697c.102.348.102 5.013 0 5.115c-.084.084-.937.096-1.069.012c-.078-.048-.089-.397-.107-2.402c-.018-2.552-.013-2.504-.35-2.354l-.142.072v2.336c0 2.672.041 2.47-.541 2.47s-.541.196-.541-2.434c0-2.012-.012-2.317-.096-2.395c-.048-.054-.132-.096-.174-.096s-.126.042-.174.096c-.084.078-.095.378-.095 2.36c0 1.68-.019 2.281-.073 2.335c-.114.114-.98.097-1.1-.023c-.083-.09-.095-.348-.077-2.51c.018-2.168.03-2.432.127-2.648a1.34 1.34 0 0 1 1.136-.77m6.825 0q.422-.024.877.09c.576.144 1.122.607 1.404 1.19c.156.33.156.336.156 1.831c0 1.46-.004 1.508-.142 1.772c-.3.576-.667.9-1.28 1.147c-.432.168-1.272.162-1.789-.018c-.48-.174-.931-.59-1.177-1.1l-.174-.36V9.862l.156-.299a2.32 2.32 0 0 1 1.969-1.25m6.139.086a3 3 0 0 1 .36 0q.211.014.425.059c.174.036.426.12.558.185c.252.126.75.572.75.674c0 .03.036.102.084.15c.042.054.132.246.192.426c.168.48.17 2.624.008 3.14c-.169.53-.548.99-1.1 1.35c-.456.295-.462.302-.426.59c.036.367.246.666.582.834c.33.168.36.222.36.684c0 .396-.114.607-.33.607c-.247 0-.828-.246-1.092-.468c-.51-.415-.86-1.086-.86-1.663c0-.246-.09-.45-.191-.45c-.228 0-.92-.637-1.16-1.063c-.24-.439-.282-.786-.258-2.21l.017-1.322l.182-.353c.345-.685 1.069-1.115 1.899-1.17m-5.983 1.139c-.132 0-.33.05-.443.103c-.114.054-.266.18-.332.27c-.115.156-.125.263-.143 1.41c-.012 1.093 0 1.267.09 1.453c.336.649 1.32.649 1.656 0c.09-.186.102-.36.09-1.453c-.018-1.147-.028-1.254-.143-1.41c-.162-.222-.475-.373-.775-.373m6.018.076a.8.8 0 0 0-.194.021c-.168.042-.427.3-.54.528c-.073.156-.09.433-.09 1.334c.006 1.26.037 1.386.421 1.668c.277.204.792.21 1.08.011c.397-.264.427-.406.409-1.757c-.018-1.165-.024-1.214-.162-1.418a1.3 1.3 0 0 0-.264-.288c-.1-.058-.425-.103-.66-.1"/></svg> </template>
CSS
.icon-moq {
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%22M12.134.001a13%2013%200%200%200-1.281.049c-.799.066-1.771.27-2.611.547c-.68.216-2.673%201.152-2.673%201.248c0%20.024-.072.073-.156.115c-.306.138-1.334.973-1.91%201.543c-.57.577-1.405%201.602-1.543%201.909c-.042.084-.09.156-.113.156C1.75%205.568.815%207.55.61%208.18c-.81%202.504-.81%205.145.006%207.625c.198.6.821%201.958%201.11%202.403c.066.096.174.282.24.408c.066.12.152.223.182.223c.036%200%20.058.028.058.064c0%20.114.727.973%201.375%201.615c1.381%201.375%202.95%202.32%204.871%202.932c.739.234%201.428.365%202.485.473c1.009.102%201.106.102%202.115%200c.583-.06%201.29-.16%201.578-.227c.697-.162%201.833-.553%202.463-.853c.487-.229%201.573-.853%201.795-1.034c.054-.042.318-.25.582-.455a12.7%2012.7%200%200%200%201.885-1.886c.204-.265.415-.528.457-.582c.18-.223.811-1.31%201.04-1.79c.293-.624.683-1.771.85-2.486c.067-.294.17-1.002.224-1.572c.096-.973.096-1.099%200-2.108c-.283-2.918-1.405-5.344-3.405-7.35c-.642-.648-1.501-1.375-1.615-1.375c-.036%200-.067-.024-.067-.06c0-.03-.102-.114-.222-.18a6%206%200%200%201-.408-.24c-.427-.276-1.795-.907-2.39-1.106A12%2012%200%200%200%2012.134%200m-7.39%208.311a2%202%200%200%201%20.21%200c.19.013.382.062.567.15l.252.121l.324-.132c.804-.337%201.712-.006%201.922.697c.102.348.102%205.013%200%205.115c-.084.084-.937.096-1.069.012c-.078-.048-.089-.397-.107-2.402c-.018-2.552-.013-2.504-.35-2.354l-.142.072v2.336c0%202.672.041%202.47-.541%202.47s-.541.196-.541-2.434c0-2.012-.012-2.317-.096-2.395c-.048-.054-.132-.096-.174-.096s-.126.042-.174.096c-.084.078-.095.378-.095%202.36c0%201.68-.019%202.281-.073%202.335c-.114.114-.98.097-1.1-.023c-.083-.09-.095-.348-.077-2.51c.018-2.168.03-2.432.127-2.648a1.34%201.34%200%200%201%201.136-.77m6.825%200q.422-.024.877.09c.576.144%201.122.607%201.404%201.19c.156.33.156.336.156%201.831c0%201.46-.004%201.508-.142%201.772c-.3.576-.667.9-1.28%201.147c-.432.168-1.272.162-1.789-.018c-.48-.174-.931-.59-1.177-1.1l-.174-.36V9.862l.156-.299a2.32%202.32%200%200%201%201.969-1.25m6.139.086a3%203%200%200%201%20.36%200q.211.014.425.059c.174.036.426.12.558.185c.252.126.75.572.75.674c0%20.03.036.102.084.15c.042.054.132.246.192.426c.168.48.17%202.624.008%203.14c-.169.53-.548.99-1.1%201.35c-.456.295-.462.302-.426.59c.036.367.246.666.582.834c.33.168.36.222.36.684c0%20.396-.114.607-.33.607c-.247%200-.828-.246-1.092-.468c-.51-.415-.86-1.086-.86-1.663c0-.246-.09-.45-.191-.45c-.228%200-.92-.637-1.16-1.063c-.24-.439-.282-.786-.258-2.21l.017-1.322l.182-.353c.345-.685%201.069-1.115%201.899-1.17m-5.983%201.139c-.132%200-.33.05-.443.103c-.114.054-.266.18-.332.27c-.115.156-.125.263-.143%201.41c-.012%201.093%200%201.267.09%201.453c.336.649%201.32.649%201.656%200c.09-.186.102-.36.09-1.453c-.018-1.147-.028-1.254-.143-1.41c-.162-.222-.475-.373-.775-.373m6.018.076a.8.8%200%200%200-.194.021c-.168.042-.427.3-.54.528c-.073.156-.09.433-.09%201.334c.006%201.26.037%201.386.421%201.668c.277.204.792.21%201.08.011c.397-.264.427-.406.409-1.757c-.018-1.165-.024-1.214-.162-1.418a1.3%201.3%200%200%200-.264-.288c-.1-.058-.425-.103-.66-.1%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%22M12.134.001a13%2013%200%200%200-1.281.049c-.799.066-1.771.27-2.611.547c-.68.216-2.673%201.152-2.673%201.248c0%20.024-.072.073-.156.115c-.306.138-1.334.973-1.91%201.543c-.57.577-1.405%201.602-1.543%201.909c-.042.084-.09.156-.113.156C1.75%205.568.815%207.55.61%208.18c-.81%202.504-.81%205.145.006%207.625c.198.6.821%201.958%201.11%202.403c.066.096.174.282.24.408c.066.12.152.223.182.223c.036%200%20.058.028.058.064c0%20.114.727.973%201.375%201.615c1.381%201.375%202.95%202.32%204.871%202.932c.739.234%201.428.365%202.485.473c1.009.102%201.106.102%202.115%200c.583-.06%201.29-.16%201.578-.227c.697-.162%201.833-.553%202.463-.853c.487-.229%201.573-.853%201.795-1.034c.054-.042.318-.25.582-.455a12.7%2012.7%200%200%200%201.885-1.886c.204-.265.415-.528.457-.582c.18-.223.811-1.31%201.04-1.79c.293-.624.683-1.771.85-2.486c.067-.294.17-1.002.224-1.572c.096-.973.096-1.099%200-2.108c-.283-2.918-1.405-5.344-3.405-7.35c-.642-.648-1.501-1.375-1.615-1.375c-.036%200-.067-.024-.067-.06c0-.03-.102-.114-.222-.18a6%206%200%200%201-.408-.24c-.427-.276-1.795-.907-2.39-1.106A12%2012%200%200%200%2012.134%200m-7.39%208.311a2%202%200%200%201%20.21%200c.19.013.382.062.567.15l.252.121l.324-.132c.804-.337%201.712-.006%201.922.697c.102.348.102%205.013%200%205.115c-.084.084-.937.096-1.069.012c-.078-.048-.089-.397-.107-2.402c-.018-2.552-.013-2.504-.35-2.354l-.142.072v2.336c0%202.672.041%202.47-.541%202.47s-.541.196-.541-2.434c0-2.012-.012-2.317-.096-2.395c-.048-.054-.132-.096-.174-.096s-.126.042-.174.096c-.084.078-.095.378-.095%202.36c0%201.68-.019%202.281-.073%202.335c-.114.114-.98.097-1.1-.023c-.083-.09-.095-.348-.077-2.51c.018-2.168.03-2.432.127-2.648a1.34%201.34%200%200%201%201.136-.77m6.825%200q.422-.024.877.09c.576.144%201.122.607%201.404%201.19c.156.33.156.336.156%201.831c0%201.46-.004%201.508-.142%201.772c-.3.576-.667.9-1.28%201.147c-.432.168-1.272.162-1.789-.018c-.48-.174-.931-.59-1.177-1.1l-.174-.36V9.862l.156-.299a2.32%202.32%200%200%201%201.969-1.25m6.139.086a3%203%200%200%201%20.36%200q.211.014.425.059c.174.036.426.12.558.185c.252.126.75.572.75.674c0%20.03.036.102.084.15c.042.054.132.246.192.426c.168.48.17%202.624.008%203.14c-.169.53-.548.99-1.1%201.35c-.456.295-.462.302-.426.59c.036.367.246.666.582.834c.33.168.36.222.36.684c0%20.396-.114.607-.33.607c-.247%200-.828-.246-1.092-.468c-.51-.415-.86-1.086-.86-1.663c0-.246-.09-.45-.191-.45c-.228%200-.92-.637-1.16-1.063c-.24-.439-.282-.786-.258-2.21l.017-1.322l.182-.353c.345-.685%201.069-1.115%201.899-1.17m-5.983%201.139c-.132%200-.33.05-.443.103c-.114.054-.266.18-.332.27c-.115.156-.125.263-.143%201.41c-.012%201.093%200%201.267.09%201.453c.336.649%201.32.649%201.656%200c.09-.186.102-.36.09-1.453c-.018-1.147-.028-1.254-.143-1.41c-.162-.222-.475-.373-.775-.373m6.018.076a.8.8%200%200%200-.194.021c-.168.042-.427.3-.54.528c-.073.156-.09.433-.09%201.334c.006%201.26.037%201.386.421%201.668c.277.204.792.21%201.08.011c.397-.264.427-.406.409-1.757c-.018-1.165-.024-1.214-.162-1.418a1.3%201.3%200%200%200-.264-.288c-.1-.058-.425-.103-.66-.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/moq.svg?color=%231a73e8&size=48