chrome icon

chrome-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
chrome-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All chrome icons →

More newicons icons from Reicon

Use the chrome icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.82 6.9a23 23 0 0 1 8.63-.24A9.98 9.98 0 0 0 12 2C8.89 2 6.11 3.42 4.27 5.65c.44 1.3 1 2.54 1.67 3.72c.38.68 1.35.65 1.74-.02a5 5 0 0 1 4.14-2.45m-4.1 7.821c-2-2.14-3.56-4.58-4.63-7.28a9.95 9.95 0 0 0 .34 9.64a9.98 9.98 0 0 0 7.1 4.76c.89-1.05 1.67-2.17 2.34-3.34c.39-.68-.14-1.49-.92-1.49c-1.67.01-3.28-.81-4.23-2.29"/><path d="M8.57 11.998c0 .61.15 1.18.46 1.72a3.44 3.44 0 0 0 2.96 1.71c1.22 0 2.36-.66 2.96-1.71c.31-.54.47-1.11.47-1.72c0-1.89-1.54-3.42-3.43-3.42c-1.88-.01-3.42 1.53-3.42 3.42"/><path d="M21.34 8.42a21.5 21.5 0 0 0-4.14-.47c-.79-.01-1.24.85-.85 1.54c.4.71.63 1.53.63 2.4c0 .84-.22 1.67-.63 2.41c-.94 2.88-2.34 5.44-4.19 7.7c5.45-.09 9.84-4.53 9.84-10c0-1.26-.23-2.47-.66-3.58"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconChromeFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.82 6.9a23 23 0 0 1 8.63-.24A9.98 9.98 0 0 0 12 2C8.89 2 6.11 3.42 4.27 5.65c.44 1.3 1 2.54 1.67 3.72c.38.68 1.35.65 1.74-.02a5 5 0 0 1 4.14-2.45m-4.1 7.821c-2-2.14-3.56-4.58-4.63-7.28a9.95 9.95 0 0 0 .34 9.64a9.98 9.98 0 0 0 7.1 4.76c.89-1.05 1.67-2.17 2.34-3.34c.39-.68-.14-1.49-.92-1.49c-1.67.01-3.28-.81-4.23-2.29"/><path d="M8.57 11.998c0 .61.15 1.18.46 1.72a3.44 3.44 0 0 0 2.96 1.71c1.22 0 2.36-.66 2.96-1.71c.31-.54.47-1.11.47-1.72c0-1.89-1.54-3.42-3.43-3.42c-1.88-.01-3.42 1.53-3.42 3.42"/><path d="M21.34 8.42a21.5 21.5 0 0 0-4.14-.47c-.79-.01-1.24.85-.85 1.54c.4.71.63 1.53.63 2.4c0 .84-.22 1.67-.63 2.41c-.94 2.88-2.34 5.44-4.19 7.7c5.45-.09 9.84-4.53 9.84-10c0-1.26-.23-2.47-.66-3.58"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.82 6.9a23 23 0 0 1 8.63-.24A9.98 9.98 0 0 0 12 2C8.89 2 6.11 3.42 4.27 5.65c.44 1.3 1 2.54 1.67 3.72c.38.68 1.35.65 1.74-.02a5 5 0 0 1 4.14-2.45m-4.1 7.821c-2-2.14-3.56-4.58-4.63-7.28a9.95 9.95 0 0 0 .34 9.64a9.98 9.98 0 0 0 7.1 4.76c.89-1.05 1.67-2.17 2.34-3.34c.39-.68-.14-1.49-.92-1.49c-1.67.01-3.28-.81-4.23-2.29"/><path d="M8.57 11.998c0 .61.15 1.18.46 1.72a3.44 3.44 0 0 0 2.96 1.71c1.22 0 2.36-.66 2.96-1.71c.31-.54.47-1.11.47-1.72c0-1.89-1.54-3.42-3.43-3.42c-1.88-.01-3.42 1.53-3.42 3.42"/><path d="M21.34 8.42a21.5 21.5 0 0 0-4.14-.47c-.79-.01-1.24.85-.85 1.54c.4.71.63 1.53.63 2.4c0 .84-.22 1.67-.63 2.41c-.94 2.88-2.34 5.44-4.19 7.7c5.45-.09 9.84-4.53 9.84-10c0-1.26-.23-2.47-.66-3.58"/></g></svg>
</template>

CSS

.icon-chrome-filled {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.82%206.9a23%2023%200%200%201%208.63-.24A9.98%209.98%200%200%200%2012%202C8.89%202%206.11%203.42%204.27%205.65c.44%201.3%201%202.54%201.67%203.72c.38.68%201.35.65%201.74-.02a5%205%200%200%201%204.14-2.45m-4.1%207.821c-2-2.14-3.56-4.58-4.63-7.28a9.95%209.95%200%200%200%20.34%209.64a9.98%209.98%200%200%200%207.1%204.76c.89-1.05%201.67-2.17%202.34-3.34c.39-.68-.14-1.49-.92-1.49c-1.67.01-3.28-.81-4.23-2.29%22%2F%3E%3Cpath%20d%3D%22M8.57%2011.998c0%20.61.15%201.18.46%201.72a3.44%203.44%200%200%200%202.96%201.71c1.22%200%202.36-.66%202.96-1.71c.31-.54.47-1.11.47-1.72c0-1.89-1.54-3.42-3.43-3.42c-1.88-.01-3.42%201.53-3.42%203.42%22%2F%3E%3Cpath%20d%3D%22M21.34%208.42a21.5%2021.5%200%200%200-4.14-.47c-.79-.01-1.24.85-.85%201.54c.4.71.63%201.53.63%202.4c0%20.84-.22%201.67-.63%202.41c-.94%202.88-2.34%205.44-4.19%207.7c5.45-.09%209.84-4.53%209.84-10c0-1.26-.23-2.47-.66-3.58%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.82%206.9a23%2023%200%200%201%208.63-.24A9.98%209.98%200%200%200%2012%202C8.89%202%206.11%203.42%204.27%205.65c.44%201.3%201%202.54%201.67%203.72c.38.68%201.35.65%201.74-.02a5%205%200%200%201%204.14-2.45m-4.1%207.821c-2-2.14-3.56-4.58-4.63-7.28a9.95%209.95%200%200%200%20.34%209.64a9.98%209.98%200%200%200%207.1%204.76c.89-1.05%201.67-2.17%202.34-3.34c.39-.68-.14-1.49-.92-1.49c-1.67.01-3.28-.81-4.23-2.29%22%2F%3E%3Cpath%20d%3D%22M8.57%2011.998c0%20.61.15%201.18.46%201.72a3.44%203.44%200%200%200%202.96%201.71c1.22%200%202.36-.66%202.96-1.71c.31-.54.47-1.11.47-1.72c0-1.89-1.54-3.42-3.43-3.42c-1.88-.01-3.42%201.53-3.42%203.42%22%2F%3E%3Cpath%20d%3D%22M21.34%208.42a21.5%2021.5%200%200%200-4.14-.47c-.79-.01-1.24.85-.85%201.54c.4.71.63%201.53.63%202.4c0%20.84-.22%201.67-.63%202.41c-.94%202.88-2.34%205.44-4.19%207.7c5.45-.09%209.84-4.53%209.84-10c0-1.26-.23-2.47-.66-3.58%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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