volar logo
volar from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- volar
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×224
- License
- CC0
Use the volar logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 224"><defs><linearGradient id="SVGw8v50d0C" x1="105.885%" x2="-.485%" y1="16.567%" y2="62.101%"><stop offset="0%" stop-color="#7a85ec"/><stop offset="100%" stop-color="#3ddcff"/></linearGradient><path id="SVGqSYaKbhR" d="M110.204 12.886C71.297-14.28 21.28 8.106 0 20.072l99.384 168.085l92.185-157.935c-15.254 4.202-45.89 7.433-81.365-17.336"/></defs><path fill="url(#SVGw8v50d0C)" d="M134.247 220.01c-2.777 4.809-9.718 4.809-12.494 0L.977 10.82C-1.799 6.011 1.671 0 7.224 0h241.552c5.553 0 9.023 6.011 6.247 10.82z"/><g transform="translate(28.616 45.423)"><mask id="SVGeevAkcwP" fill="#fff"><use href="#SVGqSYaKbhR"/></mask><path fill="#001aff" d="M105.63 174.587c-2.776 4.81-9.717 4.81-12.493 0L-27.64-34.603c-2.777-4.808.694-10.82 6.247-10.82H220.16c5.553 0 9.023 6.012 6.246 10.82z" mask="url(#SVGeevAkcwP)"/></g></svg>
React
import type { SVGProps } from "react";
export function LogosVolar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 224"><defs><linearGradient id="SVGw8v50d0C" x1="105.885%" x2="-.485%" y1="16.567%" y2="62.101%"><stop offset="0%" stopColor="#7a85ec"/><stop offset="100%" stopColor="#3ddcff"/></linearGradient><path id="SVGqSYaKbhR" d="M110.204 12.886C71.297-14.28 21.28 8.106 0 20.072l99.384 168.085l92.185-157.935c-15.254 4.202-45.89 7.433-81.365-17.336"/></defs><path fill="url(#SVGw8v50d0C)" d="M134.247 220.01c-2.777 4.809-9.718 4.809-12.494 0L.977 10.82C-1.799 6.011 1.671 0 7.224 0h241.552c5.553 0 9.023 6.011 6.247 10.82z"/><g transform="translate(28.616 45.423)"><mask id="SVGeevAkcwP" fill="#fff"><use href="#SVGqSYaKbhR"/></mask><path fill="#001aff" d="M105.63 174.587c-2.776 4.81-9.717 4.81-12.493 0L-27.64-34.603c-2.777-4.808.694-10.82 6.247-10.82H220.16c5.553 0 9.023 6.012 6.246 10.82z" mask="url(#SVGeevAkcwP)"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 224"><defs><linearGradient id="SVGw8v50d0C" x1="105.885%" x2="-.485%" y1="16.567%" y2="62.101%"><stop offset="0%" stop-color="#7a85ec"/><stop offset="100%" stop-color="#3ddcff"/></linearGradient><path id="SVGqSYaKbhR" d="M110.204 12.886C71.297-14.28 21.28 8.106 0 20.072l99.384 168.085l92.185-157.935c-15.254 4.202-45.89 7.433-81.365-17.336"/></defs><path fill="url(#SVGw8v50d0C)" d="M134.247 220.01c-2.777 4.809-9.718 4.809-12.494 0L.977 10.82C-1.799 6.011 1.671 0 7.224 0h241.552c5.553 0 9.023 6.011 6.247 10.82z"/><g transform="translate(28.616 45.423)"><mask id="SVGeevAkcwP" fill="#fff"><use href="#SVGqSYaKbhR"/></mask><path fill="#001aff" d="M105.63 174.587c-2.776 4.81-9.717 4.81-12.493 0L-27.64-34.603c-2.777-4.808.694-10.82 6.247-10.82H220.16c5.553 0 9.023 6.012 6.246 10.82z" mask="url(#SVGeevAkcwP)"/></g></svg> </template>
CSS
.icon-volar {
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%20224%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGw8v50d0C%22%20x1%3D%22105.885%25%22%20x2%3D%22-.485%25%22%20y1%3D%2216.567%25%22%20y2%3D%2262.101%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%237a85ec%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%233ddcff%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22SVGqSYaKbhR%22%20d%3D%22M110.204%2012.886C71.297-14.28%2021.28%208.106%200%2020.072l99.384%20168.085l92.185-157.935c-15.254%204.202-45.89%207.433-81.365-17.336%22%2F%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGw8v50d0C)%22%20d%3D%22M134.247%20220.01c-2.777%204.809-9.718%204.809-12.494%200L.977%2010.82C-1.799%206.011%201.671%200%207.224%200h241.552c5.553%200%209.023%206.011%206.247%2010.82z%22%2F%3E%3Cg%20transform%3D%22translate(28.616%2045.423)%22%3E%3Cmask%20id%3D%22SVGeevAkcwP%22%20fill%3D%22%23fff%22%3E%3Cuse%20href%3D%22%23SVGqSYaKbhR%22%2F%3E%3C%2Fmask%3E%3Cpath%20fill%3D%22%23001aff%22%20d%3D%22M105.63%20174.587c-2.776%204.81-9.717%204.81-12.493%200L-27.64-34.603c-2.777-4.808.694-10.82%206.247-10.82H220.16c5.553%200%209.023%206.012%206.246%2010.82z%22%20mask%3D%22url(%23SVGeevAkcwP)%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%220%200%20256%20224%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGw8v50d0C%22%20x1%3D%22105.885%25%22%20x2%3D%22-.485%25%22%20y1%3D%2216.567%25%22%20y2%3D%2262.101%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%237a85ec%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%233ddcff%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22SVGqSYaKbhR%22%20d%3D%22M110.204%2012.886C71.297-14.28%2021.28%208.106%200%2020.072l99.384%20168.085l92.185-157.935c-15.254%204.202-45.89%207.433-81.365-17.336%22%2F%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGw8v50d0C)%22%20d%3D%22M134.247%20220.01c-2.777%204.809-9.718%204.809-12.494%200L.977%2010.82C-1.799%206.011%201.671%200%207.224%200h241.552c5.553%200%209.023%206.011%206.247%2010.82z%22%2F%3E%3Cg%20transform%3D%22translate(28.616%2045.423)%22%3E%3Cmask%20id%3D%22SVGeevAkcwP%22%20fill%3D%22%23fff%22%3E%3Cuse%20href%3D%22%23SVGqSYaKbhR%22%2F%3E%3C%2Fmask%3E%3Cpath%20fill%3D%22%23001aff%22%20d%3D%22M105.63%20174.587c-2.776%204.81-9.717%204.81-12.493%200L-27.64-34.603c-2.777-4.808.694-10.82%206.247-10.82H220.16c5.553%200%209.023%206.012%206.246%2010.82z%22%20mask%3D%22url(%23SVGeevAkcwP)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/volar.svg?color=%231a73e8&size=48