googlelens logo
googlelens from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- googlelens
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the googlelens logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 17.333q-1.667 0-2.833-1.166Q8 15 8 13.333q0-1.666 1.167-2.833Q10.333 9.333 12 9.333t2.833 1.167T16 13.333t-1.167 2.834Q13.667 17.333 12 17.333m8 5.334q-1.1 0-1.883-.784q-.784-.783-.784-1.883t.784-1.883T20 17.333t1.883.784q.784.783.784 1.883t-.784 1.883t-1.883.784M5.333 24q-2.2 0-3.766-1.567Q0 20.867 0 18.667V16h2.667v2.667q0 1.1.783 1.883t1.883.783H12V24Zm16-10.667V8q0-1.1-.783-1.883q-.783-.784-1.883-.784H5.333q-1.1 0-1.883.784Q2.667 6.9 2.667 8v4H0V8q0-2.2 1.567-3.767t3.766-1.566H8L9.333 0h5.334L16 2.667h2.667q2.2 0 3.766 1.566Q24 5.8 24 8v5.333z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsGooglelens(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="M12 17.333q-1.667 0-2.833-1.166Q8 15 8 13.333q0-1.666 1.167-2.833Q10.333 9.333 12 9.333t2.833 1.167T16 13.333t-1.167 2.834Q13.667 17.333 12 17.333m8 5.334q-1.1 0-1.883-.784q-.784-.783-.784-1.883t.784-1.883T20 17.333t1.883.784q.784.783.784 1.883t-.784 1.883t-1.883.784M5.333 24q-2.2 0-3.766-1.567Q0 20.867 0 18.667V16h2.667v2.667q0 1.1.783 1.883t1.883.783H12V24Zm16-10.667V8q0-1.1-.783-1.883q-.783-.784-1.883-.784H5.333q-1.1 0-1.883.784Q2.667 6.9 2.667 8v4H0V8q0-2.2 1.567-3.767t3.766-1.566H8L9.333 0h5.334L16 2.667h2.667q2.2 0 3.766 1.566Q24 5.8 24 8v5.333z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 17.333q-1.667 0-2.833-1.166Q8 15 8 13.333q0-1.666 1.167-2.833Q10.333 9.333 12 9.333t2.833 1.167T16 13.333t-1.167 2.834Q13.667 17.333 12 17.333m8 5.334q-1.1 0-1.883-.784q-.784-.783-.784-1.883t.784-1.883T20 17.333t1.883.784q.784.783.784 1.883t-.784 1.883t-1.883.784M5.333 24q-2.2 0-3.766-1.567Q0 20.867 0 18.667V16h2.667v2.667q0 1.1.783 1.883t1.883.783H12V24Zm16-10.667V8q0-1.1-.783-1.883q-.783-.784-1.883-.784H5.333q-1.1 0-1.883.784Q2.667 6.9 2.667 8v4H0V8q0-2.2 1.567-3.767t3.766-1.566H8L9.333 0h5.334L16 2.667h2.667q2.2 0 3.766 1.566Q24 5.8 24 8v5.333z"/></svg> </template>
CSS
.icon-googlelens {
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%22M12%2017.333q-1.667%200-2.833-1.166Q8%2015%208%2013.333q0-1.666%201.167-2.833Q10.333%209.333%2012%209.333t2.833%201.167T16%2013.333t-1.167%202.834Q13.667%2017.333%2012%2017.333m8%205.334q-1.1%200-1.883-.784q-.784-.783-.784-1.883t.784-1.883T20%2017.333t1.883.784q.784.783.784%201.883t-.784%201.883t-1.883.784M5.333%2024q-2.2%200-3.766-1.567Q0%2020.867%200%2018.667V16h2.667v2.667q0%201.1.783%201.883t1.883.783H12V24Zm16-10.667V8q0-1.1-.783-1.883q-.783-.784-1.883-.784H5.333q-1.1%200-1.883.784Q2.667%206.9%202.667%208v4H0V8q0-2.2%201.567-3.767t3.766-1.566H8L9.333%200h5.334L16%202.667h2.667q2.2%200%203.766%201.566Q24%205.8%2024%208v5.333z%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%22M12%2017.333q-1.667%200-2.833-1.166Q8%2015%208%2013.333q0-1.666%201.167-2.833Q10.333%209.333%2012%209.333t2.833%201.167T16%2013.333t-1.167%202.834Q13.667%2017.333%2012%2017.333m8%205.334q-1.1%200-1.883-.784q-.784-.783-.784-1.883t.784-1.883T20%2017.333t1.883.784q.784.783.784%201.883t-.784%201.883t-1.883.784M5.333%2024q-2.2%200-3.766-1.567Q0%2020.867%200%2018.667V16h2.667v2.667q0%201.1.783%201.883t1.883.783H12V24Zm16-10.667V8q0-1.1-.783-1.883q-.783-.784-1.883-.784H5.333q-1.1%200-1.883.784Q2.667%206.9%202.667%208v4H0V8q0-2.2%201.567-3.767t3.766-1.566H8L9.333%200h5.334L16%202.667h2.667q2.2%200%203.766%201.566Q24%205.8%2024%208v5.333z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/googlelens.svg?color=%231a73e8&size=48