vtex logo
vtex from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- vtex
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the vtex logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.203 1.793H4.28c-1.39 0-2.28 1.47-1.63 2.691l1.794 3.377h-3.25a1.2 1.2 0 0 0-.588.154a1.2 1.2 0 0 0-.435.421a1.19 1.19 0 0 0-.034 1.168l5.766 10.859c.101.19.253.35.44.462a1.2 1.2 0 0 0 1.232 0a1.2 1.2 0 0 0 .44-.463l1.566-2.933l1.965 3.701c.691 1.302 2.564 1.304 3.258.004l8.983-16.818c.635-1.19-.232-2.623-1.585-2.623m-8.05 7.185l-3.874 7.253a.8.8 0 0 1-.293.308a.8.8 0 0 1-.82 0a.8.8 0 0 1-.292-.308L5.038 9.01a.79.79 0 0 1 .02-.778a.8.8 0 0 1 .29-.281a.8.8 0 0 1 .39-.103h7.731a.8.8 0 0 1 .381.1a.8.8 0 0 1 .282.273a.77.77 0 0 1 .02.758z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsVtex(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.203 1.793H4.28c-1.39 0-2.28 1.47-1.63 2.691l1.794 3.377h-3.25a1.2 1.2 0 0 0-.588.154a1.2 1.2 0 0 0-.435.421a1.19 1.19 0 0 0-.034 1.168l5.766 10.859c.101.19.253.35.44.462a1.2 1.2 0 0 0 1.232 0a1.2 1.2 0 0 0 .44-.463l1.566-2.933l1.965 3.701c.691 1.302 2.564 1.304 3.258.004l8.983-16.818c.635-1.19-.232-2.623-1.585-2.623m-8.05 7.185l-3.874 7.253a.8.8 0 0 1-.293.308a.8.8 0 0 1-.82 0a.8.8 0 0 1-.292-.308L5.038 9.01a.79.79 0 0 1 .02-.778a.8.8 0 0 1 .29-.281a.8.8 0 0 1 .39-.103h7.731a.8.8 0 0 1 .381.1a.8.8 0 0 1 .282.273a.77.77 0 0 1 .02.758z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.203 1.793H4.28c-1.39 0-2.28 1.47-1.63 2.691l1.794 3.377h-3.25a1.2 1.2 0 0 0-.588.154a1.2 1.2 0 0 0-.435.421a1.19 1.19 0 0 0-.034 1.168l5.766 10.859c.101.19.253.35.44.462a1.2 1.2 0 0 0 1.232 0a1.2 1.2 0 0 0 .44-.463l1.566-2.933l1.965 3.701c.691 1.302 2.564 1.304 3.258.004l8.983-16.818c.635-1.19-.232-2.623-1.585-2.623m-8.05 7.185l-3.874 7.253a.8.8 0 0 1-.293.308a.8.8 0 0 1-.82 0a.8.8 0 0 1-.292-.308L5.038 9.01a.79.79 0 0 1 .02-.778a.8.8 0 0 1 .29-.281a.8.8 0 0 1 .39-.103h7.731a.8.8 0 0 1 .381.1a.8.8 0 0 1 .282.273a.77.77 0 0 1 .02.758z"/></svg> </template>
CSS
.icon-vtex {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.203%201.793H4.28c-1.39%200-2.28%201.47-1.63%202.691l1.794%203.377h-3.25a1.2%201.2%200%200%200-.588.154a1.2%201.2%200%200%200-.435.421a1.19%201.19%200%200%200-.034%201.168l5.766%2010.859c.101.19.253.35.44.462a1.2%201.2%200%200%200%201.232%200a1.2%201.2%200%200%200%20.44-.463l1.566-2.933l1.965%203.701c.691%201.302%202.564%201.304%203.258.004l8.983-16.818c.635-1.19-.232-2.623-1.585-2.623m-8.05%207.185l-3.874%207.253a.8.8%200%200%201-.293.308a.8.8%200%200%201-.82%200a.8.8%200%200%201-.292-.308L5.038%209.01a.79.79%200%200%201%20.02-.778a.8.8%200%200%201%20.29-.281a.8.8%200%200%201%20.39-.103h7.731a.8.8%200%200%201%20.381.1a.8.8%200%200%201%20.282.273a.77.77%200%200%201%20.02.758z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.203%201.793H4.28c-1.39%200-2.28%201.47-1.63%202.691l1.794%203.377h-3.25a1.2%201.2%200%200%200-.588.154a1.2%201.2%200%200%200-.435.421a1.19%201.19%200%200%200-.034%201.168l5.766%2010.859c.101.19.253.35.44.462a1.2%201.2%200%200%200%201.232%200a1.2%201.2%200%200%200%20.44-.463l1.566-2.933l1.965%203.701c.691%201.302%202.564%201.304%203.258.004l8.983-16.818c.635-1.19-.232-2.623-1.585-2.623m-8.05%207.185l-3.874%207.253a.8.8%200%200%201-.293.308a.8.8%200%200%201-.82%200a.8.8%200%200%201-.292-.308L5.038%209.01a.79.79%200%200%201%20.02-.778a.8.8%200%200%201%20.29-.281a.8.8%200%200%201%20.39-.103h7.731a.8.8%200%200%201%20.381.1a.8.8%200%200%201%20.282.273a.77.77%200%200%201%20.02.758z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/vtex.svg?color=%231a73e8&size=48