round manage search icon

round-manage-search from Google Material Icons by Material Design Authors · Baseline · Search · Apache-2.0 Free for personal and commercial use.

Name
round-manage-search
Set
Google Material Icons
Style
Baseline
Category
Search
Viewbox
24×24
License
Apache 2.0

More search icons from Google Material Icons

Use the round manage search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 9H3c-.55 0-1-.45-1-1s.45-1 1-1h3c.55 0 1 .45 1 1s-.45 1-1 1m0 3H3c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1m13.88 6.29l-3.12-3.12c-.86.56-1.89.88-3 .82c-2.37-.11-4.4-1.96-4.72-4.31a5.013 5.013 0 0 1 5.83-5.61c1.95.33 3.57 1.85 4 3.78c.33 1.46.01 2.82-.7 3.9l3.13 3.13c.39.39.39 1.02 0 1.41s-1.03.39-1.42 0M17 11c0-1.65-1.35-3-3-3s-3 1.35-3 3s1.35 3 3 3s3-1.35 3-3M3 19h8c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1 .45-1 1s.45 1 1 1"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundManageSearch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 9H3c-.55 0-1-.45-1-1s.45-1 1-1h3c.55 0 1 .45 1 1s-.45 1-1 1m0 3H3c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1m13.88 6.29l-3.12-3.12c-.86.56-1.89.88-3 .82c-2.37-.11-4.4-1.96-4.72-4.31a5.013 5.013 0 0 1 5.83-5.61c1.95.33 3.57 1.85 4 3.78c.33 1.46.01 2.82-.7 3.9l3.13 3.13c.39.39.39 1.02 0 1.41s-1.03.39-1.42 0M17 11c0-1.65-1.35-3-3-3s-3 1.35-3 3s1.35 3 3 3s3-1.35 3-3M3 19h8c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1 .45-1 1s.45 1 1 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 9H3c-.55 0-1-.45-1-1s.45-1 1-1h3c.55 0 1 .45 1 1s-.45 1-1 1m0 3H3c-.55 0-1 .45-1 1s.45 1 1 1h3c.55 0 1-.45 1-1s-.45-1-1-1m13.88 6.29l-3.12-3.12c-.86.56-1.89.88-3 .82c-2.37-.11-4.4-1.96-4.72-4.31a5.013 5.013 0 0 1 5.83-5.61c1.95.33 3.57 1.85 4 3.78c.33 1.46.01 2.82-.7 3.9l3.13 3.13c.39.39.39 1.02 0 1.41s-1.03.39-1.42 0M17 11c0-1.65-1.35-3-3-3s-3 1.35-3 3s1.35 3 3 3s3-1.35 3-3M3 19h8c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1 .45-1 1s.45 1 1 1"/></svg>
</template>

CSS

.icon-round-manage-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%209H3c-.55%200-1-.45-1-1s.45-1%201-1h3c.55%200%201%20.45%201%201s-.45%201-1%201m0%203H3c-.55%200-1%20.45-1%201s.45%201%201%201h3c.55%200%201-.45%201-1s-.45-1-1-1m13.88%206.29l-3.12-3.12c-.86.56-1.89.88-3%20.82c-2.37-.11-4.4-1.96-4.72-4.31a5.013%205.013%200%200%201%205.83-5.61c1.95.33%203.57%201.85%204%203.78c.33%201.46.01%202.82-.7%203.9l3.13%203.13c.39.39.39%201.02%200%201.41s-1.03.39-1.42%200M17%2011c0-1.65-1.35-3-3-3s-3%201.35-3%203s1.35%203%203%203s3-1.35%203-3M3%2019h8c.55%200%201-.45%201-1s-.45-1-1-1H3c-.55%200-1%20.45-1%201s.45%201%201%201%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%209H3c-.55%200-1-.45-1-1s.45-1%201-1h3c.55%200%201%20.45%201%201s-.45%201-1%201m0%203H3c-.55%200-1%20.45-1%201s.45%201%201%201h3c.55%200%201-.45%201-1s-.45-1-1-1m13.88%206.29l-3.12-3.12c-.86.56-1.89.88-3%20.82c-2.37-.11-4.4-1.96-4.72-4.31a5.013%205.013%200%200%201%205.83-5.61c1.95.33%203.57%201.85%204%203.78c.33%201.46.01%202.82-.7%203.9l3.13%203.13c.39.39.39%201.02%200%201.41s-1.03.39-1.42%200M17%2011c0-1.65-1.35-3-3-3s-3%201.35-3%203s1.35%203%203%203s3-1.35%203-3M3%2019h8c.55%200%201-.45%201-1s-.45-1-1-1H3c-.55%200-1%20.45-1%201s.45%201%201%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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