v8 logo
v8 from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- v8
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the v8 logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.109 8q0-.32.031-.64c.027-.277.095-.532.152-.797L8.364 4.73H0l2.912 5.088h2.036l2.792 5.308a8.7 8.7 0 0 1 2.301-3.661a6.8 6.8 0 0 1-.932-3.464zm4.708 18.219L16 30.183l2.183-3.969c-.713.188-1.437.313-2.183.313s-1.469-.125-2.183-.308m9.819-21.49l-.953 1.677c.072.312.145.629.177.963a6.87 6.87 0 0 1-.901 4.095a8.75 8.75 0 0 1 2.301 3.661l2.797-5.308h2.036L32 4.729zm.161 11.282a8.05 8.05 0 0 0-2.767-4.417c2.917-4.088-.004-9.771-5.031-9.776a6.181 6.181 0 0 0-5.031 9.776a8 8 0 0 0-2.969 6.224a8.01 8.01 0 0 0 5.083 7.453a8.03 8.03 0 0 0 5.835 0a8.015 8.015 0 0 0 4.88-9.26M16 5.636a2.73 2.73 0 0 1 2.729 2.728c0 3.636-5.459 3.636-5.459 0a2.73 2.73 0 0 1 2.729-2.728zm0 15.276c-3.973-.147-3.973-6.043 0-6.183a3.085 3.085 0 0 1 3.088 3.088A3.09 3.09 0 0 1 16 20.912"/></svg>
React
import type { SVGProps } from "react";
export function CibV8(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.109 8q0-.32.031-.64c.027-.277.095-.532.152-.797L8.364 4.73H0l2.912 5.088h2.036l2.792 5.308a8.7 8.7 0 0 1 2.301-3.661a6.8 6.8 0 0 1-.932-3.464zm4.708 18.219L16 30.183l2.183-3.969c-.713.188-1.437.313-2.183.313s-1.469-.125-2.183-.308m9.819-21.49l-.953 1.677c.072.312.145.629.177.963a6.87 6.87 0 0 1-.901 4.095a8.75 8.75 0 0 1 2.301 3.661l2.797-5.308h2.036L32 4.729zm.161 11.282a8.05 8.05 0 0 0-2.767-4.417c2.917-4.088-.004-9.771-5.031-9.776a6.181 6.181 0 0 0-5.031 9.776a8 8 0 0 0-2.969 6.224a8.01 8.01 0 0 0 5.083 7.453a8.03 8.03 0 0 0 5.835 0a8.015 8.015 0 0 0 4.88-9.26M16 5.636a2.73 2.73 0 0 1 2.729 2.728c0 3.636-5.459 3.636-5.459 0a2.73 2.73 0 0 1 2.729-2.728zm0 15.276c-3.973-.147-3.973-6.043 0-6.183a3.085 3.085 0 0 1 3.088 3.088A3.09 3.09 0 0 1 16 20.912"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.109 8q0-.32.031-.64c.027-.277.095-.532.152-.797L8.364 4.73H0l2.912 5.088h2.036l2.792 5.308a8.7 8.7 0 0 1 2.301-3.661a6.8 6.8 0 0 1-.932-3.464zm4.708 18.219L16 30.183l2.183-3.969c-.713.188-1.437.313-2.183.313s-1.469-.125-2.183-.308m9.819-21.49l-.953 1.677c.072.312.145.629.177.963a6.87 6.87 0 0 1-.901 4.095a8.75 8.75 0 0 1 2.301 3.661l2.797-5.308h2.036L32 4.729zm.161 11.282a8.05 8.05 0 0 0-2.767-4.417c2.917-4.088-.004-9.771-5.031-9.776a6.181 6.181 0 0 0-5.031 9.776a8 8 0 0 0-2.969 6.224a8.01 8.01 0 0 0 5.083 7.453a8.03 8.03 0 0 0 5.835 0a8.015 8.015 0 0 0 4.88-9.26M16 5.636a2.73 2.73 0 0 1 2.729 2.728c0 3.636-5.459 3.636-5.459 0a2.73 2.73 0 0 1 2.729-2.728zm0 15.276c-3.973-.147-3.973-6.043 0-6.183a3.085 3.085 0 0 1 3.088 3.088A3.09 3.09 0 0 1 16 20.912"/></svg> </template>
CSS
.icon-v8 {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.109%208q0-.32.031-.64c.027-.277.095-.532.152-.797L8.364%204.73H0l2.912%205.088h2.036l2.792%205.308a8.7%208.7%200%200%201%202.301-3.661a6.8%206.8%200%200%201-.932-3.464zm4.708%2018.219L16%2030.183l2.183-3.969c-.713.188-1.437.313-2.183.313s-1.469-.125-2.183-.308m9.819-21.49l-.953%201.677c.072.312.145.629.177.963a6.87%206.87%200%200%201-.901%204.095a8.75%208.75%200%200%201%202.301%203.661l2.797-5.308h2.036L32%204.729zm.161%2011.282a8.05%208.05%200%200%200-2.767-4.417c2.917-4.088-.004-9.771-5.031-9.776a6.181%206.181%200%200%200-5.031%209.776a8%208%200%200%200-2.969%206.224a8.01%208.01%200%200%200%205.083%207.453a8.03%208.03%200%200%200%205.835%200a8.015%208.015%200%200%200%204.88-9.26M16%205.636a2.73%202.73%200%200%201%202.729%202.728c0%203.636-5.459%203.636-5.459%200a2.73%202.73%200%200%201%202.729-2.728zm0%2015.276c-3.973-.147-3.973-6.043%200-6.183a3.085%203.085%200%200%201%203.088%203.088A3.09%203.09%200%200%201%2016%2020.912%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.109%208q0-.32.031-.64c.027-.277.095-.532.152-.797L8.364%204.73H0l2.912%205.088h2.036l2.792%205.308a8.7%208.7%200%200%201%202.301-3.661a6.8%206.8%200%200%201-.932-3.464zm4.708%2018.219L16%2030.183l2.183-3.969c-.713.188-1.437.313-2.183.313s-1.469-.125-2.183-.308m9.819-21.49l-.953%201.677c.072.312.145.629.177.963a6.87%206.87%200%200%201-.901%204.095a8.75%208.75%200%200%201%202.301%203.661l2.797-5.308h2.036L32%204.729zm.161%2011.282a8.05%208.05%200%200%200-2.767-4.417c2.917-4.088-.004-9.771-5.031-9.776a6.181%206.181%200%200%200-5.031%209.776a8%208%200%200%200-2.969%206.224a8.01%208.01%200%200%200%205.083%207.453a8.03%208.03%200%200%200%205.835%200a8.015%208.015%200%200%200%204.88-9.26M16%205.636a2.73%202.73%200%200%201%202.729%202.728c0%203.636-5.459%203.636-5.459%200a2.73%202.73%200%200%201%202.729-2.728zm0%2015.276c-3.973-.147-3.973-6.043%200-6.183a3.085%203.085%200%200%201%203.088%203.088A3.09%203.09%200%200%201%2016%2020.912%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/v8.svg?color=%231a73e8&size=48