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

Name
vaadin
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 vaadin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 4c-.6 0-1 .4-1 1v2.5C3 9.4 4.6 11 6.5 11h7.1c.8 0 1.4.6 1.4 1.4v.6c0 .6.4 1 1 1s1-.4 1-1v-.6c0-.8.6-1.4 1.4-1.4h7.1c1.9 0 3.5-1.6 3.5-3.5V5c0-.6-.4-1-1-1s-1 .4-1 1v.6c0 .8-.6 1.4-1.4 1.4H19c-1.7 0-3 1.3-3 3c0-1.7-1.3-3-3-3H6.4C5.6 7 5 6.4 5 5.6V5c0-.6-.4-1-1-1m6.352 11.027c-.19.018-.376.072-.551.172c-.7.4-1.002 1.3-.602 2l5.5 10c.2.5.801.801 1.301.801s1.1-.3 1.3-.8l5.5-10c.4-.7.1-1.6-.6-2s-1.6-.1-2 .6L16 23.4l-4.2-7.6a1.54 1.54 0 0 0-1.448-.773"/></svg>

React

import type { SVGProps } from "react";

export function LaVaadin(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="M4 4c-.6 0-1 .4-1 1v2.5C3 9.4 4.6 11 6.5 11h7.1c.8 0 1.4.6 1.4 1.4v.6c0 .6.4 1 1 1s1-.4 1-1v-.6c0-.8.6-1.4 1.4-1.4h7.1c1.9 0 3.5-1.6 3.5-3.5V5c0-.6-.4-1-1-1s-1 .4-1 1v.6c0 .8-.6 1.4-1.4 1.4H19c-1.7 0-3 1.3-3 3c0-1.7-1.3-3-3-3H6.4C5.6 7 5 6.4 5 5.6V5c0-.6-.4-1-1-1m6.352 11.027c-.19.018-.376.072-.551.172c-.7.4-1.002 1.3-.602 2l5.5 10c.2.5.801.801 1.301.801s1.1-.3 1.3-.8l5.5-10c.4-.7.1-1.6-.6-2s-1.6-.1-2 .6L16 23.4l-4.2-7.6a1.54 1.54 0 0 0-1.448-.773"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 4c-.6 0-1 .4-1 1v2.5C3 9.4 4.6 11 6.5 11h7.1c.8 0 1.4.6 1.4 1.4v.6c0 .6.4 1 1 1s1-.4 1-1v-.6c0-.8.6-1.4 1.4-1.4h7.1c1.9 0 3.5-1.6 3.5-3.5V5c0-.6-.4-1-1-1s-1 .4-1 1v.6c0 .8-.6 1.4-1.4 1.4H19c-1.7 0-3 1.3-3 3c0-1.7-1.3-3-3-3H6.4C5.6 7 5 6.4 5 5.6V5c0-.6-.4-1-1-1m6.352 11.027c-.19.018-.376.072-.551.172c-.7.4-1.002 1.3-.602 2l5.5 10c.2.5.801.801 1.301.801s1.1-.3 1.3-.8l5.5-10c.4-.7.1-1.6-.6-2s-1.6-.1-2 .6L16 23.4l-4.2-7.6a1.54 1.54 0 0 0-1.448-.773"/></svg>
</template>

CSS

.icon-vaadin {
  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%22M4%204c-.6%200-1%20.4-1%201v2.5C3%209.4%204.6%2011%206.5%2011h7.1c.8%200%201.4.6%201.4%201.4v.6c0%20.6.4%201%201%201s1-.4%201-1v-.6c0-.8.6-1.4%201.4-1.4h7.1c1.9%200%203.5-1.6%203.5-3.5V5c0-.6-.4-1-1-1s-1%20.4-1%201v.6c0%20.8-.6%201.4-1.4%201.4H19c-1.7%200-3%201.3-3%203c0-1.7-1.3-3-3-3H6.4C5.6%207%205%206.4%205%205.6V5c0-.6-.4-1-1-1m6.352%2011.027c-.19.018-.376.072-.551.172c-.7.4-1.002%201.3-.602%202l5.5%2010c.2.5.801.801%201.301.801s1.1-.3%201.3-.8l5.5-10c.4-.7.1-1.6-.6-2s-1.6-.1-2%20.6L16%2023.4l-4.2-7.6a1.54%201.54%200%200%200-1.448-.773%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%22M4%204c-.6%200-1%20.4-1%201v2.5C3%209.4%204.6%2011%206.5%2011h7.1c.8%200%201.4.6%201.4%201.4v.6c0%20.6.4%201%201%201s1-.4%201-1v-.6c0-.8.6-1.4%201.4-1.4h7.1c1.9%200%203.5-1.6%203.5-3.5V5c0-.6-.4-1-1-1s-1%20.4-1%201v.6c0%20.8-.6%201.4-1.4%201.4H19c-1.7%200-3%201.3-3%203c0-1.7-1.3-3-3-3H6.4C5.6%207%205%206.4%205%205.6V5c0-.6-.4-1-1-1m6.352%2011.027c-.19.018-.376.072-.551.172c-.7.4-1.002%201.3-.602%202l5.5%2010c.2.5.801.801%201.301.801s1.1-.3%201.3-.8l5.5-10c.4-.7.1-1.6-.6-2s-1.6-.1-2%20.6L16%2023.4l-4.2-7.6a1.54%201.54%200%200%200-1.448-.773%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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