viadeo square icon

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

Name
viadeo-square
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 viadeo square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.4 5C6.1 5 5 6.1 5 7.4v17.3C5 25.9 6.1 27 7.4 27h17.3c1.3 0 2.4-1.1 2.4-2.4V7.4C27 6.1 25.9 5 24.6 5zm7.9 2.7c1.4.9 2.1 3.2 2.3 4.8c.4 1.1.6 2.4.6 3.6c0 2.799-1.1 4.998-3.499 6.498c2.45.039 4.299-2.032 4.299-4.399c0-.6-.1-1.199-.4-1.799c.5-.1.9-.3 1.3-.5c.9 1.8.8 4.4-1 6.3c-2.2 2.4-6.1 2.4-8.3 0c-3.5-3.8-1-10 4.1-10c.7 0 1.4.1 2 .3c-.2.4-.4.9-.4 1.4c-.5-.2-1-.3-1.6-.3c-2.5 0-4.3 2.1-4.3 4.5c0 2.2 1.5 4 3.5 4.4c3.1-1.2 3.7-6 3.7-8.9v-1.1c-.6-1.7-1.4-3.3-2.3-4.8m-.599 14.898q-.05.002-.101.002h.1zM22.1 8.199c1.7 2.2.8 6.5-1.8 6.5c-.7 0-1.3-.399-1.8-.799c1.1-.6 2.5-1.6 3.2-2.7c.1-.2.2-.4.2-.6c-.6 1.4-2.3 2.5-3.8 2.9c-.2-.4-.4-.8-.4-1.2c0-.5.3-1.2.7-1.6c1.1-1 2.7-.4 3.7-2.5z"/></svg>

React

import type { SVGProps } from "react";

export function LaViadeoSquare(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="M7.4 5C6.1 5 5 6.1 5 7.4v17.3C5 25.9 6.1 27 7.4 27h17.3c1.3 0 2.4-1.1 2.4-2.4V7.4C27 6.1 25.9 5 24.6 5zm7.9 2.7c1.4.9 2.1 3.2 2.3 4.8c.4 1.1.6 2.4.6 3.6c0 2.799-1.1 4.998-3.499 6.498c2.45.039 4.299-2.032 4.299-4.399c0-.6-.1-1.199-.4-1.799c.5-.1.9-.3 1.3-.5c.9 1.8.8 4.4-1 6.3c-2.2 2.4-6.1 2.4-8.3 0c-3.5-3.8-1-10 4.1-10c.7 0 1.4.1 2 .3c-.2.4-.4.9-.4 1.4c-.5-.2-1-.3-1.6-.3c-2.5 0-4.3 2.1-4.3 4.5c0 2.2 1.5 4 3.5 4.4c3.1-1.2 3.7-6 3.7-8.9v-1.1c-.6-1.7-1.4-3.3-2.3-4.8m-.599 14.898q-.05.002-.101.002h.1zM22.1 8.199c1.7 2.2.8 6.5-1.8 6.5c-.7 0-1.3-.399-1.8-.799c1.1-.6 2.5-1.6 3.2-2.7c.1-.2.2-.4.2-.6c-.6 1.4-2.3 2.5-3.8 2.9c-.2-.4-.4-.8-.4-1.2c0-.5.3-1.2.7-1.6c1.1-1 2.7-.4 3.7-2.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7.4 5C6.1 5 5 6.1 5 7.4v17.3C5 25.9 6.1 27 7.4 27h17.3c1.3 0 2.4-1.1 2.4-2.4V7.4C27 6.1 25.9 5 24.6 5zm7.9 2.7c1.4.9 2.1 3.2 2.3 4.8c.4 1.1.6 2.4.6 3.6c0 2.799-1.1 4.998-3.499 6.498c2.45.039 4.299-2.032 4.299-4.399c0-.6-.1-1.199-.4-1.799c.5-.1.9-.3 1.3-.5c.9 1.8.8 4.4-1 6.3c-2.2 2.4-6.1 2.4-8.3 0c-3.5-3.8-1-10 4.1-10c.7 0 1.4.1 2 .3c-.2.4-.4.9-.4 1.4c-.5-.2-1-.3-1.6-.3c-2.5 0-4.3 2.1-4.3 4.5c0 2.2 1.5 4 3.5 4.4c3.1-1.2 3.7-6 3.7-8.9v-1.1c-.6-1.7-1.4-3.3-2.3-4.8m-.599 14.898q-.05.002-.101.002h.1zM22.1 8.199c1.7 2.2.8 6.5-1.8 6.5c-.7 0-1.3-.399-1.8-.799c1.1-.6 2.5-1.6 3.2-2.7c.1-.2.2-.4.2-.6c-.6 1.4-2.3 2.5-3.8 2.9c-.2-.4-.4-.8-.4-1.2c0-.5.3-1.2.7-1.6c1.1-1 2.7-.4 3.7-2.5z"/></svg>
</template>

CSS

.icon-viadeo-square {
  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%22M7.4%205C6.1%205%205%206.1%205%207.4v17.3C5%2025.9%206.1%2027%207.4%2027h17.3c1.3%200%202.4-1.1%202.4-2.4V7.4C27%206.1%2025.9%205%2024.6%205zm7.9%202.7c1.4.9%202.1%203.2%202.3%204.8c.4%201.1.6%202.4.6%203.6c0%202.799-1.1%204.998-3.499%206.498c2.45.039%204.299-2.032%204.299-4.399c0-.6-.1-1.199-.4-1.799c.5-.1.9-.3%201.3-.5c.9%201.8.8%204.4-1%206.3c-2.2%202.4-6.1%202.4-8.3%200c-3.5-3.8-1-10%204.1-10c.7%200%201.4.1%202%20.3c-.2.4-.4.9-.4%201.4c-.5-.2-1-.3-1.6-.3c-2.5%200-4.3%202.1-4.3%204.5c0%202.2%201.5%204%203.5%204.4c3.1-1.2%203.7-6%203.7-8.9v-1.1c-.6-1.7-1.4-3.3-2.3-4.8m-.599%2014.898q-.05.002-.101.002h.1zM22.1%208.199c1.7%202.2.8%206.5-1.8%206.5c-.7%200-1.3-.399-1.8-.799c1.1-.6%202.5-1.6%203.2-2.7c.1-.2.2-.4.2-.6c-.6%201.4-2.3%202.5-3.8%202.9c-.2-.4-.4-.8-.4-1.2c0-.5.3-1.2.7-1.6c1.1-1%202.7-.4%203.7-2.5z%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%22M7.4%205C6.1%205%205%206.1%205%207.4v17.3C5%2025.9%206.1%2027%207.4%2027h17.3c1.3%200%202.4-1.1%202.4-2.4V7.4C27%206.1%2025.9%205%2024.6%205zm7.9%202.7c1.4.9%202.1%203.2%202.3%204.8c.4%201.1.6%202.4.6%203.6c0%202.799-1.1%204.998-3.499%206.498c2.45.039%204.299-2.032%204.299-4.399c0-.6-.1-1.199-.4-1.799c.5-.1.9-.3%201.3-.5c.9%201.8.8%204.4-1%206.3c-2.2%202.4-6.1%202.4-8.3%200c-3.5-3.8-1-10%204.1-10c.7%200%201.4.1%202%20.3c-.2.4-.4.9-.4%201.4c-.5-.2-1-.3-1.6-.3c-2.5%200-4.3%202.1-4.3%204.5c0%202.2%201.5%204%203.5%204.4c3.1-1.2%203.7-6%203.7-8.9v-1.1c-.6-1.7-1.4-3.3-2.3-4.8m-.599%2014.898q-.05.002-.101.002h.1zM22.1%208.199c1.7%202.2.8%206.5-1.8%206.5c-.7%200-1.3-.399-1.8-.799c1.1-.6%202.5-1.6%203.2-2.7c.1-.2.2-.4.2-.6c-.6%201.4-2.3%202.5-3.8%202.9c-.2-.4-.4-.8-.4-1.2c0-.5.3-1.2.7-1.6c1.1-1%202.7-.4%203.7-2.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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