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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 3c1.4 2.4 2.7 5 3.6 7.7c-.2-2.6-1.4-6.2-3.6-7.7m10.7 1c-1.5 3.2-3.9 2.3-5.6 3.9c-.6.5-1 1.6-1 2.4c0 .7.2 1.3.6 1.9c2.3-.5 4.7-2.2 5.7-4.4c0 .2-.2.7-.3.9c-1 1.7-3.1 3.2-4.8 4.1c.8.7 1.7 1.2 2.7 1.2c3.8 0 5.3-6.5 2.7-10m-7.2 6.7v1.8c0 4.64-.946 12.067-5.885 14.365A6.95 6.95 0 0 1 7 20c0-3.9 3.1-7 7-7c.8 0 1.5.1 2.2.4q.15-.9.6-1.8l.1-.1C16 11.2 15 11 14 11c-5 0-9 4-9 9s4 9 9 9s9-4 9-9c0-1.3-.3-2.6-.8-3.7c-.1 0-.2.1-.4.2c-.4.3-.9.5-1.4.6c.4.9.6 1.9.6 2.9c0 3.9-3.1 7-7 7l-.082-.004c3.779-2.408 5.582-6.12 5.582-10.496c0-2-.3-4-1-5.8"/></svg>

React

import type { SVGProps } from "react";

export function LaViadeo(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="M15 3c1.4 2.4 2.7 5 3.6 7.7c-.2-2.6-1.4-6.2-3.6-7.7m10.7 1c-1.5 3.2-3.9 2.3-5.6 3.9c-.6.5-1 1.6-1 2.4c0 .7.2 1.3.6 1.9c2.3-.5 4.7-2.2 5.7-4.4c0 .2-.2.7-.3.9c-1 1.7-3.1 3.2-4.8 4.1c.8.7 1.7 1.2 2.7 1.2c3.8 0 5.3-6.5 2.7-10m-7.2 6.7v1.8c0 4.64-.946 12.067-5.885 14.365A6.95 6.95 0 0 1 7 20c0-3.9 3.1-7 7-7c.8 0 1.5.1 2.2.4q.15-.9.6-1.8l.1-.1C16 11.2 15 11 14 11c-5 0-9 4-9 9s4 9 9 9s9-4 9-9c0-1.3-.3-2.6-.8-3.7c-.1 0-.2.1-.4.2c-.4.3-.9.5-1.4.6c.4.9.6 1.9.6 2.9c0 3.9-3.1 7-7 7l-.082-.004c3.779-2.408 5.582-6.12 5.582-10.496c0-2-.3-4-1-5.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 3c1.4 2.4 2.7 5 3.6 7.7c-.2-2.6-1.4-6.2-3.6-7.7m10.7 1c-1.5 3.2-3.9 2.3-5.6 3.9c-.6.5-1 1.6-1 2.4c0 .7.2 1.3.6 1.9c2.3-.5 4.7-2.2 5.7-4.4c0 .2-.2.7-.3.9c-1 1.7-3.1 3.2-4.8 4.1c.8.7 1.7 1.2 2.7 1.2c3.8 0 5.3-6.5 2.7-10m-7.2 6.7v1.8c0 4.64-.946 12.067-5.885 14.365A6.95 6.95 0 0 1 7 20c0-3.9 3.1-7 7-7c.8 0 1.5.1 2.2.4q.15-.9.6-1.8l.1-.1C16 11.2 15 11 14 11c-5 0-9 4-9 9s4 9 9 9s9-4 9-9c0-1.3-.3-2.6-.8-3.7c-.1 0-.2.1-.4.2c-.4.3-.9.5-1.4.6c.4.9.6 1.9.6 2.9c0 3.9-3.1 7-7 7l-.082-.004c3.779-2.408 5.582-6.12 5.582-10.496c0-2-.3-4-1-5.8"/></svg>
</template>

CSS

.icon-viadeo {
  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%22M15%203c1.4%202.4%202.7%205%203.6%207.7c-.2-2.6-1.4-6.2-3.6-7.7m10.7%201c-1.5%203.2-3.9%202.3-5.6%203.9c-.6.5-1%201.6-1%202.4c0%20.7.2%201.3.6%201.9c2.3-.5%204.7-2.2%205.7-4.4c0%20.2-.2.7-.3.9c-1%201.7-3.1%203.2-4.8%204.1c.8.7%201.7%201.2%202.7%201.2c3.8%200%205.3-6.5%202.7-10m-7.2%206.7v1.8c0%204.64-.946%2012.067-5.885%2014.365A6.95%206.95%200%200%201%207%2020c0-3.9%203.1-7%207-7c.8%200%201.5.1%202.2.4q.15-.9.6-1.8l.1-.1C16%2011.2%2015%2011%2014%2011c-5%200-9%204-9%209s4%209%209%209s9-4%209-9c0-1.3-.3-2.6-.8-3.7c-.1%200-.2.1-.4.2c-.4.3-.9.5-1.4.6c.4.9.6%201.9.6%202.9c0%203.9-3.1%207-7%207l-.082-.004c3.779-2.408%205.582-6.12%205.582-10.496c0-2-.3-4-1-5.8%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%22M15%203c1.4%202.4%202.7%205%203.6%207.7c-.2-2.6-1.4-6.2-3.6-7.7m10.7%201c-1.5%203.2-3.9%202.3-5.6%203.9c-.6.5-1%201.6-1%202.4c0%20.7.2%201.3.6%201.9c2.3-.5%204.7-2.2%205.7-4.4c0%20.2-.2.7-.3.9c-1%201.7-3.1%203.2-4.8%204.1c.8.7%201.7%201.2%202.7%201.2c3.8%200%205.3-6.5%202.7-10m-7.2%206.7v1.8c0%204.64-.946%2012.067-5.885%2014.365A6.95%206.95%200%200%201%207%2020c0-3.9%203.1-7%207-7c.8%200%201.5.1%202.2.4q.15-.9.6-1.8l.1-.1C16%2011.2%2015%2011%2014%2011c-5%200-9%204-9%209s4%209%209%209s9-4%209-9c0-1.3-.3-2.6-.8-3.7c-.1%200-.2.1-.4.2c-.4.3-.9.5-1.4.6c.4.9.6%201.9.6%202.9c0%203.9-3.1%207-7%207l-.082-.004c3.779-2.408%205.582-6.12%205.582-10.496c0-2-.3-4-1-5.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Viadeo line icon — Line Awesome · IconsDB