apper from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
apper
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the apper icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.11 12.02c-1.36 0-1.94.15-2.31.59c-.21.26-.27.52-.29 1.22h1.93c.04-.52.19-.64.76-.64c.65 0 .89.2.89.77v1.14h-.04c-.22-.59-.56-.73-1.67-.73c-1.49 0-2.11.53-2.11 1.79C.27 17.52.81 18 2.33 18c1.09 0 1.51-.21 1.77-.99h.05l-.06.95H6v-3.81c0-.41-.1-.97-.2-1.19c-.34-.69-1.04-.94-2.69-.94m7.68 0c-1.08 0-1.42.19-1.88 1.04h-.04l.08-1.03H7.03v8.45h1.98v-3.51h.04c.23.78.67 1.03 1.69 1.03c.84 0 1.32-.11 1.66-.48c.45-.49.6-1.14.6-2.64c0-1.39-.15-1.98-.64-2.41c-.34-.3-.85-.45-1.57-.45m6.97 0c-1.08 0-1.42.19-1.88 1.04h-.04l.08-1.03H14v8.45h1.97v-3.51h.04c.24.78.68 1.03 1.7 1.03c.84 0 1.32-.11 1.66-.48c.46-.49.61-1.14.61-2.64c0-1.39-.15-1.98-.64-2.41c-.34-.3-.86-.45-1.58-.45m5.78 0c-1.14 0-1.81.16-2.25.57c-.45.4-.62 1.02-.62 2.29c0 1.47.14 2.11.57 2.54c.45.45 1.15.58 2.53.58c1.23 0 1.85-.16 2.21-.65c.22-.29.34-.74.34-1.23V16h-1.87c0 .55-.2.7-.9.7c-.78 0-1-.25-1-1.1c0-.04 0-.14.01-.24h3.77v-.55c0-2.15-.65-2.79-2.79-2.79m6.81 0c-.77 0-1.15.26-1.49 1.01h-.03l.09-1H27v5.93h1.91v-3.4c0-.4 0-.47.05-.62c.12-.3.34-.46.66-.46c.41 0 .51.2.51.97c0 .03 0 .11-.01.2h1.75c-.01-.22-.01-.39-.01-.47c0-.98-.08-1.33-.34-1.7c-.22-.3-.63-.46-1.17-.46m-6.85 1.36c.81 0 .98.11.98.73c0 .02 0 .1.01.19h-1.91l.01-.17c.05-.6.19-.75.91-.75m-13.46.06c.87 0 1.04.25 1.04 1.63c0 1.2-.19 1.48-1.01 1.48c-.89 0-1.06-.27-1.06-1.67c0-1.19.19-1.44 1.03-1.44m6.98 0c.87 0 1.03.25 1.03 1.63c0 1.2-.19 1.48-1.01 1.48c-.89 0-1.06-.27-1.06-1.67c0-1.19.19-1.44 1.04-1.44M3.1 15.53c.76 0 .98.12.98.58c0 .52-.19.67-.85.67c-.84 0-1.03-.13-1.03-.65c0-.45.24-.6.9-.6"/></svg>

React

import type { SVGProps } from "react";

export function LaApper(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.11 12.02c-1.36 0-1.94.15-2.31.59c-.21.26-.27.52-.29 1.22h1.93c.04-.52.19-.64.76-.64c.65 0 .89.2.89.77v1.14h-.04c-.22-.59-.56-.73-1.67-.73c-1.49 0-2.11.53-2.11 1.79C.27 17.52.81 18 2.33 18c1.09 0 1.51-.21 1.77-.99h.05l-.06.95H6v-3.81c0-.41-.1-.97-.2-1.19c-.34-.69-1.04-.94-2.69-.94m7.68 0c-1.08 0-1.42.19-1.88 1.04h-.04l.08-1.03H7.03v8.45h1.98v-3.51h.04c.23.78.67 1.03 1.69 1.03c.84 0 1.32-.11 1.66-.48c.45-.49.6-1.14.6-2.64c0-1.39-.15-1.98-.64-2.41c-.34-.3-.85-.45-1.57-.45m6.97 0c-1.08 0-1.42.19-1.88 1.04h-.04l.08-1.03H14v8.45h1.97v-3.51h.04c.24.78.68 1.03 1.7 1.03c.84 0 1.32-.11 1.66-.48c.46-.49.61-1.14.61-2.64c0-1.39-.15-1.98-.64-2.41c-.34-.3-.86-.45-1.58-.45m5.78 0c-1.14 0-1.81.16-2.25.57c-.45.4-.62 1.02-.62 2.29c0 1.47.14 2.11.57 2.54c.45.45 1.15.58 2.53.58c1.23 0 1.85-.16 2.21-.65c.22-.29.34-.74.34-1.23V16h-1.87c0 .55-.2.7-.9.7c-.78 0-1-.25-1-1.1c0-.04 0-.14.01-.24h3.77v-.55c0-2.15-.65-2.79-2.79-2.79m6.81 0c-.77 0-1.15.26-1.49 1.01h-.03l.09-1H27v5.93h1.91v-3.4c0-.4 0-.47.05-.62c.12-.3.34-.46.66-.46c.41 0 .51.2.51.97c0 .03 0 .11-.01.2h1.75c-.01-.22-.01-.39-.01-.47c0-.98-.08-1.33-.34-1.7c-.22-.3-.63-.46-1.17-.46m-6.85 1.36c.81 0 .98.11.98.73c0 .02 0 .1.01.19h-1.91l.01-.17c.05-.6.19-.75.91-.75m-13.46.06c.87 0 1.04.25 1.04 1.63c0 1.2-.19 1.48-1.01 1.48c-.89 0-1.06-.27-1.06-1.67c0-1.19.19-1.44 1.03-1.44m6.98 0c.87 0 1.03.25 1.03 1.63c0 1.2-.19 1.48-1.01 1.48c-.89 0-1.06-.27-1.06-1.67c0-1.19.19-1.44 1.04-1.44M3.1 15.53c.76 0 .98.12.98.58c0 .52-.19.67-.85.67c-.84 0-1.03-.13-1.03-.65c0-.45.24-.6.9-.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.11 12.02c-1.36 0-1.94.15-2.31.59c-.21.26-.27.52-.29 1.22h1.93c.04-.52.19-.64.76-.64c.65 0 .89.2.89.77v1.14h-.04c-.22-.59-.56-.73-1.67-.73c-1.49 0-2.11.53-2.11 1.79C.27 17.52.81 18 2.33 18c1.09 0 1.51-.21 1.77-.99h.05l-.06.95H6v-3.81c0-.41-.1-.97-.2-1.19c-.34-.69-1.04-.94-2.69-.94m7.68 0c-1.08 0-1.42.19-1.88 1.04h-.04l.08-1.03H7.03v8.45h1.98v-3.51h.04c.23.78.67 1.03 1.69 1.03c.84 0 1.32-.11 1.66-.48c.45-.49.6-1.14.6-2.64c0-1.39-.15-1.98-.64-2.41c-.34-.3-.85-.45-1.57-.45m6.97 0c-1.08 0-1.42.19-1.88 1.04h-.04l.08-1.03H14v8.45h1.97v-3.51h.04c.24.78.68 1.03 1.7 1.03c.84 0 1.32-.11 1.66-.48c.46-.49.61-1.14.61-2.64c0-1.39-.15-1.98-.64-2.41c-.34-.3-.86-.45-1.58-.45m5.78 0c-1.14 0-1.81.16-2.25.57c-.45.4-.62 1.02-.62 2.29c0 1.47.14 2.11.57 2.54c.45.45 1.15.58 2.53.58c1.23 0 1.85-.16 2.21-.65c.22-.29.34-.74.34-1.23V16h-1.87c0 .55-.2.7-.9.7c-.78 0-1-.25-1-1.1c0-.04 0-.14.01-.24h3.77v-.55c0-2.15-.65-2.79-2.79-2.79m6.81 0c-.77 0-1.15.26-1.49 1.01h-.03l.09-1H27v5.93h1.91v-3.4c0-.4 0-.47.05-.62c.12-.3.34-.46.66-.46c.41 0 .51.2.51.97c0 .03 0 .11-.01.2h1.75c-.01-.22-.01-.39-.01-.47c0-.98-.08-1.33-.34-1.7c-.22-.3-.63-.46-1.17-.46m-6.85 1.36c.81 0 .98.11.98.73c0 .02 0 .1.01.19h-1.91l.01-.17c.05-.6.19-.75.91-.75m-13.46.06c.87 0 1.04.25 1.04 1.63c0 1.2-.19 1.48-1.01 1.48c-.89 0-1.06-.27-1.06-1.67c0-1.19.19-1.44 1.03-1.44m6.98 0c.87 0 1.03.25 1.03 1.63c0 1.2-.19 1.48-1.01 1.48c-.89 0-1.06-.27-1.06-1.67c0-1.19.19-1.44 1.04-1.44M3.1 15.53c.76 0 .98.12.98.58c0 .52-.19.67-.85.67c-.84 0-1.03-.13-1.03-.65c0-.45.24-.6.9-.6"/></svg>
</template>

CSS

.icon-apper {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.11%2012.02c-1.36%200-1.94.15-2.31.59c-.21.26-.27.52-.29%201.22h1.93c.04-.52.19-.64.76-.64c.65%200%20.89.2.89.77v1.14h-.04c-.22-.59-.56-.73-1.67-.73c-1.49%200-2.11.53-2.11%201.79C.27%2017.52.81%2018%202.33%2018c1.09%200%201.51-.21%201.77-.99h.05l-.06.95H6v-3.81c0-.41-.1-.97-.2-1.19c-.34-.69-1.04-.94-2.69-.94m7.68%200c-1.08%200-1.42.19-1.88%201.04h-.04l.08-1.03H7.03v8.45h1.98v-3.51h.04c.23.78.67%201.03%201.69%201.03c.84%200%201.32-.11%201.66-.48c.45-.49.6-1.14.6-2.64c0-1.39-.15-1.98-.64-2.41c-.34-.3-.85-.45-1.57-.45m6.97%200c-1.08%200-1.42.19-1.88%201.04h-.04l.08-1.03H14v8.45h1.97v-3.51h.04c.24.78.68%201.03%201.7%201.03c.84%200%201.32-.11%201.66-.48c.46-.49.61-1.14.61-2.64c0-1.39-.15-1.98-.64-2.41c-.34-.3-.86-.45-1.58-.45m5.78%200c-1.14%200-1.81.16-2.25.57c-.45.4-.62%201.02-.62%202.29c0%201.47.14%202.11.57%202.54c.45.45%201.15.58%202.53.58c1.23%200%201.85-.16%202.21-.65c.22-.29.34-.74.34-1.23V16h-1.87c0%20.55-.2.7-.9.7c-.78%200-1-.25-1-1.1c0-.04%200-.14.01-.24h3.77v-.55c0-2.15-.65-2.79-2.79-2.79m6.81%200c-.77%200-1.15.26-1.49%201.01h-.03l.09-1H27v5.93h1.91v-3.4c0-.4%200-.47.05-.62c.12-.3.34-.46.66-.46c.41%200%20.51.2.51.97c0%20.03%200%20.11-.01.2h1.75c-.01-.22-.01-.39-.01-.47c0-.98-.08-1.33-.34-1.7c-.22-.3-.63-.46-1.17-.46m-6.85%201.36c.81%200%20.98.11.98.73c0%20.02%200%20.1.01.19h-1.91l.01-.17c.05-.6.19-.75.91-.75m-13.46.06c.87%200%201.04.25%201.04%201.63c0%201.2-.19%201.48-1.01%201.48c-.89%200-1.06-.27-1.06-1.67c0-1.19.19-1.44%201.03-1.44m6.98%200c.87%200%201.03.25%201.03%201.63c0%201.2-.19%201.48-1.01%201.48c-.89%200-1.06-.27-1.06-1.67c0-1.19.19-1.44%201.04-1.44M3.1%2015.53c.76%200%20.98.12.98.58c0%20.52-.19.67-.85.67c-.84%200-1.03-.13-1.03-.65c0-.45.24-.6.9-.6%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.11%2012.02c-1.36%200-1.94.15-2.31.59c-.21.26-.27.52-.29%201.22h1.93c.04-.52.19-.64.76-.64c.65%200%20.89.2.89.77v1.14h-.04c-.22-.59-.56-.73-1.67-.73c-1.49%200-2.11.53-2.11%201.79C.27%2017.52.81%2018%202.33%2018c1.09%200%201.51-.21%201.77-.99h.05l-.06.95H6v-3.81c0-.41-.1-.97-.2-1.19c-.34-.69-1.04-.94-2.69-.94m7.68%200c-1.08%200-1.42.19-1.88%201.04h-.04l.08-1.03H7.03v8.45h1.98v-3.51h.04c.23.78.67%201.03%201.69%201.03c.84%200%201.32-.11%201.66-.48c.45-.49.6-1.14.6-2.64c0-1.39-.15-1.98-.64-2.41c-.34-.3-.85-.45-1.57-.45m6.97%200c-1.08%200-1.42.19-1.88%201.04h-.04l.08-1.03H14v8.45h1.97v-3.51h.04c.24.78.68%201.03%201.7%201.03c.84%200%201.32-.11%201.66-.48c.46-.49.61-1.14.61-2.64c0-1.39-.15-1.98-.64-2.41c-.34-.3-.86-.45-1.58-.45m5.78%200c-1.14%200-1.81.16-2.25.57c-.45.4-.62%201.02-.62%202.29c0%201.47.14%202.11.57%202.54c.45.45%201.15.58%202.53.58c1.23%200%201.85-.16%202.21-.65c.22-.29.34-.74.34-1.23V16h-1.87c0%20.55-.2.7-.9.7c-.78%200-1-.25-1-1.1c0-.04%200-.14.01-.24h3.77v-.55c0-2.15-.65-2.79-2.79-2.79m6.81%200c-.77%200-1.15.26-1.49%201.01h-.03l.09-1H27v5.93h1.91v-3.4c0-.4%200-.47.05-.62c.12-.3.34-.46.66-.46c.41%200%20.51.2.51.97c0%20.03%200%20.11-.01.2h1.75c-.01-.22-.01-.39-.01-.47c0-.98-.08-1.33-.34-1.7c-.22-.3-.63-.46-1.17-.46m-6.85%201.36c.81%200%20.98.11.98.73c0%20.02%200%20.1.01.19h-1.91l.01-.17c.05-.6.19-.75.91-.75m-13.46.06c.87%200%201.04.25%201.04%201.63c0%201.2-.19%201.48-1.01%201.48c-.89%200-1.06-.27-1.06-1.67c0-1.19.19-1.44%201.03-1.44m6.98%200c.87%200%201.03.25%201.03%201.63c0%201.2-.19%201.48-1.01%201.48c-.89%200-1.06-.27-1.06-1.67c0-1.19.19-1.44%201.04-1.44M3.1%2015.53c.76%200%20.98.12.98.58c0%20.52-.19.67-.85.67c-.84%200-1.03-.13-1.03-.65c0-.45.24-.6.9-.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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