chrome icon
chrome-solid from Teenyicons by smhmd · Solid · MIT Free for personal and commercial use.
- Name
- chrome-solid
- Set
- Teenyicons
- Style
- Solid
- Viewbox
- 15×15
- License
- MIT
1 other variant in Teenyicons
The same icon in other sets
Use the chrome icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M2.503 1.907A7.47 7.47 0 0 1 7.5 0a7.5 7.5 0 0 1 6.635 4H7.5a3.5 3.5 0 0 0-3.23 2.149z"/><path fill="currentColor" d="M1.745 2.69a7.503 7.503 0 0 0 3.41 11.937l2.812-3.658Q7.737 11 7.5 11a3.5 3.5 0 0 1-3.412-2.716a.5.5 0 0 1-.05-.092z"/><path fill="currentColor" d="M6.215 14.89Q6.842 15 7.5 15a7.5 7.5 0 0 0 7.072-10.005L14.5 5H9.95A3.5 3.5 0 0 1 11 7.5a3.5 3.5 0 0 1-.953 2.405z"/><path fill="currentColor" d="M5 7.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0"/></svg>
React
import type { SVGProps } from "react";
export function TeenyiconsChromeSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M2.503 1.907A7.47 7.47 0 0 1 7.5 0a7.5 7.5 0 0 1 6.635 4H7.5a3.5 3.5 0 0 0-3.23 2.149z"/><path fill="currentColor" d="M1.745 2.69a7.503 7.503 0 0 0 3.41 11.937l2.812-3.658Q7.737 11 7.5 11a3.5 3.5 0 0 1-3.412-2.716a.5.5 0 0 1-.05-.092z"/><path fill="currentColor" d="M6.215 14.89Q6.842 15 7.5 15a7.5 7.5 0 0 0 7.072-10.005L14.5 5H9.95A3.5 3.5 0 0 1 11 7.5a3.5 3.5 0 0 1-.953 2.405z"/><path fill="currentColor" d="M5 7.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M2.503 1.907A7.47 7.47 0 0 1 7.5 0a7.5 7.5 0 0 1 6.635 4H7.5a3.5 3.5 0 0 0-3.23 2.149z"/><path fill="currentColor" d="M1.745 2.69a7.503 7.503 0 0 0 3.41 11.937l2.812-3.658Q7.737 11 7.5 11a3.5 3.5 0 0 1-3.412-2.716a.5.5 0 0 1-.05-.092z"/><path fill="currentColor" d="M6.215 14.89Q6.842 15 7.5 15a7.5 7.5 0 0 0 7.072-10.005L14.5 5H9.95A3.5 3.5 0 0 1 11 7.5a3.5 3.5 0 0 1-.953 2.405z"/><path fill="currentColor" d="M5 7.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0"/></svg> </template>
CSS
.icon-chrome-solid {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.503%201.907A7.47%207.47%200%200%201%207.5%200a7.5%207.5%200%200%201%206.635%204H7.5a3.5%203.5%200%200%200-3.23%202.149z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.745%202.69a7.503%207.503%200%200%200%203.41%2011.937l2.812-3.658Q7.737%2011%207.5%2011a3.5%203.5%200%200%201-3.412-2.716a.5.5%200%200%201-.05-.092z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.215%2014.89Q6.842%2015%207.5%2015a7.5%207.5%200%200%200%207.072-10.005L14.5%205H9.95A3.5%203.5%200%200%201%2011%207.5a3.5%203.5%200%200%201-.953%202.405z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%207.5a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.503%201.907A7.47%207.47%200%200%201%207.5%200a7.5%207.5%200%200%201%206.635%204H7.5a3.5%203.5%200%200%200-3.23%202.149z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.745%202.69a7.503%207.503%200%200%200%203.41%2011.937l2.812-3.658Q7.737%2011%207.5%2011a3.5%203.5%200%200%201-3.412-2.716a.5.5%200%200%201-.05-.092z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.215%2014.89Q6.842%2015%207.5%2015a7.5%207.5%200%200%200%207.072-10.005L14.5%205H9.95A3.5%203.5%200%200%201%2011%207.5a3.5%203.5%200%200%201-.953%202.405z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%207.5a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/teenyicons/chrome-solid.svg?color=%231a73e8&size=48