chrome icon
chrome from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- chrome
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All chrome icons →chrome-filledAnt Design IconschromeBoxicons BrandschromeDeviconchromeFont Awesome 6 BrandschromeFont Awesome BrandschromeFeather IconschromeHuge IconschromeLine AwesomechromeSVG LogoschromeLucidechromeMaterial Icon Themechrome-fillMingCute IconchromeMyna UI IconschromeOpenMojichrome-fillRemix Iconchrome-outlineTeenyicons
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 22c5.52 0 10-4.48 10-10S17.52 2 12 2S2 6.48 2 12s4.48 10 10 10"/><path d="M12 16c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4m9.17-8c-3.02-.66-6.15-.66-9.17 0"/><path d="m3.95 6.06l.02.06C4.98 9.01 6.53 11.69 8.54 14m2.34 7.94c2.06-2.27 3.61-4.95 4.55-7.86l.03-.08"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconChrome(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M12 22c5.52 0 10-4.48 10-10S17.52 2 12 2S2 6.48 2 12s4.48 10 10 10"/><path d="M12 16c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4m9.17-8c-3.02-.66-6.15-.66-9.17 0"/><path d="m3.95 6.06l.02.06C4.98 9.01 6.53 11.69 8.54 14m2.34 7.94c2.06-2.27 3.61-4.95 4.55-7.86l.03-.08"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 22c5.52 0 10-4.48 10-10S17.52 2 12 2S2 6.48 2 12s4.48 10 10 10"/><path d="M12 16c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4m9.17-8c-3.02-.66-6.15-.66-9.17 0"/><path d="m3.95 6.06l.02.06C4.98 9.01 6.53 11.69 8.54 14m2.34 7.94c2.06-2.27 3.61-4.95 4.55-7.86l.03-.08"/></g></svg> </template>
CSS
.icon-chrome {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2022c5.52%200%2010-4.48%2010-10S17.52%202%2012%202S2%206.48%202%2012s4.48%2010%2010%2010%22%2F%3E%3Cpath%20d%3D%22M12%2016c2.21%200%204-1.79%204-4s-1.79-4-4-4s-4%201.79-4%204s1.79%204%204%204m9.17-8c-3.02-.66-6.15-.66-9.17%200%22%2F%3E%3Cpath%20d%3D%22m3.95%206.06l.02.06C4.98%209.01%206.53%2011.69%208.54%2014m2.34%207.94c2.06-2.27%203.61-4.95%204.55-7.86l.03-.08%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2022c5.52%200%2010-4.48%2010-10S17.52%202%2012%202S2%206.48%202%2012s4.48%2010%2010%2010%22%2F%3E%3Cpath%20d%3D%22M12%2016c2.21%200%204-1.79%204-4s-1.79-4-4-4s-4%201.79-4%204s1.79%204%204%204m9.17-8c-3.02-.66-6.15-.66-9.17%200%22%2F%3E%3Cpath%20d%3D%22m3.95%206.06l.02.06C4.98%209.01%206.53%2011.69%208.54%2014m2.34%207.94c2.06-2.27%203.61-4.95%204.55-7.86l.03-.08%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.svg?color=%231a73e8&size=48