quicklook logo
quicklook from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- quicklook
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the quicklook logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.682 19.189l-.002-.002l-3.07-3.068a7.03 7.03 0 0 0 1.332-4.12a7.07 7.07 0 0 0-7.068-7.067V1.037A1.04 1.04 0 0 0 12.653.016L1.67 1.965a.83.83 0 0 0-.687.818v18.434c0 .403.29.748.687.818l10.982 1.949a1.04 1.04 0 0 0 1.22-1.022v-3.894a7.03 7.03 0 0 0 4.12-1.332l3.069 3.07c.446.446 1.17.447 1.617 0h.001c.447-.447.448-1.17.002-1.617zm-8.808-.62a6.576 6.576 0 0 1-6.569-6.57a6.576 6.576 0 0 1 6.569-6.567A6.576 6.576 0 0 1 20.442 12a6.576 6.576 0 0 1-6.568 6.568zm5.28-6.57a5.287 5.287 0 0 1-5.28 5.282c-2.913 0-5.282-2.369-5.282-5.28s2.37-5.282 5.282-5.282a5.287 5.287 0 0 1 5.28 5.28"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsQuicklook(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="m22.682 19.189l-.002-.002l-3.07-3.068a7.03 7.03 0 0 0 1.332-4.12a7.07 7.07 0 0 0-7.068-7.067V1.037A1.04 1.04 0 0 0 12.653.016L1.67 1.965a.83.83 0 0 0-.687.818v18.434c0 .403.29.748.687.818l10.982 1.949a1.04 1.04 0 0 0 1.22-1.022v-3.894a7.03 7.03 0 0 0 4.12-1.332l3.069 3.07c.446.446 1.17.447 1.617 0h.001c.447-.447.448-1.17.002-1.617zm-8.808-.62a6.576 6.576 0 0 1-6.569-6.57a6.576 6.576 0 0 1 6.569-6.567A6.576 6.576 0 0 1 20.442 12a6.576 6.576 0 0 1-6.568 6.568zm5.28-6.57a5.287 5.287 0 0 1-5.28 5.282c-2.913 0-5.282-2.369-5.282-5.28s2.37-5.282 5.282-5.282a5.287 5.287 0 0 1 5.28 5.28"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.682 19.189l-.002-.002l-3.07-3.068a7.03 7.03 0 0 0 1.332-4.12a7.07 7.07 0 0 0-7.068-7.067V1.037A1.04 1.04 0 0 0 12.653.016L1.67 1.965a.83.83 0 0 0-.687.818v18.434c0 .403.29.748.687.818l10.982 1.949a1.04 1.04 0 0 0 1.22-1.022v-3.894a7.03 7.03 0 0 0 4.12-1.332l3.069 3.07c.446.446 1.17.447 1.617 0h.001c.447-.447.448-1.17.002-1.617zm-8.808-.62a6.576 6.576 0 0 1-6.569-6.57a6.576 6.576 0 0 1 6.569-6.567A6.576 6.576 0 0 1 20.442 12a6.576 6.576 0 0 1-6.568 6.568zm5.28-6.57a5.287 5.287 0 0 1-5.28 5.282c-2.913 0-5.282-2.369-5.282-5.28s2.37-5.282 5.282-5.282a5.287 5.287 0 0 1 5.28 5.28"/></svg> </template>
CSS
.icon-quicklook {
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%22m22.682%2019.189l-.002-.002l-3.07-3.068a7.03%207.03%200%200%200%201.332-4.12a7.07%207.07%200%200%200-7.068-7.067V1.037A1.04%201.04%200%200%200%2012.653.016L1.67%201.965a.83.83%200%200%200-.687.818v18.434c0%20.403.29.748.687.818l10.982%201.949a1.04%201.04%200%200%200%201.22-1.022v-3.894a7.03%207.03%200%200%200%204.12-1.332l3.069%203.07c.446.446%201.17.447%201.617%200h.001c.447-.447.448-1.17.002-1.617zm-8.808-.62a6.576%206.576%200%200%201-6.569-6.57a6.576%206.576%200%200%201%206.569-6.567A6.576%206.576%200%200%201%2020.442%2012a6.576%206.576%200%200%201-6.568%206.568zm5.28-6.57a5.287%205.287%200%200%201-5.28%205.282c-2.913%200-5.282-2.369-5.282-5.28s2.37-5.282%205.282-5.282a5.287%205.287%200%200%201%205.28%205.28%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%22m22.682%2019.189l-.002-.002l-3.07-3.068a7.03%207.03%200%200%200%201.332-4.12a7.07%207.07%200%200%200-7.068-7.067V1.037A1.04%201.04%200%200%200%2012.653.016L1.67%201.965a.83.83%200%200%200-.687.818v18.434c0%20.403.29.748.687.818l10.982%201.949a1.04%201.04%200%200%200%201.22-1.022v-3.894a7.03%207.03%200%200%200%204.12-1.332l3.069%203.07c.446.446%201.17.447%201.617%200h.001c.447-.447.448-1.17.002-1.617zm-8.808-.62a6.576%206.576%200%200%201-6.569-6.57a6.576%206.576%200%200%201%206.569-6.567A6.576%206.576%200%200%201%2020.442%2012a6.576%206.576%200%200%201-6.568%206.568zm5.28-6.57a5.287%205.287%200%200%201-5.28%205.282c-2.913%200-5.282-2.369-5.282-5.28s2.37-5.282%205.282-5.282a5.287%205.287%200%200%201%205.28%205.28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/quicklook.svg?color=%231a73e8&size=48