search-visual-24 from Fluent UI System Color Icons by Microsoft Corporation · 24 · MIT Free for personal and commercial use.

Name
search-visual-24
Set
Fluent UI System Color Icons
Style
24
Viewbox
24×24
License
MIT

2 other variants in Fluent UI System Color Icons

The same icon in other sets

Related icons in Fluent UI System Color Icons

Use the search visual icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGUCkaXbAi)" fill-rule="evenodd" d="M4.5 4a.5.5 0 0 0-.5.5V8a1 1 0 0 1-2 0V4.5A2.5 2.5 0 0 1 4.5 2H8a1 1 0 0 1 0 2zM15 3a1 1 0 0 1 1-1h3.5A2.5 2.5 0 0 1 22 4.5V8a1 1 0 1 1-2 0V4.5a.5.5 0 0 0-.5-.5H16a1 1 0 0 1-1-1M3 15a1 1 0 0 1 1 1v3.5a.5.5 0 0 0 .5.5H8a1 1 0 1 1 0 2H4.5A2.5 2.5 0 0 1 2 19.5V16a1 1 0 0 1 1-1m18 0a1 1 0 0 1 1 1v3.5a2.5 2.5 0 0 1-2.5 2.5H16a1 1 0 1 1 0-2h3.5a.5.5 0 0 0 .5-.5V16a1 1 0 0 1 1-1" clip-rule="evenodd"/><path fill="url(#SVGFdJgVcve)" d="M12 15a3 3 0 1 0 0-6a3 3 0 0 0 0 6M7.5 8.75a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/><defs><radialGradient id="SVGFdJgVcve" cx="0" cy="0" r="1" gradientTransform="rotate(48.013 -4.98 14.305)scale(7.35745 6.30132)" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#2052cb"/></radialGradient><linearGradient id="SVGUCkaXbAi" x1="1.21" x2="16.893" y1=".325" y2="25.659" gradientUnits="userSpaceOnUse"><stop offset=".015" stop-color="#3dcbff"/><stop offset="1" stop-color="#0094f0"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorSearchVisual24(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGUCkaXbAi)" fillRule="evenodd" d="M4.5 4a.5.5 0 0 0-.5.5V8a1 1 0 0 1-2 0V4.5A2.5 2.5 0 0 1 4.5 2H8a1 1 0 0 1 0 2zM15 3a1 1 0 0 1 1-1h3.5A2.5 2.5 0 0 1 22 4.5V8a1 1 0 1 1-2 0V4.5a.5.5 0 0 0-.5-.5H16a1 1 0 0 1-1-1M3 15a1 1 0 0 1 1 1v3.5a.5.5 0 0 0 .5.5H8a1 1 0 1 1 0 2H4.5A2.5 2.5 0 0 1 2 19.5V16a1 1 0 0 1 1-1m18 0a1 1 0 0 1 1 1v3.5a2.5 2.5 0 0 1-2.5 2.5H16a1 1 0 1 1 0-2h3.5a.5.5 0 0 0 .5-.5V16a1 1 0 0 1 1-1" clipRule="evenodd"/><path fill="url(#SVGFdJgVcve)" d="M12 15a3 3 0 1 0 0-6a3 3 0 0 0 0 6M7.5 8.75a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/><defs><radialGradient id="SVGFdJgVcve" cx="0" cy="0" r="1" gradientTransform="rotate(48.013 -4.98 14.305)scale(7.35745 6.30132)" gradientUnits="userSpaceOnUse"><stop stopColor="#0fafff"/><stop offset="1" stopColor="#2052cb"/></radialGradient><linearGradient id="SVGUCkaXbAi" x1="1.21" x2="16.893" y1=".325" y2="25.659" gradientUnits="userSpaceOnUse"><stop offset=".015" stopColor="#3dcbff"/><stop offset="1" stopColor="#0094f0"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGUCkaXbAi)" fill-rule="evenodd" d="M4.5 4a.5.5 0 0 0-.5.5V8a1 1 0 0 1-2 0V4.5A2.5 2.5 0 0 1 4.5 2H8a1 1 0 0 1 0 2zM15 3a1 1 0 0 1 1-1h3.5A2.5 2.5 0 0 1 22 4.5V8a1 1 0 1 1-2 0V4.5a.5.5 0 0 0-.5-.5H16a1 1 0 0 1-1-1M3 15a1 1 0 0 1 1 1v3.5a.5.5 0 0 0 .5.5H8a1 1 0 1 1 0 2H4.5A2.5 2.5 0 0 1 2 19.5V16a1 1 0 0 1 1-1m18 0a1 1 0 0 1 1 1v3.5a2.5 2.5 0 0 1-2.5 2.5H16a1 1 0 1 1 0-2h3.5a.5.5 0 0 0 .5-.5V16a1 1 0 0 1 1-1" clip-rule="evenodd"/><path fill="url(#SVGFdJgVcve)" d="M12 15a3 3 0 1 0 0-6a3 3 0 0 0 0 6M7.5 8.75a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/><defs><radialGradient id="SVGFdJgVcve" cx="0" cy="0" r="1" gradientTransform="rotate(48.013 -4.98 14.305)scale(7.35745 6.30132)" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#2052cb"/></radialGradient><linearGradient id="SVGUCkaXbAi" x1="1.21" x2="16.893" y1=".325" y2="25.659" gradientUnits="userSpaceOnUse"><stop offset=".015" stop-color="#3dcbff"/><stop offset="1" stop-color="#0094f0"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-search-visual-24 {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGUCkaXbAi)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.5%204a.5.5%200%200%200-.5.5V8a1%201%200%200%201-2%200V4.5A2.5%202.5%200%200%201%204.5%202H8a1%201%200%200%201%200%202zM15%203a1%201%200%200%201%201-1h3.5A2.5%202.5%200%200%201%2022%204.5V8a1%201%200%201%201-2%200V4.5a.5.5%200%200%200-.5-.5H16a1%201%200%200%201-1-1M3%2015a1%201%200%200%201%201%201v3.5a.5.5%200%200%200%20.5.5H8a1%201%200%201%201%200%202H4.5A2.5%202.5%200%200%201%202%2019.5V16a1%201%200%200%201%201-1m18%200a1%201%200%200%201%201%201v3.5a2.5%202.5%200%200%201-2.5%202.5H16a1%201%200%201%201%200-2h3.5a.5.5%200%200%200%20.5-.5V16a1%201%200%200%201%201-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGFdJgVcve)%22%20d%3D%22M12%2015a3%203%200%201%200%200-6a3%203%200%200%200%200%206M7.5%208.75a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGFdJgVcve%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(48.013%20-4.98%2014.305)scale(7.35745%206.30132)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232052cb%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22SVGUCkaXbAi%22%20x1%3D%221.21%22%20x2%3D%2216.893%22%20y1%3D%22.325%22%20y2%3D%2225.659%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.015%22%20stop-color%3D%22%233dcbff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230094f0%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGUCkaXbAi)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.5%204a.5.5%200%200%200-.5.5V8a1%201%200%200%201-2%200V4.5A2.5%202.5%200%200%201%204.5%202H8a1%201%200%200%201%200%202zM15%203a1%201%200%200%201%201-1h3.5A2.5%202.5%200%200%201%2022%204.5V8a1%201%200%201%201-2%200V4.5a.5.5%200%200%200-.5-.5H16a1%201%200%200%201-1-1M3%2015a1%201%200%200%201%201%201v3.5a.5.5%200%200%200%20.5.5H8a1%201%200%201%201%200%202H4.5A2.5%202.5%200%200%201%202%2019.5V16a1%201%200%200%201%201-1m18%200a1%201%200%200%201%201%201v3.5a2.5%202.5%200%200%201-2.5%202.5H16a1%201%200%201%201%200-2h3.5a.5.5%200%200%200%20.5-.5V16a1%201%200%200%201%201-1%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGFdJgVcve)%22%20d%3D%22M12%2015a3%203%200%201%200%200-6a3%203%200%200%200%200%206M7.5%208.75a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGFdJgVcve%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(48.013%20-4.98%2014.305)scale(7.35745%206.30132)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232052cb%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22SVGUCkaXbAi%22%20x1%3D%221.21%22%20x2%3D%2216.893%22%20y1%3D%22.325%22%20y2%3D%2225.659%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.015%22%20stop-color%3D%22%233dcbff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230094f0%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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