md search icon

md-search from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-search
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
android-search

Related icons in IonIcons

Use the md search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M337.509 305.372h-17.501l-6.571-5.486c20.791-25.232 33.922-57.054 33.922-93.257C347.358 127.632 283.896 64 205.135 64 127.452 64 64 127.632 64 206.629s63.452 142.628 142.225 142.628c35.011 0 67.831-13.167 92.991-34.008l6.561 5.487v17.551L415.18 448 448 415.086 337.509 305.372zm-131.284 0c-54.702 0-98.463-43.887-98.463-98.743 0-54.858 43.761-98.742 98.463-98.742 54.7 0 98.462 43.884 98.462 98.742 0 54.856-43.762 98.743-98.462 98.743z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdSearch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M337.509 305.372h-17.501l-6.571-5.486c20.791-25.232 33.922-57.054 33.922-93.257C347.358 127.632 283.896 64 205.135 64 127.452 64 64 127.632 64 206.629s63.452 142.628 142.225 142.628c35.011 0 67.831-13.167 92.991-34.008l6.561 5.487v17.551L415.18 448 448 415.086 337.509 305.372zm-131.284 0c-54.702 0-98.463-43.887-98.463-98.743 0-54.858 43.761-98.742 98.463-98.742 54.7 0 98.462 43.884 98.462 98.742 0 54.856-43.762 98.743-98.462 98.743z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M337.509 305.372h-17.501l-6.571-5.486c20.791-25.232 33.922-57.054 33.922-93.257C347.358 127.632 283.896 64 205.135 64 127.452 64 64 127.632 64 206.629s63.452 142.628 142.225 142.628c35.011 0 67.831-13.167 92.991-34.008l6.561 5.487v17.551L415.18 448 448 415.086 337.509 305.372zm-131.284 0c-54.702 0-98.463-43.887-98.463-98.743 0-54.858 43.761-98.742 98.463-98.742 54.7 0 98.462 43.884 98.462 98.742 0 54.856-43.762 98.743-98.462 98.743z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-search {
  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%20512%22%3E%3Cpath%20d%3D%22M337.509%20305.372h-17.501l-6.571-5.486c20.791-25.232%2033.922-57.054%2033.922-93.257C347.358%20127.632%20283.896%2064%20205.135%2064%20127.452%2064%2064%20127.632%2064%20206.629s63.452%20142.628%20142.225%20142.628c35.011%200%2067.831-13.167%2092.991-34.008l6.561%205.487v17.551L415.18%20448%20448%20415.086%20337.509%20305.372zm-131.284%200c-54.702%200-98.463-43.887-98.463-98.743%200-54.858%2043.761-98.742%2098.463-98.742%2054.7%200%2098.462%2043.884%2098.462%2098.742%200%2054.856-43.762%2098.743-98.462%2098.743z%22%20fill%3D%22currentColor%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%20512%22%3E%3Cpath%20d%3D%22M337.509%20305.372h-17.501l-6.571-5.486c20.791-25.232%2033.922-57.054%2033.922-93.257C347.358%20127.632%20283.896%2064%20205.135%2064%20127.452%2064%2064%20127.632%2064%20206.629s63.452%20142.628%20142.225%20142.628c35.011%200%2067.831-13.167%2092.991-34.008l6.561%205.487v17.551L415.18%20448%20448%20415.086%20337.509%20305.372zm-131.284%200c-54.702%200-98.463-43.887-98.463-98.743%200-54.858%2043.761-98.742%2098.463-98.742%2054.7%200%2098.462%2043.884%2098.462%2098.742%200%2054.856-43.762%2098.743-98.462%2098.743z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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