v8 from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
v8
Set
Simple Icons
Style
Brand
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M6.832 6q0-.242.023-.479c.019-.207.07-.401.112-.599l-.694-1.377H0l2.182 3.818h1.527l2.097 3.98a6.5 6.5 0 0 1 1.727-2.745A5.1 5.1 0 0 1 6.832 6m3.533 13.663L12 22.637l1.637-2.975c-.535.138-1.079.234-1.637.234s-1.101-.096-1.635-.233m7.363-16.118l-.717 1.258c.056.238.112.476.134.726a5.15 5.15 0 0 1-.677 3.07a6.6 6.6 0 0 1 1.727 2.746l2.097-3.981h1.527L24 3.545zm.118 8.462a6 6 0 0 0-2.073-3.31A4.64 4.64 0 0 0 12 1.363A4.635 4.635 0 0 0 7.363 6a4.62 4.62 0 0 0 .865 2.697A5.99 5.99 0 0 0 6 13.363a6.01 6.01 0 0 0 3.814 5.592a6.02 6.02 0 0 0 4.375-.003a6.006 6.006 0 0 0 3.657-6.945M12 4.227c1.129 0 2.046.917 2.046 2.045a2.046 2.046 0 0 1-4.092 0c0-1.128.918-2.045 2.046-2.045m0 11.456a2.32 2.32 0 0 1 0-4.637c1.282 0 2.318 1.037 2.318 2.318S13.282 15.683 12 15.683"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsV8(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="M6.832 6q0-.242.023-.479c.019-.207.07-.401.112-.599l-.694-1.377H0l2.182 3.818h1.527l2.097 3.98a6.5 6.5 0 0 1 1.727-2.745A5.1 5.1 0 0 1 6.832 6m3.533 13.663L12 22.637l1.637-2.975c-.535.138-1.079.234-1.637.234s-1.101-.096-1.635-.233m7.363-16.118l-.717 1.258c.056.238.112.476.134.726a5.15 5.15 0 0 1-.677 3.07a6.6 6.6 0 0 1 1.727 2.746l2.097-3.981h1.527L24 3.545zm.118 8.462a6 6 0 0 0-2.073-3.31A4.64 4.64 0 0 0 12 1.363A4.635 4.635 0 0 0 7.363 6a4.62 4.62 0 0 0 .865 2.697A5.99 5.99 0 0 0 6 13.363a6.01 6.01 0 0 0 3.814 5.592a6.02 6.02 0 0 0 4.375-.003a6.006 6.006 0 0 0 3.657-6.945M12 4.227c1.129 0 2.046.917 2.046 2.045a2.046 2.046 0 0 1-4.092 0c0-1.128.918-2.045 2.046-2.045m0 11.456a2.32 2.32 0 0 1 0-4.637c1.282 0 2.318 1.037 2.318 2.318S13.282 15.683 12 15.683"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.832 6q0-.242.023-.479c.019-.207.07-.401.112-.599l-.694-1.377H0l2.182 3.818h1.527l2.097 3.98a6.5 6.5 0 0 1 1.727-2.745A5.1 5.1 0 0 1 6.832 6m3.533 13.663L12 22.637l1.637-2.975c-.535.138-1.079.234-1.637.234s-1.101-.096-1.635-.233m7.363-16.118l-.717 1.258c.056.238.112.476.134.726a5.15 5.15 0 0 1-.677 3.07a6.6 6.6 0 0 1 1.727 2.746l2.097-3.981h1.527L24 3.545zm.118 8.462a6 6 0 0 0-2.073-3.31A4.64 4.64 0 0 0 12 1.363A4.635 4.635 0 0 0 7.363 6a4.62 4.62 0 0 0 .865 2.697A5.99 5.99 0 0 0 6 13.363a6.01 6.01 0 0 0 3.814 5.592a6.02 6.02 0 0 0 4.375-.003a6.006 6.006 0 0 0 3.657-6.945M12 4.227c1.129 0 2.046.917 2.046 2.045a2.046 2.046 0 0 1-4.092 0c0-1.128.918-2.045 2.046-2.045m0 11.456a2.32 2.32 0 0 1 0-4.637c1.282 0 2.318 1.037 2.318 2.318S13.282 15.683 12 15.683"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.832%206q0-.242.023-.479c.019-.207.07-.401.112-.599l-.694-1.377H0l2.182%203.818h1.527l2.097%203.98a6.5%206.5%200%200%201%201.727-2.745A5.1%205.1%200%200%201%206.832%206m3.533%2013.663L12%2022.637l1.637-2.975c-.535.138-1.079.234-1.637.234s-1.101-.096-1.635-.233m7.363-16.118l-.717%201.258c.056.238.112.476.134.726a5.15%205.15%200%200%201-.677%203.07a6.6%206.6%200%200%201%201.727%202.746l2.097-3.981h1.527L24%203.545zm.118%208.462a6%206%200%200%200-2.073-3.31A4.64%204.64%200%200%200%2012%201.363A4.635%204.635%200%200%200%207.363%206a4.62%204.62%200%200%200%20.865%202.697A5.99%205.99%200%200%200%206%2013.363a6.01%206.01%200%200%200%203.814%205.592a6.02%206.02%200%200%200%204.375-.003a6.006%206.006%200%200%200%203.657-6.945M12%204.227c1.129%200%202.046.917%202.046%202.045a2.046%202.046%200%200%201-4.092%200c0-1.128.918-2.045%202.046-2.045m0%2011.456a2.32%202.32%200%200%201%200-4.637c1.282%200%202.318%201.037%202.318%202.318S13.282%2015.683%2012%2015.683%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%22M6.832%206q0-.242.023-.479c.019-.207.07-.401.112-.599l-.694-1.377H0l2.182%203.818h1.527l2.097%203.98a6.5%206.5%200%200%201%201.727-2.745A5.1%205.1%200%200%201%206.832%206m3.533%2013.663L12%2022.637l1.637-2.975c-.535.138-1.079.234-1.637.234s-1.101-.096-1.635-.233m7.363-16.118l-.717%201.258c.056.238.112.476.134.726a5.15%205.15%200%200%201-.677%203.07a6.6%206.6%200%200%201%201.727%202.746l2.097-3.981h1.527L24%203.545zm.118%208.462a6%206%200%200%200-2.073-3.31A4.64%204.64%200%200%200%2012%201.363A4.635%204.635%200%200%200%207.363%206a4.62%204.62%200%200%200%20.865%202.697A5.99%205.99%200%200%200%206%2013.363a6.01%206.01%200%200%200%203.814%205.592a6.02%206.02%200%200%200%204.375-.003a6.006%206.006%200%200%200%203.657-6.945M12%204.227c1.129%200%202.046.917%202.046%202.045a2.046%202.046%200%200%201-4.092%200c0-1.128.918-2.045%202.046-2.045m0%2011.456a2.32%202.32%200%200%201%200-4.637c1.282%200%202.318%201.037%202.318%202.318S13.282%2015.683%2012%2015.683%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/v8.svg?color=%231a73e8&size=48