zoom logo
zoom from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- zoom
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 512×117
- License
- CC0
The same logo in other sets
Related icons in SVG Logos
Use the zoom logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 117"><path fill="#0b5cff" d="M107.472 114.706H16.348c-5.968 0-11.791-3.203-14.557-8.589C-1.41 99.858-.247 92.434 4.702 87.63L68.17 24.164H22.607C10.088 24.164.044 13.974.044 1.6h83.992c5.968 0 11.79 3.203 14.556 8.589c3.203 6.259 2.038 13.683-2.911 18.486L32.214 92.143h52.55c12.518 0 22.708 10.19 22.708 22.563M468.183 0c-13.1 0-24.746 5.677-32.898 14.702C427.134 5.677 415.488 0 402.388 0c-24.164 0-43.961 20.67-43.961 44.834v69.872c12.518 0 22.562-10.19 22.562-22.563V44.689c0-11.646 9.025-21.544 20.67-21.98c12.228-.437 22.272 9.315 22.272 21.397v48.037c0 12.519 10.19 22.563 22.563 22.563V44.543c0-11.645 9.025-21.544 20.67-21.98c12.228-.437 22.272 9.316 22.272 21.398v48.036c0 12.52 10.19 22.563 22.563 22.563V44.69C512.144 20.67 492.347 0 468.183 0M221.595 58.226c0 32.17-26.056 58.226-58.226 58.226s-58.226-26.056-58.226-58.226S131.199 0 163.369 0s58.226 26.056 58.226 58.226m-22.563 0c0-19.651-16.012-35.663-35.663-35.663s-35.664 16.012-35.664 35.663c0 19.652 16.013 35.664 35.664 35.664s35.663-16.012 35.663-35.664m148.04 0c0 32.17-26.056 58.226-58.226 58.226S230.62 90.396 230.62 58.226S256.676 0 288.846 0s58.227 26.056 58.227 58.226m-22.562 0c0-19.651-16.012-35.663-35.664-35.663c-19.65 0-35.663 16.012-35.663 35.663c0 19.652 16.012 35.664 35.663 35.664c19.652 0 35.664-16.012 35.664-35.664"/></svg>
React
import type { SVGProps } from "react";
export function LogosZoom(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 117"><path fill="#0b5cff" d="M107.472 114.706H16.348c-5.968 0-11.791-3.203-14.557-8.589C-1.41 99.858-.247 92.434 4.702 87.63L68.17 24.164H22.607C10.088 24.164.044 13.974.044 1.6h83.992c5.968 0 11.79 3.203 14.556 8.589c3.203 6.259 2.038 13.683-2.911 18.486L32.214 92.143h52.55c12.518 0 22.708 10.19 22.708 22.563M468.183 0c-13.1 0-24.746 5.677-32.898 14.702C427.134 5.677 415.488 0 402.388 0c-24.164 0-43.961 20.67-43.961 44.834v69.872c12.518 0 22.562-10.19 22.562-22.563V44.689c0-11.646 9.025-21.544 20.67-21.98c12.228-.437 22.272 9.315 22.272 21.397v48.037c0 12.519 10.19 22.563 22.563 22.563V44.543c0-11.645 9.025-21.544 20.67-21.98c12.228-.437 22.272 9.316 22.272 21.398v48.036c0 12.52 10.19 22.563 22.563 22.563V44.69C512.144 20.67 492.347 0 468.183 0M221.595 58.226c0 32.17-26.056 58.226-58.226 58.226s-58.226-26.056-58.226-58.226S131.199 0 163.369 0s58.226 26.056 58.226 58.226m-22.563 0c0-19.651-16.012-35.663-35.663-35.663s-35.664 16.012-35.664 35.663c0 19.652 16.013 35.664 35.664 35.664s35.663-16.012 35.663-35.664m148.04 0c0 32.17-26.056 58.226-58.226 58.226S230.62 90.396 230.62 58.226S256.676 0 288.846 0s58.227 26.056 58.227 58.226m-22.562 0c0-19.651-16.012-35.663-35.664-35.663c-19.65 0-35.663 16.012-35.663 35.663c0 19.652 16.012 35.664 35.663 35.664c19.652 0 35.664-16.012 35.664-35.664"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 117"><path fill="#0b5cff" d="M107.472 114.706H16.348c-5.968 0-11.791-3.203-14.557-8.589C-1.41 99.858-.247 92.434 4.702 87.63L68.17 24.164H22.607C10.088 24.164.044 13.974.044 1.6h83.992c5.968 0 11.79 3.203 14.556 8.589c3.203 6.259 2.038 13.683-2.911 18.486L32.214 92.143h52.55c12.518 0 22.708 10.19 22.708 22.563M468.183 0c-13.1 0-24.746 5.677-32.898 14.702C427.134 5.677 415.488 0 402.388 0c-24.164 0-43.961 20.67-43.961 44.834v69.872c12.518 0 22.562-10.19 22.562-22.563V44.689c0-11.646 9.025-21.544 20.67-21.98c12.228-.437 22.272 9.315 22.272 21.397v48.037c0 12.519 10.19 22.563 22.563 22.563V44.543c0-11.645 9.025-21.544 20.67-21.98c12.228-.437 22.272 9.316 22.272 21.398v48.036c0 12.52 10.19 22.563 22.563 22.563V44.69C512.144 20.67 492.347 0 468.183 0M221.595 58.226c0 32.17-26.056 58.226-58.226 58.226s-58.226-26.056-58.226-58.226S131.199 0 163.369 0s58.226 26.056 58.226 58.226m-22.563 0c0-19.651-16.012-35.663-35.663-35.663s-35.664 16.012-35.664 35.663c0 19.652 16.013 35.664 35.664 35.664s35.663-16.012 35.663-35.664m148.04 0c0 32.17-26.056 58.226-58.226 58.226S230.62 90.396 230.62 58.226S256.676 0 288.846 0s58.227 26.056 58.227 58.226m-22.562 0c0-19.651-16.012-35.663-35.664-35.663c-19.65 0-35.663 16.012-35.663 35.663c0 19.652 16.012 35.664 35.663 35.664c19.652 0 35.664-16.012 35.664-35.664"/></svg> </template>
CSS
.icon-zoom {
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%20512%20117%22%3E%3Cpath%20fill%3D%22%230b5cff%22%20d%3D%22M107.472%20114.706H16.348c-5.968%200-11.791-3.203-14.557-8.589C-1.41%2099.858-.247%2092.434%204.702%2087.63L68.17%2024.164H22.607C10.088%2024.164.044%2013.974.044%201.6h83.992c5.968%200%2011.79%203.203%2014.556%208.589c3.203%206.259%202.038%2013.683-2.911%2018.486L32.214%2092.143h52.55c12.518%200%2022.708%2010.19%2022.708%2022.563M468.183%200c-13.1%200-24.746%205.677-32.898%2014.702C427.134%205.677%20415.488%200%20402.388%200c-24.164%200-43.961%2020.67-43.961%2044.834v69.872c12.518%200%2022.562-10.19%2022.562-22.563V44.689c0-11.646%209.025-21.544%2020.67-21.98c12.228-.437%2022.272%209.315%2022.272%2021.397v48.037c0%2012.519%2010.19%2022.563%2022.563%2022.563V44.543c0-11.645%209.025-21.544%2020.67-21.98c12.228-.437%2022.272%209.316%2022.272%2021.398v48.036c0%2012.52%2010.19%2022.563%2022.563%2022.563V44.69C512.144%2020.67%20492.347%200%20468.183%200M221.595%2058.226c0%2032.17-26.056%2058.226-58.226%2058.226s-58.226-26.056-58.226-58.226S131.199%200%20163.369%200s58.226%2026.056%2058.226%2058.226m-22.563%200c0-19.651-16.012-35.663-35.663-35.663s-35.664%2016.012-35.664%2035.663c0%2019.652%2016.013%2035.664%2035.664%2035.664s35.663-16.012%2035.663-35.664m148.04%200c0%2032.17-26.056%2058.226-58.226%2058.226S230.62%2090.396%20230.62%2058.226S256.676%200%20288.846%200s58.227%2026.056%2058.227%2058.226m-22.562%200c0-19.651-16.012-35.663-35.664-35.663c-19.65%200-35.663%2016.012-35.663%2035.663c0%2019.652%2016.012%2035.664%2035.663%2035.664c19.652%200%2035.664-16.012%2035.664-35.664%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%20512%20117%22%3E%3Cpath%20fill%3D%22%230b5cff%22%20d%3D%22M107.472%20114.706H16.348c-5.968%200-11.791-3.203-14.557-8.589C-1.41%2099.858-.247%2092.434%204.702%2087.63L68.17%2024.164H22.607C10.088%2024.164.044%2013.974.044%201.6h83.992c5.968%200%2011.79%203.203%2014.556%208.589c3.203%206.259%202.038%2013.683-2.911%2018.486L32.214%2092.143h52.55c12.518%200%2022.708%2010.19%2022.708%2022.563M468.183%200c-13.1%200-24.746%205.677-32.898%2014.702C427.134%205.677%20415.488%200%20402.388%200c-24.164%200-43.961%2020.67-43.961%2044.834v69.872c12.518%200%2022.562-10.19%2022.562-22.563V44.689c0-11.646%209.025-21.544%2020.67-21.98c12.228-.437%2022.272%209.315%2022.272%2021.397v48.037c0%2012.519%2010.19%2022.563%2022.563%2022.563V44.543c0-11.645%209.025-21.544%2020.67-21.98c12.228-.437%2022.272%209.316%2022.272%2021.398v48.036c0%2012.52%2010.19%2022.563%2022.563%2022.563V44.69C512.144%2020.67%20492.347%200%20468.183%200M221.595%2058.226c0%2032.17-26.056%2058.226-58.226%2058.226s-58.226-26.056-58.226-58.226S131.199%200%20163.369%200s58.226%2026.056%2058.226%2058.226m-22.563%200c0-19.651-16.012-35.663-35.663-35.663s-35.664%2016.012-35.664%2035.663c0%2019.652%2016.013%2035.664%2035.664%2035.664s35.663-16.012%2035.663-35.664m148.04%200c0%2032.17-26.056%2058.226-58.226%2058.226S230.62%2090.396%20230.62%2058.226S256.676%200%20288.846%200s58.227%2026.056%2058.227%2058.226m-22.562%200c0-19.651-16.012-35.663-35.664-35.663c-19.65%200-35.663%2016.012-35.663%2035.663c0%2019.652%2016.012%2035.664%2035.663%2035.664c19.652%200%2035.664-16.012%2035.664-35.664%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/zoom.svg?color=%231a73e8&size=48