search-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
search-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

14 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M31.204 33.325A15.94 15.94 0 0 1 21 37c-8.837 0-16-7.163-16-16S12.163 5 21 5s16 7.163 16 16c0 3.878-1.38 7.434-3.675 10.203l9.236 9.236a1.5 1.5 0 0 1-2.122 2.122zM34 21c0-7.18-5.82-13-13-13S8 13.82 8 21s5.82 13 13 13s13-5.82 13-13"/></svg>

React

import type { SVGProps } from "react";

export function FluentSearch48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M31.204 33.325A15.94 15.94 0 0 1 21 37c-8.837 0-16-7.163-16-16S12.163 5 21 5s16 7.163 16 16c0 3.878-1.38 7.434-3.675 10.203l9.236 9.236a1.5 1.5 0 0 1-2.122 2.122zM34 21c0-7.18-5.82-13-13-13S8 13.82 8 21s5.82 13 13 13s13-5.82 13-13"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M31.204 33.325A15.94 15.94 0 0 1 21 37c-8.837 0-16-7.163-16-16S12.163 5 21 5s16 7.163 16 16c0 3.878-1.38 7.434-3.675 10.203l9.236 9.236a1.5 1.5 0 0 1-2.122 2.122zM34 21c0-7.18-5.82-13-13-13S8 13.82 8 21s5.82 13 13 13s13-5.82 13-13"/></svg>
</template>

CSS

.icon-search-48-filled {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.204%2033.325A15.94%2015.94%200%200%201%2021%2037c-8.837%200-16-7.163-16-16S12.163%205%2021%205s16%207.163%2016%2016c0%203.878-1.38%207.434-3.675%2010.203l9.236%209.236a1.5%201.5%200%200%201-2.122%202.122zM34%2021c0-7.18-5.82-13-13-13S8%2013.82%208%2021s5.82%2013%2013%2013s13-5.82%2013-13%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.204%2033.325A15.94%2015.94%200%200%201%2021%2037c-8.837%200-16-7.163-16-16S12.163%205%2021%205s16%207.163%2016%2016c0%203.878-1.38%207.434-3.675%2010.203l9.236%209.236a1.5%201.5%200%200%201-2.122%202.122zM34%2021c0-7.18-5.82-13-13-13S8%2013.82%208%2021s5.82%2013%2013%2013s13-5.82%2013-13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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