twotone image search icon

twotone-image-search from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.

Name
twotone-image-search
Set
Google Material Icons
Style
Baseline
Category
Image
Viewbox
24×24
License
Apache 2.0

More image icons from Google Material Icons

Use the twotone image search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.7 11.53c-.7.31-1.45.47-2.21.47C12.46 12 10 9.53 10 6.5c0-.17.01-.34.03-.5H4v14h14v-8.17zM5.5 18l2.75-3.53l1.96 2.36l2.75-3.54L16.5 18z" opacity=".3"/><path fill="currentColor" d="m10.21 16.83l-1.96-2.36L5.5 18h11l-3.54-4.71zM20 6.5C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42L22.42 12L19.3 8.89c.44-.7.7-1.51.7-2.39M15.5 9a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5M18 20H4V6h6.03c.06-.72.27-1.39.58-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6.17l-2-2z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneImageSearch(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="M17.7 11.53c-.7.31-1.45.47-2.21.47C12.46 12 10 9.53 10 6.5c0-.17.01-.34.03-.5H4v14h14v-8.17zM5.5 18l2.75-3.53l1.96 2.36l2.75-3.54L16.5 18z" opacity=".3"/><path fill="currentColor" d="m10.21 16.83l-1.96-2.36L5.5 18h11l-3.54-4.71zM20 6.5C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42L22.42 12L19.3 8.89c.44-.7.7-1.51.7-2.39M15.5 9a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5M18 20H4V6h6.03c.06-.72.27-1.39.58-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6.17l-2-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.7 11.53c-.7.31-1.45.47-2.21.47C12.46 12 10 9.53 10 6.5c0-.17.01-.34.03-.5H4v14h14v-8.17zM5.5 18l2.75-3.53l1.96 2.36l2.75-3.54L16.5 18z" opacity=".3"/><path fill="currentColor" d="m10.21 16.83l-1.96-2.36L5.5 18h11l-3.54-4.71zM20 6.5C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42L22.42 12L19.3 8.89c.44-.7.7-1.51.7-2.39M15.5 9a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5M18 20H4V6h6.03c.06-.72.27-1.39.58-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6.17l-2-2z"/></svg>
</template>

CSS

.icon-twotone-image-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%22M17.7%2011.53c-.7.31-1.45.47-2.21.47C12.46%2012%2010%209.53%2010%206.5c0-.17.01-.34.03-.5H4v14h14v-8.17zM5.5%2018l2.75-3.53l1.96%202.36l2.75-3.54L16.5%2018z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.21%2016.83l-1.96-2.36L5.5%2018h11l-3.54-4.71zM20%206.5C20%204.01%2017.99%202%2015.5%202S11%204.01%2011%206.5s2.01%204.5%204.49%204.5c.88%200%201.7-.26%202.39-.7L21%2013.42L22.42%2012L19.3%208.89c.44-.7.7-1.51.7-2.39M15.5%209a2.5%202.5%200%200%201%200-5a2.5%202.5%200%200%201%200%205M18%2020H4V6h6.03c.06-.72.27-1.39.58-2H4c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2v-6.17l-2-2z%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%22M17.7%2011.53c-.7.31-1.45.47-2.21.47C12.46%2012%2010%209.53%2010%206.5c0-.17.01-.34.03-.5H4v14h14v-8.17zM5.5%2018l2.75-3.53l1.96%202.36l2.75-3.54L16.5%2018z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.21%2016.83l-1.96-2.36L5.5%2018h11l-3.54-4.71zM20%206.5C20%204.01%2017.99%202%2015.5%202S11%204.01%2011%206.5s2.01%204.5%204.49%204.5c.88%200%201.7-.26%202.39-.7L21%2013.42L22.42%2012L19.3%208.89c.44-.7.7-1.51.7-2.39M15.5%209a2.5%202.5%200%200%201%200-5a2.5%202.5%200%200%201%200%205M18%2020H4V6h6.03c.06-.72.27-1.39.58-2H4c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2v-6.17l-2-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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