vlang logo
vlang from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- vlang
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×253
- License
- CC0
The same logo in other sets
Use the vlang logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 253"><defs><path id="SVG372KxeZZ" fill="#000" d="m158.907 248.922l-36.096-104.274l5.156-3.223l36.741 106.35z"/><path id="SVGpakb87il" d="m5.614.039l68.178 6.568c4.325.417 9.001 4.084 10.437 8.185l43.851 125.291l43.638-125.287c1.397-4.014 5.899-7.613 10.142-8.158l.283-.031L250.32.039c4.326-.417 6.643 2.564 5.173 6.653l-86.696 241.083l-.413 1.147c-.47 1.308-1.605 2.458-2.93 3.117c-.483.372-1.136.587-1.919.587h-66.78q-.124 0-.246-.003l.246.003a9 9 0 0 1-.493-.014c-4.203-.237-8.629-3.459-10.043-7.394L.442 6.692c-1.47-4.089.847-7.07 5.172-6.653"/><filter id="SVGXuWGNe6h" width="181.4%" height="132.2%" x="-40.2%" y="-14.9%" filterUnits="objectBoundingBox"><feMorphology in="SourceAlpha" operator="dilate" radius="2" result="shadowSpreadOuter1"/><feOffset dy="2" in="shadowSpreadOuter1" result="shadowOffsetOuter1"/><feGaussianBlur in="shadowOffsetOuter1" result="shadowBlurOuter1" stdDeviation="3"/><feColorMatrix in="shadowBlurOuter1" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"/></filter></defs><mask id="SVGWMiDveth" fill="#fff"><use href="#SVGpakb87il"/></mask><path fill="#536b8a" d="M168.797 247.775L255.493 6.692c1.47-4.089-.847-7.07-5.173-6.653l-68.177 6.568c-4.325.417-8.997 4.086-10.425 8.189L91.473 245.193c-1.43 4.102.937 7.433 5.282 7.433h66.36c2.173 0 4.534-1.659 5.269-3.704z" mask="url(#SVGWMiDveth)"/><g mask="url(#SVGWMiDveth)"><use filter="url(#SVGXuWGNe6h)" href="#SVG372KxeZZ"/></g><path fill="#5d87bf" d="m5.614.039l68.178 6.568c4.325.417 9.001 4.084 10.437 8.185l81.943 234.12c.717 2.05-.464 3.714-2.637 3.714h-66.78c-4.345 0-9.066-3.319-10.536-7.408L.442 6.692c-1.47-4.089.847-7.07 5.172-6.653" mask="url(#SVGWMiDveth)"/></svg>
React
import type { SVGProps } from "react";
export function LogosVlang(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 253"><defs><path id="SVG372KxeZZ" fill="#000" d="m158.907 248.922l-36.096-104.274l5.156-3.223l36.741 106.35z"/><path id="SVGpakb87il" d="m5.614.039l68.178 6.568c4.325.417 9.001 4.084 10.437 8.185l43.851 125.291l43.638-125.287c1.397-4.014 5.899-7.613 10.142-8.158l.283-.031L250.32.039c4.326-.417 6.643 2.564 5.173 6.653l-86.696 241.083l-.413 1.147c-.47 1.308-1.605 2.458-2.93 3.117c-.483.372-1.136.587-1.919.587h-66.78q-.124 0-.246-.003l.246.003a9 9 0 0 1-.493-.014c-4.203-.237-8.629-3.459-10.043-7.394L.442 6.692c-1.47-4.089.847-7.07 5.172-6.653"/><filter id="SVGXuWGNe6h" width="181.4%" height="132.2%" x="-40.2%" y="-14.9%" filterUnits="objectBoundingBox"><feMorphology in="SourceAlpha" operator="dilate" radius="2" result="shadowSpreadOuter1"/><feOffset dy="2" in="shadowSpreadOuter1" result="shadowOffsetOuter1"/><feGaussianBlur in="shadowOffsetOuter1" result="shadowBlurOuter1" stdDeviation="3"/><feColorMatrix in="shadowBlurOuter1" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"/></filter></defs><mask id="SVGWMiDveth" fill="#fff"><use href="#SVGpakb87il"/></mask><path fill="#536b8a" d="M168.797 247.775L255.493 6.692c1.47-4.089-.847-7.07-5.173-6.653l-68.177 6.568c-4.325.417-8.997 4.086-10.425 8.189L91.473 245.193c-1.43 4.102.937 7.433 5.282 7.433h66.36c2.173 0 4.534-1.659 5.269-3.704z" mask="url(#SVGWMiDveth)"/><g mask="url(#SVGWMiDveth)"><use filter="url(#SVGXuWGNe6h)" href="#SVG372KxeZZ"/></g><path fill="#5d87bf" d="m5.614.039l68.178 6.568c4.325.417 9.001 4.084 10.437 8.185l81.943 234.12c.717 2.05-.464 3.714-2.637 3.714h-66.78c-4.345 0-9.066-3.319-10.536-7.408L.442 6.692c-1.47-4.089.847-7.07 5.172-6.653" mask="url(#SVGWMiDveth)"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 253"><defs><path id="SVG372KxeZZ" fill="#000" d="m158.907 248.922l-36.096-104.274l5.156-3.223l36.741 106.35z"/><path id="SVGpakb87il" d="m5.614.039l68.178 6.568c4.325.417 9.001 4.084 10.437 8.185l43.851 125.291l43.638-125.287c1.397-4.014 5.899-7.613 10.142-8.158l.283-.031L250.32.039c4.326-.417 6.643 2.564 5.173 6.653l-86.696 241.083l-.413 1.147c-.47 1.308-1.605 2.458-2.93 3.117c-.483.372-1.136.587-1.919.587h-66.78q-.124 0-.246-.003l.246.003a9 9 0 0 1-.493-.014c-4.203-.237-8.629-3.459-10.043-7.394L.442 6.692c-1.47-4.089.847-7.07 5.172-6.653"/><filter id="SVGXuWGNe6h" width="181.4%" height="132.2%" x="-40.2%" y="-14.9%" filterUnits="objectBoundingBox"><feMorphology in="SourceAlpha" operator="dilate" radius="2" result="shadowSpreadOuter1"/><feOffset dy="2" in="shadowSpreadOuter1" result="shadowOffsetOuter1"/><feGaussianBlur in="shadowOffsetOuter1" result="shadowBlurOuter1" stdDeviation="3"/><feColorMatrix in="shadowBlurOuter1" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.3 0"/></filter></defs><mask id="SVGWMiDveth" fill="#fff"><use href="#SVGpakb87il"/></mask><path fill="#536b8a" d="M168.797 247.775L255.493 6.692c1.47-4.089-.847-7.07-5.173-6.653l-68.177 6.568c-4.325.417-8.997 4.086-10.425 8.189L91.473 245.193c-1.43 4.102.937 7.433 5.282 7.433h66.36c2.173 0 4.534-1.659 5.269-3.704z" mask="url(#SVGWMiDveth)"/><g mask="url(#SVGWMiDveth)"><use filter="url(#SVGXuWGNe6h)" href="#SVG372KxeZZ"/></g><path fill="#5d87bf" d="m5.614.039l68.178 6.568c4.325.417 9.001 4.084 10.437 8.185l81.943 234.12c.717 2.05-.464 3.714-2.637 3.714h-66.78c-4.345 0-9.066-3.319-10.536-7.408L.442 6.692c-1.47-4.089.847-7.07 5.172-6.653" mask="url(#SVGWMiDveth)"/></svg> </template>
CSS
.icon-vlang {
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%20256%20253%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVG372KxeZZ%22%20fill%3D%22%23000%22%20d%3D%22m158.907%20248.922l-36.096-104.274l5.156-3.223l36.741%20106.35z%22%2F%3E%3Cpath%20id%3D%22SVGpakb87il%22%20d%3D%22m5.614.039l68.178%206.568c4.325.417%209.001%204.084%2010.437%208.185l43.851%20125.291l43.638-125.287c1.397-4.014%205.899-7.613%2010.142-8.158l.283-.031L250.32.039c4.326-.417%206.643%202.564%205.173%206.653l-86.696%20241.083l-.413%201.147c-.47%201.308-1.605%202.458-2.93%203.117c-.483.372-1.136.587-1.919.587h-66.78q-.124%200-.246-.003l.246.003a9%209%200%200%201-.493-.014c-4.203-.237-8.629-3.459-10.043-7.394L.442%206.692c-1.47-4.089.847-7.07%205.172-6.653%22%2F%3E%3Cfilter%20id%3D%22SVGXuWGNe6h%22%20width%3D%22181.4%25%22%20height%3D%22132.2%25%22%20x%3D%22-40.2%25%22%20y%3D%22-14.9%25%22%20filterUnits%3D%22objectBoundingBox%22%3E%3CfeMorphology%20in%3D%22SourceAlpha%22%20operator%3D%22dilate%22%20radius%3D%222%22%20result%3D%22shadowSpreadOuter1%22%2F%3E%3CfeOffset%20dy%3D%222%22%20in%3D%22shadowSpreadOuter1%22%20result%3D%22shadowOffsetOuter1%22%2F%3E%3CfeGaussianBlur%20in%3D%22shadowOffsetOuter1%22%20result%3D%22shadowBlurOuter1%22%20stdDeviation%3D%223%22%2F%3E%3CfeColorMatrix%20in%3D%22shadowBlurOuter1%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.3%200%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cmask%20id%3D%22SVGWMiDveth%22%20fill%3D%22%23fff%22%3E%3Cuse%20href%3D%22%23SVGpakb87il%22%2F%3E%3C%2Fmask%3E%3Cpath%20fill%3D%22%23536b8a%22%20d%3D%22M168.797%20247.775L255.493%206.692c1.47-4.089-.847-7.07-5.173-6.653l-68.177%206.568c-4.325.417-8.997%204.086-10.425%208.189L91.473%20245.193c-1.43%204.102.937%207.433%205.282%207.433h66.36c2.173%200%204.534-1.659%205.269-3.704z%22%20mask%3D%22url(%23SVGWMiDveth)%22%2F%3E%3Cg%20mask%3D%22url(%23SVGWMiDveth)%22%3E%3Cuse%20filter%3D%22url(%23SVGXuWGNe6h)%22%20href%3D%22%23SVG372KxeZZ%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%235d87bf%22%20d%3D%22m5.614.039l68.178%206.568c4.325.417%209.001%204.084%2010.437%208.185l81.943%20234.12c.717%202.05-.464%203.714-2.637%203.714h-66.78c-4.345%200-9.066-3.319-10.536-7.408L.442%206.692c-1.47-4.089.847-7.07%205.172-6.653%22%20mask%3D%22url(%23SVGWMiDveth)%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%20256%20253%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVG372KxeZZ%22%20fill%3D%22%23000%22%20d%3D%22m158.907%20248.922l-36.096-104.274l5.156-3.223l36.741%20106.35z%22%2F%3E%3Cpath%20id%3D%22SVGpakb87il%22%20d%3D%22m5.614.039l68.178%206.568c4.325.417%209.001%204.084%2010.437%208.185l43.851%20125.291l43.638-125.287c1.397-4.014%205.899-7.613%2010.142-8.158l.283-.031L250.32.039c4.326-.417%206.643%202.564%205.173%206.653l-86.696%20241.083l-.413%201.147c-.47%201.308-1.605%202.458-2.93%203.117c-.483.372-1.136.587-1.919.587h-66.78q-.124%200-.246-.003l.246.003a9%209%200%200%201-.493-.014c-4.203-.237-8.629-3.459-10.043-7.394L.442%206.692c-1.47-4.089.847-7.07%205.172-6.653%22%2F%3E%3Cfilter%20id%3D%22SVGXuWGNe6h%22%20width%3D%22181.4%25%22%20height%3D%22132.2%25%22%20x%3D%22-40.2%25%22%20y%3D%22-14.9%25%22%20filterUnits%3D%22objectBoundingBox%22%3E%3CfeMorphology%20in%3D%22SourceAlpha%22%20operator%3D%22dilate%22%20radius%3D%222%22%20result%3D%22shadowSpreadOuter1%22%2F%3E%3CfeOffset%20dy%3D%222%22%20in%3D%22shadowSpreadOuter1%22%20result%3D%22shadowOffsetOuter1%22%2F%3E%3CfeGaussianBlur%20in%3D%22shadowOffsetOuter1%22%20result%3D%22shadowBlurOuter1%22%20stdDeviation%3D%223%22%2F%3E%3CfeColorMatrix%20in%3D%22shadowBlurOuter1%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.3%200%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cmask%20id%3D%22SVGWMiDveth%22%20fill%3D%22%23fff%22%3E%3Cuse%20href%3D%22%23SVGpakb87il%22%2F%3E%3C%2Fmask%3E%3Cpath%20fill%3D%22%23536b8a%22%20d%3D%22M168.797%20247.775L255.493%206.692c1.47-4.089-.847-7.07-5.173-6.653l-68.177%206.568c-4.325.417-8.997%204.086-10.425%208.189L91.473%20245.193c-1.43%204.102.937%207.433%205.282%207.433h66.36c2.173%200%204.534-1.659%205.269-3.704z%22%20mask%3D%22url(%23SVGWMiDveth)%22%2F%3E%3Cg%20mask%3D%22url(%23SVGWMiDveth)%22%3E%3Cuse%20filter%3D%22url(%23SVGXuWGNe6h)%22%20href%3D%22%23SVG372KxeZZ%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%235d87bf%22%20d%3D%22m5.614.039l68.178%206.568c4.325.417%209.001%204.084%2010.437%208.185l81.943%20234.12c.717%202.05-.464%203.714-2.637%203.714h-66.78c-4.345%200-9.066-3.319-10.536-7.408L.442%206.692c-1.47-4.089.847-7.07%205.172-6.653%22%20mask%3D%22url(%23SVGWMiDveth)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/vlang.svg?color=%231a73e8&size=48