advpl from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
advpl
Set
Material Icon Theme
Style
Color
Viewbox
16×16
License
MIT

Use the advpl logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#7986cb" fill-rule="evenodd" d="M6.752 1.158C2.234 1.96-.271 6.943 1.758 11.09c2.537 5.185 10.047 5.142 12.511-.07C16.69 5.9 12.321.17 6.752 1.159m.587 2.335c2.576.517 5.233 1.323 5.326 1.615c.26.808.256 4.849-.004 5.34c-.066.125-1.209-.012-2.08-.247l-.351-.094l-.001-.437c-.005-1.308-.138-2.547-.29-2.7c-.176-.176-1.312-.545-3.052-.99L5.78 5.697l-.014-.267c-.033-.6.117-1.95.232-2.093c.063-.079.315-.05 1.34.157M4.029 5.39c.5.066 1.083.178 1.492.289l.178.048l.03.984c.058 1.844.117 2.13.475 2.29c.448.2 2.083.679 3.62 1.061l.34.084l-.01.653c-.012.735-.083 1.393-.175 1.617l-.062.15l-.261-.03c-.976-.113-4.175-.896-5.567-1.362c-.611-.205-.759-.284-.811-.435c-.23-.66-.23-4.905 0-5.337c.054-.1.08-.1.75-.012"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeAdvpl(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#7986cb" fillRule="evenodd" d="M6.752 1.158C2.234 1.96-.271 6.943 1.758 11.09c2.537 5.185 10.047 5.142 12.511-.07C16.69 5.9 12.321.17 6.752 1.159m.587 2.335c2.576.517 5.233 1.323 5.326 1.615c.26.808.256 4.849-.004 5.34c-.066.125-1.209-.012-2.08-.247l-.351-.094l-.001-.437c-.005-1.308-.138-2.547-.29-2.7c-.176-.176-1.312-.545-3.052-.99L5.78 5.697l-.014-.267c-.033-.6.117-1.95.232-2.093c.063-.079.315-.05 1.34.157M4.029 5.39c.5.066 1.083.178 1.492.289l.178.048l.03.984c.058 1.844.117 2.13.475 2.29c.448.2 2.083.679 3.62 1.061l.34.084l-.01.653c-.012.735-.083 1.393-.175 1.617l-.062.15l-.261-.03c-.976-.113-4.175-.896-5.567-1.362c-.611-.205-.759-.284-.811-.435c-.23-.66-.23-4.905 0-5.337c.054-.1.08-.1.75-.012"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#7986cb" fill-rule="evenodd" d="M6.752 1.158C2.234 1.96-.271 6.943 1.758 11.09c2.537 5.185 10.047 5.142 12.511-.07C16.69 5.9 12.321.17 6.752 1.159m.587 2.335c2.576.517 5.233 1.323 5.326 1.615c.26.808.256 4.849-.004 5.34c-.066.125-1.209-.012-2.08-.247l-.351-.094l-.001-.437c-.005-1.308-.138-2.547-.29-2.7c-.176-.176-1.312-.545-3.052-.99L5.78 5.697l-.014-.267c-.033-.6.117-1.95.232-2.093c.063-.079.315-.05 1.34.157M4.029 5.39c.5.066 1.083.178 1.492.289l.178.048l.03.984c.058 1.844.117 2.13.475 2.29c.448.2 2.083.679 3.62 1.061l.34.084l-.01.653c-.012.735-.083 1.393-.175 1.617l-.062.15l-.261-.03c-.976-.113-4.175-.896-5.567-1.362c-.611-.205-.759-.284-.811-.435c-.23-.66-.23-4.905 0-5.337c.054-.1.08-.1.75-.012"/></svg>
</template>

CSS

.icon-advpl {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22%237986cb%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.752%201.158C2.234%201.96-.271%206.943%201.758%2011.09c2.537%205.185%2010.047%205.142%2012.511-.07C16.69%205.9%2012.321.17%206.752%201.159m.587%202.335c2.576.517%205.233%201.323%205.326%201.615c.26.808.256%204.849-.004%205.34c-.066.125-1.209-.012-2.08-.247l-.351-.094l-.001-.437c-.005-1.308-.138-2.547-.29-2.7c-.176-.176-1.312-.545-3.052-.99L5.78%205.697l-.014-.267c-.033-.6.117-1.95.232-2.093c.063-.079.315-.05%201.34.157M4.029%205.39c.5.066%201.083.178%201.492.289l.178.048l.03.984c.058%201.844.117%202.13.475%202.29c.448.2%202.083.679%203.62%201.061l.34.084l-.01.653c-.012.735-.083%201.393-.175%201.617l-.062.15l-.261-.03c-.976-.113-4.175-.896-5.567-1.362c-.611-.205-.759-.284-.811-.435c-.23-.66-.23-4.905%200-5.337c.054-.1.08-.1.75-.012%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%2016%2016%22%3E%3Cpath%20fill%3D%22%237986cb%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.752%201.158C2.234%201.96-.271%206.943%201.758%2011.09c2.537%205.185%2010.047%205.142%2012.511-.07C16.69%205.9%2012.321.17%206.752%201.159m.587%202.335c2.576.517%205.233%201.323%205.326%201.615c.26.808.256%204.849-.004%205.34c-.066.125-1.209-.012-2.08-.247l-.351-.094l-.001-.437c-.005-1.308-.138-2.547-.29-2.7c-.176-.176-1.312-.545-3.052-.99L5.78%205.697l-.014-.267c-.033-.6.117-1.95.232-2.093c.063-.079.315-.05%201.34.157M4.029%205.39c.5.066%201.083.178%201.492.289l.178.048l.03.984c.058%201.844.117%202.13.475%202.29c.448.2%202.083.679%203.62%201.061l.34.084l-.01.653c-.012.735-.083%201.393-.175%201.617l-.062.15l-.261-.03c-.976-.113-4.175-.896-5.567-1.362c-.611-.205-.759-.284-.811-.435c-.23-.66-.23-4.905%200-5.337c.054-.1.08-.1.75-.012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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