twotone screen search desktop icon
twotone-screen-search-desktop from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-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
baseline-1x-mobiledatabaseline-30fpsbaseline-3g-mobiledatabaseline-4g-mobiledatabaseline-4g-plus-mobiledatabaseline-60fpsbaseline-access-alarmbaseline-access-alarmsbaseline-access-timebaseline-access-time-filledbaseline-ad-unitsbaseline-add-alarmbaseline-add-to-home-screenbaseline-airbaseline-airplane-ticketbaseline-airplanemode-activebaseline-airplanemode-inactivebaseline-aodbaseline-battery-0-barbaseline-battery-1-barbaseline-battery-2-barbaseline-battery-20baseline-battery-3-barbaseline-battery-30
Use the twotone 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 5H4v11h16zm-4.53 10.03l-2.09-2.09c-1.35.87-3.17.71-4.36-.47c-1.37-1.37-1.37-3.58 0-4.95s3.58-1.37 4.95 0c1.18 1.18 1.34 3 .47 4.36l2.09 2.09z" opacity=".3"/><path fill="currentColor" d="M4 18h16c1.1 0 1.99-.9 1.99-2L22 5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2M4 5h16v11H4zM1 19h22v2H1z"/><path fill="currentColor" d="M13.97 7.53c-1.37-1.37-3.58-1.37-4.95 0s-1.37 3.58 0 4.95c1.18 1.18 3 1.34 4.36.47l2.09 2.09l1.06-1.06l-2.09-2.09c.87-1.36.72-3.18-.47-4.36m-1.06 3.88c-.78.78-2.05.78-2.83 0s-.78-2.05 0-2.83s2.05-.78 2.83 0c.78.79.78 2.05 0 2.83"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneScreenSearchDesktop(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 5H4v11h16zm-4.53 10.03l-2.09-2.09c-1.35.87-3.17.71-4.36-.47c-1.37-1.37-1.37-3.58 0-4.95s3.58-1.37 4.95 0c1.18 1.18 1.34 3 .47 4.36l2.09 2.09z" opacity=".3"/><path fill="currentColor" d="M4 18h16c1.1 0 1.99-.9 1.99-2L22 5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2M4 5h16v11H4zM1 19h22v2H1z"/><path fill="currentColor" d="M13.97 7.53c-1.37-1.37-3.58-1.37-4.95 0s-1.37 3.58 0 4.95c1.18 1.18 3 1.34 4.36.47l2.09 2.09l1.06-1.06l-2.09-2.09c.87-1.36.72-3.18-.47-4.36m-1.06 3.88c-.78.78-2.05.78-2.83 0s-.78-2.05 0-2.83s2.05-.78 2.83 0c.78.79.78 2.05 0 2.83"/></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 5H4v11h16zm-4.53 10.03l-2.09-2.09c-1.35.87-3.17.71-4.36-.47c-1.37-1.37-1.37-3.58 0-4.95s3.58-1.37 4.95 0c1.18 1.18 1.34 3 .47 4.36l2.09 2.09z" opacity=".3"/><path fill="currentColor" d="M4 18h16c1.1 0 1.99-.9 1.99-2L22 5c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v11c0 1.1.9 2 2 2M4 5h16v11H4zM1 19h22v2H1z"/><path fill="currentColor" d="M13.97 7.53c-1.37-1.37-3.58-1.37-4.95 0s-1.37 3.58 0 4.95c1.18 1.18 3 1.34 4.36.47l2.09 2.09l1.06-1.06l-2.09-2.09c.87-1.36.72-3.18-.47-4.36m-1.06 3.88c-.78.78-2.05.78-2.83 0s-.78-2.05 0-2.83s2.05-.78 2.83 0c.78.79.78 2.05 0 2.83"/></svg> </template>
CSS
.icon-twotone-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%205H4v11h16zm-4.53%2010.03l-2.09-2.09c-1.35.87-3.17.71-4.36-.47c-1.37-1.37-1.37-3.58%200-4.95s3.58-1.37%204.95%200c1.18%201.18%201.34%203%20.47%204.36l2.09%202.09z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2018h16c1.1%200%201.99-.9%201.99-2L22%205c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v11c0%201.1.9%202%202%202M4%205h16v11H4zM1%2019h22v2H1z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.97%207.53c-1.37-1.37-3.58-1.37-4.95%200s-1.37%203.58%200%204.95c1.18%201.18%203%201.34%204.36.47l2.09%202.09l1.06-1.06l-2.09-2.09c.87-1.36.72-3.18-.47-4.36m-1.06%203.88c-.78.78-2.05.78-2.83%200s-.78-2.05%200-2.83s2.05-.78%202.83%200c.78.79.78%202.05%200%202.83%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%205H4v11h16zm-4.53%2010.03l-2.09-2.09c-1.35.87-3.17.71-4.36-.47c-1.37-1.37-1.37-3.58%200-4.95s3.58-1.37%204.95%200c1.18%201.18%201.34%203%20.47%204.36l2.09%202.09z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2018h16c1.1%200%201.99-.9%201.99-2L22%205c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202v11c0%201.1.9%202%202%202M4%205h16v11H4zM1%2019h22v2H1z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.97%207.53c-1.37-1.37-3.58-1.37-4.95%200s-1.37%203.58%200%204.95c1.18%201.18%203%201.34%204.36.47l2.09%202.09l1.06-1.06l-2.09-2.09c.87-1.36.72-3.18-.47-4.36m-1.06%203.88c-.78.78-2.05.78-2.83%200s-.78-2.05%200-2.83s2.05-.78%202.83%200c.78.79.78%202.05%200%202.83%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-screen-search-desktop.svg?color=%231a73e8&size=48