zoom icon logo

zoom-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
zoom-icon
Set
SVG Logos
Style
Color
Viewbox
256×256
License
CC0

Use the zoom icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGElB4fdaE" x1="23.666%" x2="76.334%" y1="95.612%" y2="4.388%"><stop offset="0%" stop-color="#0845bf"/><stop offset="19.11%" stop-color="#0950de"/><stop offset="38.23%" stop-color="#0b59f6"/><stop offset="50%" stop-color="#0b5cff"/><stop offset="67.32%" stop-color="#0e5efe"/><stop offset="77.74%" stop-color="#1665fc"/><stop offset="86.33%" stop-color="#246ff9"/><stop offset="93.88%" stop-color="#387ff4"/><stop offset="100%" stop-color="#4f90ee"/></linearGradient></defs><path fill="url(#SVGElB4fdaE)" d="M256 128c0 13.568-1.024 27.136-3.328 40.192c-6.912 43.264-41.216 77.568-84.48 84.48C155.136 254.976 141.568 256 128 256s-27.136-1.024-40.192-3.328c-43.264-6.912-77.568-41.216-84.48-84.48C1.024 155.136 0 141.568 0 128s1.024-27.136 3.328-40.192c6.912-43.264 41.216-77.568 84.48-84.48C100.864 1.024 114.432 0 128 0s27.136 1.024 40.192 3.328c43.264 6.912 77.568 41.216 84.48 84.48C254.976 100.864 256 114.432 256 128"/><path fill="#fff" d="M204.032 207.872H75.008c-8.448 0-16.64-4.608-20.48-12.032c-4.608-8.704-2.816-19.2 4.096-26.112l89.856-89.856H83.968c-17.664 0-32-14.336-32-32h118.784c8.448 0 16.64 4.608 20.48 12.032c4.608 8.704 2.816 19.2-4.096 26.112l-89.6 90.112h74.496c17.664 0 32 14.08 32 31.744"/></svg>

React

import type { SVGProps } from "react";

export function LogosZoomIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGElB4fdaE" x1="23.666%" x2="76.334%" y1="95.612%" y2="4.388%"><stop offset="0%" stopColor="#0845bf"/><stop offset="19.11%" stopColor="#0950de"/><stop offset="38.23%" stopColor="#0b59f6"/><stop offset="50%" stopColor="#0b5cff"/><stop offset="67.32%" stopColor="#0e5efe"/><stop offset="77.74%" stopColor="#1665fc"/><stop offset="86.33%" stopColor="#246ff9"/><stop offset="93.88%" stopColor="#387ff4"/><stop offset="100%" stopColor="#4f90ee"/></linearGradient></defs><path fill="url(#SVGElB4fdaE)" d="M256 128c0 13.568-1.024 27.136-3.328 40.192c-6.912 43.264-41.216 77.568-84.48 84.48C155.136 254.976 141.568 256 128 256s-27.136-1.024-40.192-3.328c-43.264-6.912-77.568-41.216-84.48-84.48C1.024 155.136 0 141.568 0 128s1.024-27.136 3.328-40.192c6.912-43.264 41.216-77.568 84.48-84.48C100.864 1.024 114.432 0 128 0s27.136 1.024 40.192 3.328c43.264 6.912 77.568 41.216 84.48 84.48C254.976 100.864 256 114.432 256 128"/><path fill="#fff" d="M204.032 207.872H75.008c-8.448 0-16.64-4.608-20.48-12.032c-4.608-8.704-2.816-19.2 4.096-26.112l89.856-89.856H83.968c-17.664 0-32-14.336-32-32h118.784c8.448 0 16.64 4.608 20.48 12.032c4.608 8.704 2.816 19.2-4.096 26.112l-89.6 90.112h74.496c17.664 0 32 14.08 32 31.744"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><defs><linearGradient id="SVGElB4fdaE" x1="23.666%" x2="76.334%" y1="95.612%" y2="4.388%"><stop offset="0%" stop-color="#0845bf"/><stop offset="19.11%" stop-color="#0950de"/><stop offset="38.23%" stop-color="#0b59f6"/><stop offset="50%" stop-color="#0b5cff"/><stop offset="67.32%" stop-color="#0e5efe"/><stop offset="77.74%" stop-color="#1665fc"/><stop offset="86.33%" stop-color="#246ff9"/><stop offset="93.88%" stop-color="#387ff4"/><stop offset="100%" stop-color="#4f90ee"/></linearGradient></defs><path fill="url(#SVGElB4fdaE)" d="M256 128c0 13.568-1.024 27.136-3.328 40.192c-6.912 43.264-41.216 77.568-84.48 84.48C155.136 254.976 141.568 256 128 256s-27.136-1.024-40.192-3.328c-43.264-6.912-77.568-41.216-84.48-84.48C1.024 155.136 0 141.568 0 128s1.024-27.136 3.328-40.192c6.912-43.264 41.216-77.568 84.48-84.48C100.864 1.024 114.432 0 128 0s27.136 1.024 40.192 3.328c43.264 6.912 77.568 41.216 84.48 84.48C254.976 100.864 256 114.432 256 128"/><path fill="#fff" d="M204.032 207.872H75.008c-8.448 0-16.64-4.608-20.48-12.032c-4.608-8.704-2.816-19.2 4.096-26.112l89.856-89.856H83.968c-17.664 0-32-14.336-32-32h118.784c8.448 0 16.64 4.608 20.48 12.032c4.608 8.704 2.816 19.2-4.096 26.112l-89.6 90.112h74.496c17.664 0 32 14.08 32 31.744"/></svg>
</template>

CSS

.icon-zoom-icon {
  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%20256%20256%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGElB4fdaE%22%20x1%3D%2223.666%25%22%20x2%3D%2276.334%25%22%20y1%3D%2295.612%25%22%20y2%3D%224.388%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%230845bf%22%2F%3E%3Cstop%20offset%3D%2219.11%25%22%20stop-color%3D%22%230950de%22%2F%3E%3Cstop%20offset%3D%2238.23%25%22%20stop-color%3D%22%230b59f6%22%2F%3E%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%230b5cff%22%2F%3E%3Cstop%20offset%3D%2267.32%25%22%20stop-color%3D%22%230e5efe%22%2F%3E%3Cstop%20offset%3D%2277.74%25%22%20stop-color%3D%22%231665fc%22%2F%3E%3Cstop%20offset%3D%2286.33%25%22%20stop-color%3D%22%23246ff9%22%2F%3E%3Cstop%20offset%3D%2293.88%25%22%20stop-color%3D%22%23387ff4%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%234f90ee%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGElB4fdaE)%22%20d%3D%22M256%20128c0%2013.568-1.024%2027.136-3.328%2040.192c-6.912%2043.264-41.216%2077.568-84.48%2084.48C155.136%20254.976%20141.568%20256%20128%20256s-27.136-1.024-40.192-3.328c-43.264-6.912-77.568-41.216-84.48-84.48C1.024%20155.136%200%20141.568%200%20128s1.024-27.136%203.328-40.192c6.912-43.264%2041.216-77.568%2084.48-84.48C100.864%201.024%20114.432%200%20128%200s27.136%201.024%2040.192%203.328c43.264%206.912%2077.568%2041.216%2084.48%2084.48C254.976%20100.864%20256%20114.432%20256%20128%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M204.032%20207.872H75.008c-8.448%200-16.64-4.608-20.48-12.032c-4.608-8.704-2.816-19.2%204.096-26.112l89.856-89.856H83.968c-17.664%200-32-14.336-32-32h118.784c8.448%200%2016.64%204.608%2020.48%2012.032c4.608%208.704%202.816%2019.2-4.096%2026.112l-89.6%2090.112h74.496c17.664%200%2032%2014.08%2032%2031.744%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%20256%20256%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGElB4fdaE%22%20x1%3D%2223.666%25%22%20x2%3D%2276.334%25%22%20y1%3D%2295.612%25%22%20y2%3D%224.388%25%22%3E%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%230845bf%22%2F%3E%3Cstop%20offset%3D%2219.11%25%22%20stop-color%3D%22%230950de%22%2F%3E%3Cstop%20offset%3D%2238.23%25%22%20stop-color%3D%22%230b59f6%22%2F%3E%3Cstop%20offset%3D%2250%25%22%20stop-color%3D%22%230b5cff%22%2F%3E%3Cstop%20offset%3D%2267.32%25%22%20stop-color%3D%22%230e5efe%22%2F%3E%3Cstop%20offset%3D%2277.74%25%22%20stop-color%3D%22%231665fc%22%2F%3E%3Cstop%20offset%3D%2286.33%25%22%20stop-color%3D%22%23246ff9%22%2F%3E%3Cstop%20offset%3D%2293.88%25%22%20stop-color%3D%22%23387ff4%22%2F%3E%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%234f90ee%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGElB4fdaE)%22%20d%3D%22M256%20128c0%2013.568-1.024%2027.136-3.328%2040.192c-6.912%2043.264-41.216%2077.568-84.48%2084.48C155.136%20254.976%20141.568%20256%20128%20256s-27.136-1.024-40.192-3.328c-43.264-6.912-77.568-41.216-84.48-84.48C1.024%20155.136%200%20141.568%200%20128s1.024-27.136%203.328-40.192c6.912-43.264%2041.216-77.568%2084.48-84.48C100.864%201.024%20114.432%200%20128%200s27.136%201.024%2040.192%203.328c43.264%206.912%2077.568%2041.216%2084.48%2084.48C254.976%20100.864%20256%20114.432%20256%20128%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M204.032%20207.872H75.008c-8.448%200-16.64-4.608-20.48-12.032c-4.608-8.704-2.816-19.2%204.096-26.112l89.856-89.856H83.968c-17.664%200-32-14.336-32-32h118.784c8.448%200%2016.64%204.608%2020.48%2012.032c4.608%208.704%202.816%2019.2-4.096%2026.112l-89.6%2090.112h74.496c17.664%200%2032%2014.08%2032%2031.744%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/zoom-icon.svg?color=%231a73e8&size=48