vivaldi logo
vivaldi from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- vivaldi
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the vivaldi logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C6.75 0 3.817 0 1.912 1.904C.007 3.81 0 6.75 0 12s0 8.175 1.912 10.08C3.825 23.985 6.75 24 12 24s8.183 0 10.088-1.904C23.993 20.19 24 17.25 24 12s0-8.175-1.912-10.08C20.175.015 17.25 0 12 0m-.168 3a9 9 0 0 1 6.49 2.648a9 9 0 0 1 0 12.704A9 9 0 1 1 11.832 3M7.568 7.496a1 1 0 0 0-.142.004A1.5 1.5 0 0 0 6.21 9.75l1.701 3c.93 1.582 1.839 3.202 2.791 4.822a1.42 1.42 0 0 0 1.41.75a1.5 1.5 0 0 0 1.223-.81l4.447-7.762A1.56 1.56 0 0 0 18 8.768a1.5 1.5 0 1 0-2.828.914a2.5 2.5 0 0 1 .256 1.119v.246a2.393 2.393 0 0 1-2.52 2.13a2.35 2.35 0 0 1-1.965-1.214c-.307-.51-.6-1.035-.9-1.553c-.42-.72-.826-1.41-1.246-2.16a1.43 1.43 0 0 0-1.229-.754"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsVivaldi(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="M12 0C6.75 0 3.817 0 1.912 1.904C.007 3.81 0 6.75 0 12s0 8.175 1.912 10.08C3.825 23.985 6.75 24 12 24s8.183 0 10.088-1.904C23.993 20.19 24 17.25 24 12s0-8.175-1.912-10.08C20.175.015 17.25 0 12 0m-.168 3a9 9 0 0 1 6.49 2.648a9 9 0 0 1 0 12.704A9 9 0 1 1 11.832 3M7.568 7.496a1 1 0 0 0-.142.004A1.5 1.5 0 0 0 6.21 9.75l1.701 3c.93 1.582 1.839 3.202 2.791 4.822a1.42 1.42 0 0 0 1.41.75a1.5 1.5 0 0 0 1.223-.81l4.447-7.762A1.56 1.56 0 0 0 18 8.768a1.5 1.5 0 1 0-2.828.914a2.5 2.5 0 0 1 .256 1.119v.246a2.393 2.393 0 0 1-2.52 2.13a2.35 2.35 0 0 1-1.965-1.214c-.307-.51-.6-1.035-.9-1.553c-.42-.72-.826-1.41-1.246-2.16a1.43 1.43 0 0 0-1.229-.754"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C6.75 0 3.817 0 1.912 1.904C.007 3.81 0 6.75 0 12s0 8.175 1.912 10.08C3.825 23.985 6.75 24 12 24s8.183 0 10.088-1.904C23.993 20.19 24 17.25 24 12s0-8.175-1.912-10.08C20.175.015 17.25 0 12 0m-.168 3a9 9 0 0 1 6.49 2.648a9 9 0 0 1 0 12.704A9 9 0 1 1 11.832 3M7.568 7.496a1 1 0 0 0-.142.004A1.5 1.5 0 0 0 6.21 9.75l1.701 3c.93 1.582 1.839 3.202 2.791 4.822a1.42 1.42 0 0 0 1.41.75a1.5 1.5 0 0 0 1.223-.81l4.447-7.762A1.56 1.56 0 0 0 18 8.768a1.5 1.5 0 1 0-2.828.914a2.5 2.5 0 0 1 .256 1.119v.246a2.393 2.393 0 0 1-2.52 2.13a2.35 2.35 0 0 1-1.965-1.214c-.307-.51-.6-1.035-.9-1.553c-.42-.72-.826-1.41-1.246-2.16a1.43 1.43 0 0 0-1.229-.754"/></svg> </template>
CSS
.icon-vivaldi {
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%22M12%200C6.75%200%203.817%200%201.912%201.904C.007%203.81%200%206.75%200%2012s0%208.175%201.912%2010.08C3.825%2023.985%206.75%2024%2012%2024s8.183%200%2010.088-1.904C23.993%2020.19%2024%2017.25%2024%2012s0-8.175-1.912-10.08C20.175.015%2017.25%200%2012%200m-.168%203a9%209%200%200%201%206.49%202.648a9%209%200%200%201%200%2012.704A9%209%200%201%201%2011.832%203M7.568%207.496a1%201%200%200%200-.142.004A1.5%201.5%200%200%200%206.21%209.75l1.701%203c.93%201.582%201.839%203.202%202.791%204.822a1.42%201.42%200%200%200%201.41.75a1.5%201.5%200%200%200%201.223-.81l4.447-7.762A1.56%201.56%200%200%200%2018%208.768a1.5%201.5%200%201%200-2.828.914a2.5%202.5%200%200%201%20.256%201.119v.246a2.393%202.393%200%200%201-2.52%202.13a2.35%202.35%200%200%201-1.965-1.214c-.307-.51-.6-1.035-.9-1.553c-.42-.72-.826-1.41-1.246-2.16a1.43%201.43%200%200%200-1.229-.754%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%22M12%200C6.75%200%203.817%200%201.912%201.904C.007%203.81%200%206.75%200%2012s0%208.175%201.912%2010.08C3.825%2023.985%206.75%2024%2012%2024s8.183%200%2010.088-1.904C23.993%2020.19%2024%2017.25%2024%2012s0-8.175-1.912-10.08C20.175.015%2017.25%200%2012%200m-.168%203a9%209%200%200%201%206.49%202.648a9%209%200%200%201%200%2012.704A9%209%200%201%201%2011.832%203M7.568%207.496a1%201%200%200%200-.142.004A1.5%201.5%200%200%200%206.21%209.75l1.701%203c.93%201.582%201.839%203.202%202.791%204.822a1.42%201.42%200%200%200%201.41.75a1.5%201.5%200%200%200%201.223-.81l4.447-7.762A1.56%201.56%200%200%200%2018%208.768a1.5%201.5%200%201%200-2.828.914a2.5%202.5%200%200%201%20.256%201.119v.246a2.393%202.393%200%200%201-2.52%202.13a2.35%202.35%200%200%201-1.965-1.214c-.307-.51-.6-1.035-.9-1.553c-.42-.72-.826-1.41-1.246-2.16a1.43%201.43%200%200%200-1.229-.754%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/vivaldi.svg?color=%231a73e8&size=48