veepee logo
veepee from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- veepee
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the veepee logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.808 9.941a11.6 11.6 0 0 0-.872-3.51c.784-1.634 1.59-2.239 1.59-2.239s1.658 4.244.203 8.605c-.9 2.698-1.977 4.328-2.554 5.028c-.129.156-.243.205-.172.11c1.36-1.834 2.109-4.749 1.805-7.994m1.317 5.143c-.672.809-1.35 1.594-2.1 2.195c-.108.086-.176.08-.093-.011c2.653-2.896 5.536-9.314 1.8-15.64c0 0-1.477 1.02-2.69 3.134C15.846 2.922 14.106 1.379 11.94 0c0 0-5.479 6.107-3.056 14.954c-6.99.964-4.452 6.361-3.344 7.137c.052.037.096.018.025-.091c-.393-.603-1.491-2.71.773-4.732c1.215-1.084 3.761-1.367 3.761-1.367c-.579-4.248-.538-8.086 2.364-12.333c.371.246 4.616 2.112 4.776 8.396c.355 3.941-1.691 7.096-3.677 8.324c-3.519 1.888-7.468 2.814-10.901 3.619c-.291.069-.178.1.016.092c8.156-.343 15.407-4.011 18.195-7.512c.537-.673.777-1.414.415-1.824c-.361-.411-1.016.244-1.162.421"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsVeepee(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="M18.808 9.941a11.6 11.6 0 0 0-.872-3.51c.784-1.634 1.59-2.239 1.59-2.239s1.658 4.244.203 8.605c-.9 2.698-1.977 4.328-2.554 5.028c-.129.156-.243.205-.172.11c1.36-1.834 2.109-4.749 1.805-7.994m1.317 5.143c-.672.809-1.35 1.594-2.1 2.195c-.108.086-.176.08-.093-.011c2.653-2.896 5.536-9.314 1.8-15.64c0 0-1.477 1.02-2.69 3.134C15.846 2.922 14.106 1.379 11.94 0c0 0-5.479 6.107-3.056 14.954c-6.99.964-4.452 6.361-3.344 7.137c.052.037.096.018.025-.091c-.393-.603-1.491-2.71.773-4.732c1.215-1.084 3.761-1.367 3.761-1.367c-.579-4.248-.538-8.086 2.364-12.333c.371.246 4.616 2.112 4.776 8.396c.355 3.941-1.691 7.096-3.677 8.324c-3.519 1.888-7.468 2.814-10.901 3.619c-.291.069-.178.1.016.092c8.156-.343 15.407-4.011 18.195-7.512c.537-.673.777-1.414.415-1.824c-.361-.411-1.016.244-1.162.421"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.808 9.941a11.6 11.6 0 0 0-.872-3.51c.784-1.634 1.59-2.239 1.59-2.239s1.658 4.244.203 8.605c-.9 2.698-1.977 4.328-2.554 5.028c-.129.156-.243.205-.172.11c1.36-1.834 2.109-4.749 1.805-7.994m1.317 5.143c-.672.809-1.35 1.594-2.1 2.195c-.108.086-.176.08-.093-.011c2.653-2.896 5.536-9.314 1.8-15.64c0 0-1.477 1.02-2.69 3.134C15.846 2.922 14.106 1.379 11.94 0c0 0-5.479 6.107-3.056 14.954c-6.99.964-4.452 6.361-3.344 7.137c.052.037.096.018.025-.091c-.393-.603-1.491-2.71.773-4.732c1.215-1.084 3.761-1.367 3.761-1.367c-.579-4.248-.538-8.086 2.364-12.333c.371.246 4.616 2.112 4.776 8.396c.355 3.941-1.691 7.096-3.677 8.324c-3.519 1.888-7.468 2.814-10.901 3.619c-.291.069-.178.1.016.092c8.156-.343 15.407-4.011 18.195-7.512c.537-.673.777-1.414.415-1.824c-.361-.411-1.016.244-1.162.421"/></svg> </template>
CSS
.icon-veepee {
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%22M18.808%209.941a11.6%2011.6%200%200%200-.872-3.51c.784-1.634%201.59-2.239%201.59-2.239s1.658%204.244.203%208.605c-.9%202.698-1.977%204.328-2.554%205.028c-.129.156-.243.205-.172.11c1.36-1.834%202.109-4.749%201.805-7.994m1.317%205.143c-.672.809-1.35%201.594-2.1%202.195c-.108.086-.176.08-.093-.011c2.653-2.896%205.536-9.314%201.8-15.64c0%200-1.477%201.02-2.69%203.134C15.846%202.922%2014.106%201.379%2011.94%200c0%200-5.479%206.107-3.056%2014.954c-6.99.964-4.452%206.361-3.344%207.137c.052.037.096.018.025-.091c-.393-.603-1.491-2.71.773-4.732c1.215-1.084%203.761-1.367%203.761-1.367c-.579-4.248-.538-8.086%202.364-12.333c.371.246%204.616%202.112%204.776%208.396c.355%203.941-1.691%207.096-3.677%208.324c-3.519%201.888-7.468%202.814-10.901%203.619c-.291.069-.178.1.016.092c8.156-.343%2015.407-4.011%2018.195-7.512c.537-.673.777-1.414.415-1.824c-.361-.411-1.016.244-1.162.421%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%22M18.808%209.941a11.6%2011.6%200%200%200-.872-3.51c.784-1.634%201.59-2.239%201.59-2.239s1.658%204.244.203%208.605c-.9%202.698-1.977%204.328-2.554%205.028c-.129.156-.243.205-.172.11c1.36-1.834%202.109-4.749%201.805-7.994m1.317%205.143c-.672.809-1.35%201.594-2.1%202.195c-.108.086-.176.08-.093-.011c2.653-2.896%205.536-9.314%201.8-15.64c0%200-1.477%201.02-2.69%203.134C15.846%202.922%2014.106%201.379%2011.94%200c0%200-5.479%206.107-3.056%2014.954c-6.99.964-4.452%206.361-3.344%207.137c.052.037.096.018.025-.091c-.393-.603-1.491-2.71.773-4.732c1.215-1.084%203.761-1.367%203.761-1.367c-.579-4.248-.538-8.086%202.364-12.333c.371.246%204.616%202.112%204.776%208.396c.355%203.941-1.691%207.096-3.677%208.324c-3.519%201.888-7.468%202.814-10.901%203.619c-.291.069-.178.1.016.092c8.156-.343%2015.407-4.011%2018.195-7.512c.537-.673.777-1.414.415-1.824c-.361-.411-1.016.244-1.162.421%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/veepee.svg?color=%231a73e8&size=48