vernemq from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
vernemq
Set
SVG Logos
Style
Color
Viewbox
256×230
License
CC0

Use the vernemq logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 230"><defs><linearGradient id="SVG1AlPse6p" x1="50%" x2="51.669%" y1="0%" y2="69.249%"><stop offset="0%" stop-color="#54beaf"/><stop offset="100%" stop-color="#25488d"/></linearGradient><linearGradient id="SVG0PODTbUp" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#0e2e62"/><stop offset="100%" stop-color="#08154e"/></linearGradient></defs><path fill="url(#SVG1AlPse6p)" d="M128.221 229.503a33.17 33.17 0 0 1-16.617-4.462c-15.945-9.197-21.415-29.575-12.22-45.518l93.917-162.84C202.496.737 222.873-4.733 238.82 4.462c15.943 9.196 21.415 29.574 12.219 45.518L157.12 212.82c-6.17 10.699-17.376 16.682-28.899 16.682"/><path fill="url(#SVG1AlPse6p)" d="M156.915 212.32a33.2 33.2 0 0 1-12.13 12.205c-15.9 9.27-36.304 3.893-45.573-12.007L4.54 50.115C-4.729 34.213.646 13.812 16.548 4.541c15.9-9.27 36.305-3.894 45.574 12.006l94.67 162.404c6.22 10.669 5.846 23.369.123 33.368"/><path fill="url(#SVG0PODTbUp)" d="m157.02 179.402l-28.919-49.61l-28.689 49.743c-9.194 15.943-3.724 36.322 12.22 45.518a34 34 0 0 0 3.297 1.65c.363.157.725.32 1.095.463q.622.247 1.25.467q1.01.354 2.035.642c.21.058.417.123.626.177c.854.22 1.716.399 2.586.55q.36.063.722.118a34 34 0 0 0 2.706.31l.125.013a33 33 0 0 0 3.572.027a33 33 0 0 0 2.704-.213c.056-.008.112-.01.168-.017a33 33 0 0 0 3.462-.648a33.3 33.3 0 0 0 9.034-3.616a33.2 33.2 0 0 0 12.129-12.206c5.723-10 6.097-22.7-.123-33.368"/><path fill="#fff" d="M140.876 197.817c0 6.901-5.596 12.497-12.497 12.497c-6.902 0-12.497-5.596-12.497-12.497c0-6.902 5.595-12.497 12.497-12.497c6.901 0 12.497 5.595 12.497 12.497M234.793 31.19c0 6.9-5.596 12.496-12.497 12.496c-6.902 0-12.497-5.595-12.497-12.497c0-6.901 5.595-12.497 12.497-12.497c6.901 0 12.497 5.596 12.497 12.497m-188.592.001c0 6.9-5.595 12.496-12.497 12.496c-6.901 0-12.497-5.595-12.497-12.497c0-6.901 5.596-12.497 12.497-12.497c6.902 0 12.497 5.596 12.497 12.497"/></svg>

React

import type { SVGProps } from "react";

export function LogosVernemq(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 230"><defs><linearGradient id="SVG1AlPse6p" x1="50%" x2="51.669%" y1="0%" y2="69.249%"><stop offset="0%" stopColor="#54beaf"/><stop offset="100%" stopColor="#25488d"/></linearGradient><linearGradient id="SVG0PODTbUp" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stopColor="#0e2e62"/><stop offset="100%" stopColor="#08154e"/></linearGradient></defs><path fill="url(#SVG1AlPse6p)" d="M128.221 229.503a33.17 33.17 0 0 1-16.617-4.462c-15.945-9.197-21.415-29.575-12.22-45.518l93.917-162.84C202.496.737 222.873-4.733 238.82 4.462c15.943 9.196 21.415 29.574 12.219 45.518L157.12 212.82c-6.17 10.699-17.376 16.682-28.899 16.682"/><path fill="url(#SVG1AlPse6p)" d="M156.915 212.32a33.2 33.2 0 0 1-12.13 12.205c-15.9 9.27-36.304 3.893-45.573-12.007L4.54 50.115C-4.729 34.213.646 13.812 16.548 4.541c15.9-9.27 36.305-3.894 45.574 12.006l94.67 162.404c6.22 10.669 5.846 23.369.123 33.368"/><path fill="url(#SVG0PODTbUp)" d="m157.02 179.402l-28.919-49.61l-28.689 49.743c-9.194 15.943-3.724 36.322 12.22 45.518a34 34 0 0 0 3.297 1.65c.363.157.725.32 1.095.463q.622.247 1.25.467q1.01.354 2.035.642c.21.058.417.123.626.177c.854.22 1.716.399 2.586.55q.36.063.722.118a34 34 0 0 0 2.706.31l.125.013a33 33 0 0 0 3.572.027a33 33 0 0 0 2.704-.213c.056-.008.112-.01.168-.017a33 33 0 0 0 3.462-.648a33.3 33.3 0 0 0 9.034-3.616a33.2 33.2 0 0 0 12.129-12.206c5.723-10 6.097-22.7-.123-33.368"/><path fill="#fff" d="M140.876 197.817c0 6.901-5.596 12.497-12.497 12.497c-6.902 0-12.497-5.596-12.497-12.497c0-6.902 5.595-12.497 12.497-12.497c6.901 0 12.497 5.595 12.497 12.497M234.793 31.19c0 6.9-5.596 12.496-12.497 12.496c-6.902 0-12.497-5.595-12.497-12.497c0-6.901 5.595-12.497 12.497-12.497c6.901 0 12.497 5.596 12.497 12.497m-188.592.001c0 6.9-5.595 12.496-12.497 12.496c-6.901 0-12.497-5.595-12.497-12.497c0-6.901 5.596-12.497 12.497-12.497c6.902 0 12.497 5.596 12.497 12.497"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 230"><defs><linearGradient id="SVG1AlPse6p" x1="50%" x2="51.669%" y1="0%" y2="69.249%"><stop offset="0%" stop-color="#54beaf"/><stop offset="100%" stop-color="#25488d"/></linearGradient><linearGradient id="SVG0PODTbUp" x1="50%" x2="50%" y1="0%" y2="100%"><stop offset="0%" stop-color="#0e2e62"/><stop offset="100%" stop-color="#08154e"/></linearGradient></defs><path fill="url(#SVG1AlPse6p)" d="M128.221 229.503a33.17 33.17 0 0 1-16.617-4.462c-15.945-9.197-21.415-29.575-12.22-45.518l93.917-162.84C202.496.737 222.873-4.733 238.82 4.462c15.943 9.196 21.415 29.574 12.219 45.518L157.12 212.82c-6.17 10.699-17.376 16.682-28.899 16.682"/><path fill="url(#SVG1AlPse6p)" d="M156.915 212.32a33.2 33.2 0 0 1-12.13 12.205c-15.9 9.27-36.304 3.893-45.573-12.007L4.54 50.115C-4.729 34.213.646 13.812 16.548 4.541c15.9-9.27 36.305-3.894 45.574 12.006l94.67 162.404c6.22 10.669 5.846 23.369.123 33.368"/><path fill="url(#SVG0PODTbUp)" d="m157.02 179.402l-28.919-49.61l-28.689 49.743c-9.194 15.943-3.724 36.322 12.22 45.518a34 34 0 0 0 3.297 1.65c.363.157.725.32 1.095.463q.622.247 1.25.467q1.01.354 2.035.642c.21.058.417.123.626.177c.854.22 1.716.399 2.586.55q.36.063.722.118a34 34 0 0 0 2.706.31l.125.013a33 33 0 0 0 3.572.027a33 33 0 0 0 2.704-.213c.056-.008.112-.01.168-.017a33 33 0 0 0 3.462-.648a33.3 33.3 0 0 0 9.034-3.616a33.2 33.2 0 0 0 12.129-12.206c5.723-10 6.097-22.7-.123-33.368"/><path fill="#fff" d="M140.876 197.817c0 6.901-5.596 12.497-12.497 12.497c-6.902 0-12.497-5.596-12.497-12.497c0-6.902 5.595-12.497 12.497-12.497c6.901 0 12.497 5.595 12.497 12.497M234.793 31.19c0 6.9-5.596 12.496-12.497 12.496c-6.902 0-12.497-5.595-12.497-12.497c0-6.901 5.595-12.497 12.497-12.497c6.901 0 12.497 5.596 12.497 12.497m-188.592.001c0 6.9-5.595 12.496-12.497 12.496c-6.901 0-12.497-5.595-12.497-12.497c0-6.901 5.596-12.497 12.497-12.497c6.902 0 12.497 5.596 12.497 12.497"/></svg>
</template>

CSS

.icon-vernemq {
  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%20256%20230%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG1AlPse6p%22%20x1%3D%2250%25%22%20x2%3D%2251.669%25%22%20y1%3D%220%25%22%20y2%3D%2269.249%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%2354beaf%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%2325488d%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG0PODTbUp%22%20x1%3D%2250%25%22%20x2%3D%2250%25%22%20y1%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%230e2e62%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%2308154e%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVG1AlPse6p)%22%20d%3D%22M128.221%20229.503a33.17%2033.17%200%200%201-16.617-4.462c-15.945-9.197-21.415-29.575-12.22-45.518l93.917-162.84C202.496.737%20222.873-4.733%20238.82%204.462c15.943%209.196%2021.415%2029.574%2012.219%2045.518L157.12%20212.82c-6.17%2010.699-17.376%2016.682-28.899%2016.682%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG1AlPse6p)%22%20d%3D%22M156.915%20212.32a33.2%2033.2%200%200%201-12.13%2012.205c-15.9%209.27-36.304%203.893-45.573-12.007L4.54%2050.115C-4.729%2034.213.646%2013.812%2016.548%204.541c15.9-9.27%2036.305-3.894%2045.574%2012.006l94.67%20162.404c6.22%2010.669%205.846%2023.369.123%2033.368%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG0PODTbUp)%22%20d%3D%22m157.02%20179.402l-28.919-49.61l-28.689%2049.743c-9.194%2015.943-3.724%2036.322%2012.22%2045.518a34%2034%200%200%200%203.297%201.65c.363.157.725.32%201.095.463q.622.247%201.25.467q1.01.354%202.035.642c.21.058.417.123.626.177c.854.22%201.716.399%202.586.55q.36.063.722.118a34%2034%200%200%200%202.706.31l.125.013a33%2033%200%200%200%203.572.027a33%2033%200%200%200%202.704-.213c.056-.008.112-.01.168-.017a33%2033%200%200%200%203.462-.648a33.3%2033.3%200%200%200%209.034-3.616a33.2%2033.2%200%200%200%2012.129-12.206c5.723-10%206.097-22.7-.123-33.368%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M140.876%20197.817c0%206.901-5.596%2012.497-12.497%2012.497c-6.902%200-12.497-5.596-12.497-12.497c0-6.902%205.595-12.497%2012.497-12.497c6.901%200%2012.497%205.595%2012.497%2012.497M234.793%2031.19c0%206.9-5.596%2012.496-12.497%2012.496c-6.902%200-12.497-5.595-12.497-12.497c0-6.901%205.595-12.497%2012.497-12.497c6.901%200%2012.497%205.596%2012.497%2012.497m-188.592.001c0%206.9-5.595%2012.496-12.497%2012.496c-6.901%200-12.497-5.595-12.497-12.497c0-6.901%205.596-12.497%2012.497-12.497c6.902%200%2012.497%205.596%2012.497%2012.497%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%20256%20230%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG1AlPse6p%22%20x1%3D%2250%25%22%20x2%3D%2251.669%25%22%20y1%3D%220%25%22%20y2%3D%2269.249%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%2354beaf%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%2325488d%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG0PODTbUp%22%20x1%3D%2250%25%22%20x2%3D%2250%25%22%20y1%3D%220%25%22%20y2%3D%22100%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%230e2e62%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%2308154e%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVG1AlPse6p)%22%20d%3D%22M128.221%20229.503a33.17%2033.17%200%200%201-16.617-4.462c-15.945-9.197-21.415-29.575-12.22-45.518l93.917-162.84C202.496.737%20222.873-4.733%20238.82%204.462c15.943%209.196%2021.415%2029.574%2012.219%2045.518L157.12%20212.82c-6.17%2010.699-17.376%2016.682-28.899%2016.682%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG1AlPse6p)%22%20d%3D%22M156.915%20212.32a33.2%2033.2%200%200%201-12.13%2012.205c-15.9%209.27-36.304%203.893-45.573-12.007L4.54%2050.115C-4.729%2034.213.646%2013.812%2016.548%204.541c15.9-9.27%2036.305-3.894%2045.574%2012.006l94.67%20162.404c6.22%2010.669%205.846%2023.369.123%2033.368%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG0PODTbUp)%22%20d%3D%22m157.02%20179.402l-28.919-49.61l-28.689%2049.743c-9.194%2015.943-3.724%2036.322%2012.22%2045.518a34%2034%200%200%200%203.297%201.65c.363.157.725.32%201.095.463q.622.247%201.25.467q1.01.354%202.035.642c.21.058.417.123.626.177c.854.22%201.716.399%202.586.55q.36.063.722.118a34%2034%200%200%200%202.706.31l.125.013a33%2033%200%200%200%203.572.027a33%2033%200%200%200%202.704-.213c.056-.008.112-.01.168-.017a33%2033%200%200%200%203.462-.648a33.3%2033.3%200%200%200%209.034-3.616a33.2%2033.2%200%200%200%2012.129-12.206c5.723-10%206.097-22.7-.123-33.368%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M140.876%20197.817c0%206.901-5.596%2012.497-12.497%2012.497c-6.902%200-12.497-5.596-12.497-12.497c0-6.902%205.595-12.497%2012.497-12.497c6.901%200%2012.497%205.595%2012.497%2012.497M234.793%2031.19c0%206.9-5.596%2012.496-12.497%2012.496c-6.902%200-12.497-5.595-12.497-12.497c0-6.901%205.595-12.497%2012.497-12.497c6.901%200%2012.497%205.596%2012.497%2012.497m-188.592.001c0%206.9-5.595%2012.496-12.497%2012.496c-6.901%200-12.497-5.595-12.497-12.497c0-6.901%205.596-12.497%2012.497-12.497c6.902%200%2012.497%205.596%2012.497%2012.497%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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