viadeo from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
viadeo
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Use the viadeo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -2 24 24"><g fill="currentColor"><path d="M13.71 10.006q-.02-.048-.046-.096c-.183.095-.355.191-.533.273q-.263.12-.534.215c-.185.064-.374.114-.56.168q0 .024.003.038q.011.036.026.073a5.7 5.7 0 0 1 .382 2.04a5.6 5.6 0 0 1-.24 1.722c-.258.843-.675 1.598-1.29 2.233c-.897.927-2 1.426-3.281 1.542c-.118.011-.238.01-.366.014c.005-.029.004-.035.007-.037l.2-.15a10.6 10.6 0 0 0 3.138-3.777a9.34 9.34 0 0 0 .966-3.98c.015-.683-.045-1.36-.163-2.032a12.6 12.6 0 0 0-.615-2.234a1 1 0 0 0-.052-.11l-.026-.179c0-.02 0-.058-.002-.066A11 11 0 0 0 10.37 3.8a8.6 8.6 0 0 0-1.038-2.34A6.1 6.1 0 0 0 8.183.113C8.14.077 8.095.043 8.042 0c-.002.028-.008.045-.003.056q.049.089.101.176a34 34 0 0 1 2.072 4.216c.163.4.311.804.466 1.206l.046.084l.025.178c.008.212.02.43.024.618a27 27 0 0 1-.12 3.3a23 23 0 0 1-.202 1.513a16 16 0 0 1-.425 1.867a11 11 0 0 1-.874 2.179a6.8 6.8 0 0 1-1.24 1.67c-.463.45-.99.804-1.588 1.052a.32.32 0 0 1-.195.02a5.1 5.1 0 0 1-2.202-1.007a5.15 5.15 0 0 1-1.344-1.62a5.6 5.6 0 0 1-.658-2.145a6 6 0 0 1 .02-1.338a5.4 5.4 0 0 1 .426-1.572a5.7 5.7 0 0 1 1.427-1.927a5 5 0 0 1 1.582-.975a5 5 0 0 1 1.178-.283a5.5 5.5 0 0 1 1.074-.015q.687.052 1.332.301c.037.015.076.024.131.04c.038-.298.097-.582.185-.858a7 7 0 0 1 .33-.805c-.067-.053-.14-.065-.208-.087a7 7 0 0 0-1.788-.323a7.7 7.7 0 0 0-1.938.134a6.3 6.3 0 0 0-2.145.85a7.2 7.2 0 0 0-1.657 1.454C.806 9.213.236 10.666.148 12.309a8 8 0 0 0 .051 1.416c.084.664.252 1.304.518 1.918a7.55 7.55 0 0 0 1.85 2.575q.883.81 2.003 1.238a7 7 0 0 0 2.158.44a8 8 0 0 0 2.046-.147a6.3 6.3 0 0 0 2.498-1.112a7.3 7.3 0 0 0 1.516-1.537a7.07 7.07 0 0 0 1.41-3.899a8 8 0 0 0-.091-1.755a7 7 0 0 0-.396-1.44z"/><path d="M17.07 2.23a6.6 6.6 0 0 0-.653-1.595c-.041-.072-.087-.14-.14-.225l-.104.188c-.2.38-.45.722-.76 1.021c-.468.452-1.008.78-1.645.936q-.082.02-.166.045a6 6 0 0 0-1.348.559a2.5 2.5 0 0 0-.747.65a2.5 2.5 0 0 0-.541 1.684c.022.512.169.99.416 1.439c.012.021.03.04.055.074c2.014-.494 3.528-1.647 4.574-3.47c-.004.062-.002.092-.009.12q-.053.236-.161.453a4 4 0 0 1-.604.867c-.41.46-.875.859-1.363 1.23c-.592.452-1.212.86-1.855 1.233c-.047.027-.103.045-.139.105q.129.118.257.23c.33.275.689.5 1.1.635c.387.127.78.162 1.183.092a2.63 2.63 0 0 0 1.287-.624c.362-.312.647-.688.887-1.098c.14-.238.269-.481.358-.743a6.6 6.6 0 0 0 .118-3.807z"/></g></svg>

React

import type { SVGProps } from "react";

export function JamViadeo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -2 24 24"><g fill="currentColor"><path d="M13.71 10.006q-.02-.048-.046-.096c-.183.095-.355.191-.533.273q-.263.12-.534.215c-.185.064-.374.114-.56.168q0 .024.003.038q.011.036.026.073a5.7 5.7 0 0 1 .382 2.04a5.6 5.6 0 0 1-.24 1.722c-.258.843-.675 1.598-1.29 2.233c-.897.927-2 1.426-3.281 1.542c-.118.011-.238.01-.366.014c.005-.029.004-.035.007-.037l.2-.15a10.6 10.6 0 0 0 3.138-3.777a9.34 9.34 0 0 0 .966-3.98c.015-.683-.045-1.36-.163-2.032a12.6 12.6 0 0 0-.615-2.234a1 1 0 0 0-.052-.11l-.026-.179c0-.02 0-.058-.002-.066A11 11 0 0 0 10.37 3.8a8.6 8.6 0 0 0-1.038-2.34A6.1 6.1 0 0 0 8.183.113C8.14.077 8.095.043 8.042 0c-.002.028-.008.045-.003.056q.049.089.101.176a34 34 0 0 1 2.072 4.216c.163.4.311.804.466 1.206l.046.084l.025.178c.008.212.02.43.024.618a27 27 0 0 1-.12 3.3a23 23 0 0 1-.202 1.513a16 16 0 0 1-.425 1.867a11 11 0 0 1-.874 2.179a6.8 6.8 0 0 1-1.24 1.67c-.463.45-.99.804-1.588 1.052a.32.32 0 0 1-.195.02a5.1 5.1 0 0 1-2.202-1.007a5.15 5.15 0 0 1-1.344-1.62a5.6 5.6 0 0 1-.658-2.145a6 6 0 0 1 .02-1.338a5.4 5.4 0 0 1 .426-1.572a5.7 5.7 0 0 1 1.427-1.927a5 5 0 0 1 1.582-.975a5 5 0 0 1 1.178-.283a5.5 5.5 0 0 1 1.074-.015q.687.052 1.332.301c.037.015.076.024.131.04c.038-.298.097-.582.185-.858a7 7 0 0 1 .33-.805c-.067-.053-.14-.065-.208-.087a7 7 0 0 0-1.788-.323a7.7 7.7 0 0 0-1.938.134a6.3 6.3 0 0 0-2.145.85a7.2 7.2 0 0 0-1.657 1.454C.806 9.213.236 10.666.148 12.309a8 8 0 0 0 .051 1.416c.084.664.252 1.304.518 1.918a7.55 7.55 0 0 0 1.85 2.575q.883.81 2.003 1.238a7 7 0 0 0 2.158.44a8 8 0 0 0 2.046-.147a6.3 6.3 0 0 0 2.498-1.112a7.3 7.3 0 0 0 1.516-1.537a7.07 7.07 0 0 0 1.41-3.899a8 8 0 0 0-.091-1.755a7 7 0 0 0-.396-1.44z"/><path d="M17.07 2.23a6.6 6.6 0 0 0-.653-1.595c-.041-.072-.087-.14-.14-.225l-.104.188c-.2.38-.45.722-.76 1.021c-.468.452-1.008.78-1.645.936q-.082.02-.166.045a6 6 0 0 0-1.348.559a2.5 2.5 0 0 0-.747.65a2.5 2.5 0 0 0-.541 1.684c.022.512.169.99.416 1.439c.012.021.03.04.055.074c2.014-.494 3.528-1.647 4.574-3.47c-.004.062-.002.092-.009.12q-.053.236-.161.453a4 4 0 0 1-.604.867c-.41.46-.875.859-1.363 1.23c-.592.452-1.212.86-1.855 1.233c-.047.027-.103.045-.139.105q.129.118.257.23c.33.275.689.5 1.1.635c.387.127.78.162 1.183.092a2.63 2.63 0 0 0 1.287-.624c.362-.312.647-.688.887-1.098c.14-.238.269-.481.358-.743a6.6 6.6 0 0 0 .118-3.807z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-3 -2 24 24"><g fill="currentColor"><path d="M13.71 10.006q-.02-.048-.046-.096c-.183.095-.355.191-.533.273q-.263.12-.534.215c-.185.064-.374.114-.56.168q0 .024.003.038q.011.036.026.073a5.7 5.7 0 0 1 .382 2.04a5.6 5.6 0 0 1-.24 1.722c-.258.843-.675 1.598-1.29 2.233c-.897.927-2 1.426-3.281 1.542c-.118.011-.238.01-.366.014c.005-.029.004-.035.007-.037l.2-.15a10.6 10.6 0 0 0 3.138-3.777a9.34 9.34 0 0 0 .966-3.98c.015-.683-.045-1.36-.163-2.032a12.6 12.6 0 0 0-.615-2.234a1 1 0 0 0-.052-.11l-.026-.179c0-.02 0-.058-.002-.066A11 11 0 0 0 10.37 3.8a8.6 8.6 0 0 0-1.038-2.34A6.1 6.1 0 0 0 8.183.113C8.14.077 8.095.043 8.042 0c-.002.028-.008.045-.003.056q.049.089.101.176a34 34 0 0 1 2.072 4.216c.163.4.311.804.466 1.206l.046.084l.025.178c.008.212.02.43.024.618a27 27 0 0 1-.12 3.3a23 23 0 0 1-.202 1.513a16 16 0 0 1-.425 1.867a11 11 0 0 1-.874 2.179a6.8 6.8 0 0 1-1.24 1.67c-.463.45-.99.804-1.588 1.052a.32.32 0 0 1-.195.02a5.1 5.1 0 0 1-2.202-1.007a5.15 5.15 0 0 1-1.344-1.62a5.6 5.6 0 0 1-.658-2.145a6 6 0 0 1 .02-1.338a5.4 5.4 0 0 1 .426-1.572a5.7 5.7 0 0 1 1.427-1.927a5 5 0 0 1 1.582-.975a5 5 0 0 1 1.178-.283a5.5 5.5 0 0 1 1.074-.015q.687.052 1.332.301c.037.015.076.024.131.04c.038-.298.097-.582.185-.858a7 7 0 0 1 .33-.805c-.067-.053-.14-.065-.208-.087a7 7 0 0 0-1.788-.323a7.7 7.7 0 0 0-1.938.134a6.3 6.3 0 0 0-2.145.85a7.2 7.2 0 0 0-1.657 1.454C.806 9.213.236 10.666.148 12.309a8 8 0 0 0 .051 1.416c.084.664.252 1.304.518 1.918a7.55 7.55 0 0 0 1.85 2.575q.883.81 2.003 1.238a7 7 0 0 0 2.158.44a8 8 0 0 0 2.046-.147a6.3 6.3 0 0 0 2.498-1.112a7.3 7.3 0 0 0 1.516-1.537a7.07 7.07 0 0 0 1.41-3.899a8 8 0 0 0-.091-1.755a7 7 0 0 0-.396-1.44z"/><path d="M17.07 2.23a6.6 6.6 0 0 0-.653-1.595c-.041-.072-.087-.14-.14-.225l-.104.188c-.2.38-.45.722-.76 1.021c-.468.452-1.008.78-1.645.936q-.082.02-.166.045a6 6 0 0 0-1.348.559a2.5 2.5 0 0 0-.747.65a2.5 2.5 0 0 0-.541 1.684c.022.512.169.99.416 1.439c.012.021.03.04.055.074c2.014-.494 3.528-1.647 4.574-3.47c-.004.062-.002.092-.009.12q-.053.236-.161.453a4 4 0 0 1-.604.867c-.41.46-.875.859-1.363 1.23c-.592.452-1.212.86-1.855 1.233c-.047.027-.103.045-.139.105q.129.118.257.23c.33.275.689.5 1.1.635c.387.127.78.162 1.183.092a2.63 2.63 0 0 0 1.287-.624c.362-.312.647-.688.887-1.098c.14-.238.269-.481.358-.743a6.6 6.6 0 0 0 .118-3.807z"/></g></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%22-3%20-2%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13.71%2010.006q-.02-.048-.046-.096c-.183.095-.355.191-.533.273q-.263.12-.534.215c-.185.064-.374.114-.56.168q0%20.024.003.038q.011.036.026.073a5.7%205.7%200%200%201%20.382%202.04a5.6%205.6%200%200%201-.24%201.722c-.258.843-.675%201.598-1.29%202.233c-.897.927-2%201.426-3.281%201.542c-.118.011-.238.01-.366.014c.005-.029.004-.035.007-.037l.2-.15a10.6%2010.6%200%200%200%203.138-3.777a9.34%209.34%200%200%200%20.966-3.98c.015-.683-.045-1.36-.163-2.032a12.6%2012.6%200%200%200-.615-2.234a1%201%200%200%200-.052-.11l-.026-.179c0-.02%200-.058-.002-.066A11%2011%200%200%200%2010.37%203.8a8.6%208.6%200%200%200-1.038-2.34A6.1%206.1%200%200%200%208.183.113C8.14.077%208.095.043%208.042%200c-.002.028-.008.045-.003.056q.049.089.101.176a34%2034%200%200%201%202.072%204.216c.163.4.311.804.466%201.206l.046.084l.025.178c.008.212.02.43.024.618a27%2027%200%200%201-.12%203.3a23%2023%200%200%201-.202%201.513a16%2016%200%200%201-.425%201.867a11%2011%200%200%201-.874%202.179a6.8%206.8%200%200%201-1.24%201.67c-.463.45-.99.804-1.588%201.052a.32.32%200%200%201-.195.02a5.1%205.1%200%200%201-2.202-1.007a5.15%205.15%200%200%201-1.344-1.62a5.6%205.6%200%200%201-.658-2.145a6%206%200%200%201%20.02-1.338a5.4%205.4%200%200%201%20.426-1.572a5.7%205.7%200%200%201%201.427-1.927a5%205%200%200%201%201.582-.975a5%205%200%200%201%201.178-.283a5.5%205.5%200%200%201%201.074-.015q.687.052%201.332.301c.037.015.076.024.131.04c.038-.298.097-.582.185-.858a7%207%200%200%201%20.33-.805c-.067-.053-.14-.065-.208-.087a7%207%200%200%200-1.788-.323a7.7%207.7%200%200%200-1.938.134a6.3%206.3%200%200%200-2.145.85a7.2%207.2%200%200%200-1.657%201.454C.806%209.213.236%2010.666.148%2012.309a8%208%200%200%200%20.051%201.416c.084.664.252%201.304.518%201.918a7.55%207.55%200%200%200%201.85%202.575q.883.81%202.003%201.238a7%207%200%200%200%202.158.44a8%208%200%200%200%202.046-.147a6.3%206.3%200%200%200%202.498-1.112a7.3%207.3%200%200%200%201.516-1.537a7.07%207.07%200%200%200%201.41-3.899a8%208%200%200%200-.091-1.755a7%207%200%200%200-.396-1.44z%22%2F%3E%3Cpath%20d%3D%22M17.07%202.23a6.6%206.6%200%200%200-.653-1.595c-.041-.072-.087-.14-.14-.225l-.104.188c-.2.38-.45.722-.76%201.021c-.468.452-1.008.78-1.645.936q-.082.02-.166.045a6%206%200%200%200-1.348.559a2.5%202.5%200%200%200-.747.65a2.5%202.5%200%200%200-.541%201.684c.022.512.169.99.416%201.439c.012.021.03.04.055.074c2.014-.494%203.528-1.647%204.574-3.47c-.004.062-.002.092-.009.12q-.053.236-.161.453a4%204%200%200%201-.604.867c-.41.46-.875.859-1.363%201.23c-.592.452-1.212.86-1.855%201.233c-.047.027-.103.045-.139.105q.129.118.257.23c.33.275.689.5%201.1.635c.387.127.78.162%201.183.092a2.63%202.63%200%200%200%201.287-.624c.362-.312.647-.688.887-1.098c.14-.238.269-.481.358-.743a6.6%206.6%200%200%200%20.118-3.807z%22%2F%3E%3C%2Fg%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%22-3%20-2%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13.71%2010.006q-.02-.048-.046-.096c-.183.095-.355.191-.533.273q-.263.12-.534.215c-.185.064-.374.114-.56.168q0%20.024.003.038q.011.036.026.073a5.7%205.7%200%200%201%20.382%202.04a5.6%205.6%200%200%201-.24%201.722c-.258.843-.675%201.598-1.29%202.233c-.897.927-2%201.426-3.281%201.542c-.118.011-.238.01-.366.014c.005-.029.004-.035.007-.037l.2-.15a10.6%2010.6%200%200%200%203.138-3.777a9.34%209.34%200%200%200%20.966-3.98c.015-.683-.045-1.36-.163-2.032a12.6%2012.6%200%200%200-.615-2.234a1%201%200%200%200-.052-.11l-.026-.179c0-.02%200-.058-.002-.066A11%2011%200%200%200%2010.37%203.8a8.6%208.6%200%200%200-1.038-2.34A6.1%206.1%200%200%200%208.183.113C8.14.077%208.095.043%208.042%200c-.002.028-.008.045-.003.056q.049.089.101.176a34%2034%200%200%201%202.072%204.216c.163.4.311.804.466%201.206l.046.084l.025.178c.008.212.02.43.024.618a27%2027%200%200%201-.12%203.3a23%2023%200%200%201-.202%201.513a16%2016%200%200%201-.425%201.867a11%2011%200%200%201-.874%202.179a6.8%206.8%200%200%201-1.24%201.67c-.463.45-.99.804-1.588%201.052a.32.32%200%200%201-.195.02a5.1%205.1%200%200%201-2.202-1.007a5.15%205.15%200%200%201-1.344-1.62a5.6%205.6%200%200%201-.658-2.145a6%206%200%200%201%20.02-1.338a5.4%205.4%200%200%201%20.426-1.572a5.7%205.7%200%200%201%201.427-1.927a5%205%200%200%201%201.582-.975a5%205%200%200%201%201.178-.283a5.5%205.5%200%200%201%201.074-.015q.687.052%201.332.301c.037.015.076.024.131.04c.038-.298.097-.582.185-.858a7%207%200%200%201%20.33-.805c-.067-.053-.14-.065-.208-.087a7%207%200%200%200-1.788-.323a7.7%207.7%200%200%200-1.938.134a6.3%206.3%200%200%200-2.145.85a7.2%207.2%200%200%200-1.657%201.454C.806%209.213.236%2010.666.148%2012.309a8%208%200%200%200%20.051%201.416c.084.664.252%201.304.518%201.918a7.55%207.55%200%200%200%201.85%202.575q.883.81%202.003%201.238a7%207%200%200%200%202.158.44a8%208%200%200%200%202.046-.147a6.3%206.3%200%200%200%202.498-1.112a7.3%207.3%200%200%200%201.516-1.537a7.07%207.07%200%200%200%201.41-3.899a8%208%200%200%200-.091-1.755a7%207%200%200%200-.396-1.44z%22%2F%3E%3Cpath%20d%3D%22M17.07%202.23a6.6%206.6%200%200%200-.653-1.595c-.041-.072-.087-.14-.14-.225l-.104.188c-.2.38-.45.722-.76%201.021c-.468.452-1.008.78-1.645.936q-.082.02-.166.045a6%206%200%200%200-1.348.559a2.5%202.5%200%200%200-.747.65a2.5%202.5%200%200%200-.541%201.684c.022.512.169.99.416%201.439c.012.021.03.04.055.074c2.014-.494%203.528-1.647%204.574-3.47c-.004.062-.002.092-.009.12q-.053.236-.161.453a4%204%200%200%201-.604.867c-.41.46-.875.859-1.363%201.23c-.592.452-1.212.86-1.855%201.233c-.047.027-.103.045-.139.105q.129.118.257.23c.33.275.689.5%201.1.635c.387.127.78.162%201.183.092a2.63%202.63%200%200%200%201.287-.624c.362-.312.647-.688.887-1.098c.14-.238.269-.481.358-.743a6.6%206.6%200%200%200%20.118-3.807z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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