baseline screen search desktop icon

baseline-screen-search-desktop from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.

Name
baseline-screen-search-desktop
Set
Google Material Icons
Style
Baseline
Category
Device
Viewbox
24×24
License
Apache 2.0

More device icons from Google Material Icons

Use the baseline screen search desktop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 18c1.1 0 1.99-.9 1.99-2L22 6a2 2 0 0 0-2-2H4c-1.11 0-2 .89-2 2v10a2 2 0 0 0 2 2H0v2h24v-2zM4 16V6h16v10.01zm5.097-6.047c0-1.027.836-1.864 1.864-1.864c1.027 0 1.864.837 1.864 1.864a1.867 1.867 0 0 1-1.864 1.864a1.867 1.867 0 0 1-1.864-1.864m7.032 4.236l-2.482-2.482a3.2 3.2 0 0 0 .527-1.754A3.216 3.216 0 0 0 10.96 6.74a3.217 3.217 0 0 0-3.214 3.213a3.22 3.22 0 0 0 3.214 3.214a3.2 3.2 0 0 0 1.724-.51l2.489 2.487l.955-.955z"/></svg>

React

import type { SVGProps } from "react";

export function IcBaselineScreenSearchDesktop(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="M20 18c1.1 0 1.99-.9 1.99-2L22 6a2 2 0 0 0-2-2H4c-1.11 0-2 .89-2 2v10a2 2 0 0 0 2 2H0v2h24v-2zM4 16V6h16v10.01zm5.097-6.047c0-1.027.836-1.864 1.864-1.864c1.027 0 1.864.837 1.864 1.864a1.867 1.867 0 0 1-1.864 1.864a1.867 1.867 0 0 1-1.864-1.864m7.032 4.236l-2.482-2.482a3.2 3.2 0 0 0 .527-1.754A3.216 3.216 0 0 0 10.96 6.74a3.217 3.217 0 0 0-3.214 3.213a3.22 3.22 0 0 0 3.214 3.214a3.2 3.2 0 0 0 1.724-.51l2.489 2.487l.955-.955z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 18c1.1 0 1.99-.9 1.99-2L22 6a2 2 0 0 0-2-2H4c-1.11 0-2 .89-2 2v10a2 2 0 0 0 2 2H0v2h24v-2zM4 16V6h16v10.01zm5.097-6.047c0-1.027.836-1.864 1.864-1.864c1.027 0 1.864.837 1.864 1.864a1.867 1.867 0 0 1-1.864 1.864a1.867 1.867 0 0 1-1.864-1.864m7.032 4.236l-2.482-2.482a3.2 3.2 0 0 0 .527-1.754A3.216 3.216 0 0 0 10.96 6.74a3.217 3.217 0 0 0-3.214 3.213a3.22 3.22 0 0 0 3.214 3.214a3.2 3.2 0 0 0 1.724-.51l2.489 2.487l.955-.955z"/></svg>
</template>

CSS

.icon-baseline-screen-search-desktop {
  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%22M20%2018c1.1%200%201.99-.9%201.99-2L22%206a2%202%200%200%200-2-2H4c-1.11%200-2%20.89-2%202v10a2%202%200%200%200%202%202H0v2h24v-2zM4%2016V6h16v10.01zm5.097-6.047c0-1.027.836-1.864%201.864-1.864c1.027%200%201.864.837%201.864%201.864a1.867%201.867%200%200%201-1.864%201.864a1.867%201.867%200%200%201-1.864-1.864m7.032%204.236l-2.482-2.482a3.2%203.2%200%200%200%20.527-1.754A3.216%203.216%200%200%200%2010.96%206.74a3.217%203.217%200%200%200-3.214%203.213a3.22%203.22%200%200%200%203.214%203.214a3.2%203.2%200%200%200%201.724-.51l2.489%202.487l.955-.955z%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%22M20%2018c1.1%200%201.99-.9%201.99-2L22%206a2%202%200%200%200-2-2H4c-1.11%200-2%20.89-2%202v10a2%202%200%200%200%202%202H0v2h24v-2zM4%2016V6h16v10.01zm5.097-6.047c0-1.027.836-1.864%201.864-1.864c1.027%200%201.864.837%201.864%201.864a1.867%201.867%200%200%201-1.864%201.864a1.867%201.867%200%200%201-1.864-1.864m7.032%204.236l-2.482-2.482a3.2%203.2%200%200%200%20.527-1.754A3.216%203.216%200%200%200%2010.96%206.74a3.217%203.217%200%200%200-3.214%203.213a3.22%203.22%200%200%200%203.214%203.214a3.2%203.2%200%200%200%201.724-.51l2.489%202.487l.955-.955z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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