image search icon

image-search from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
image-search
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More actions icons from Carbon

Use the image search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 14a5.99 5.99 0 0 0-4.885 9.471L14 28.586L15.414 30l5.115-5.115A5.997 5.997 0 1 0 24 14m0 10a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4m-7-12a3 3 0 1 0-3-3a3.003 3.003 0 0 0 3 3m0-4a1 1 0 1 1-1 1a1 1 0 0 1 1-1"/><path fill="currentColor" d="M12 24H4v-6.003L9 13l5.586 5.586L16 17.168l-5.586-5.585a2 2 0 0 0-2.828 0L4 15.168V4h20v6h2V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h8Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonImageSearch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 14a5.99 5.99 0 0 0-4.885 9.471L14 28.586L15.414 30l5.115-5.115A5.997 5.997 0 1 0 24 14m0 10a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4m-7-12a3 3 0 1 0-3-3a3.003 3.003 0 0 0 3 3m0-4a1 1 0 1 1-1 1a1 1 0 0 1 1-1"/><path fill="currentColor" d="M12 24H4v-6.003L9 13l5.586 5.586L16 17.168l-5.586-5.585a2 2 0 0 0-2.828 0L4 15.168V4h20v6h2V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h8Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 14a5.99 5.99 0 0 0-4.885 9.471L14 28.586L15.414 30l5.115-5.115A5.997 5.997 0 1 0 24 14m0 10a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4m-7-12a3 3 0 1 0-3-3a3.003 3.003 0 0 0 3 3m0-4a1 1 0 1 1-1 1a1 1 0 0 1 1-1"/><path fill="currentColor" d="M12 24H4v-6.003L9 13l5.586 5.586L16 17.168l-5.586-5.585a2 2 0 0 0-2.828 0L4 15.168V4h20v6h2V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h8Z"/></svg>
</template>

CSS

.icon-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2014a5.99%205.99%200%200%200-4.885%209.471L14%2028.586L15.414%2030l5.115-5.115A5.997%205.997%200%201%200%2024%2014m0%2010a4%204%200%201%201%204-4a4.005%204.005%200%200%201-4%204m-7-12a3%203%200%201%200-3-3a3.003%203.003%200%200%200%203%203m0-4a1%201%200%201%201-1%201a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2024H4v-6.003L9%2013l5.586%205.586L16%2017.168l-5.586-5.585a2%202%200%200%200-2.828%200L4%2015.168V4h20v6h2V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v20a2%202%200%200%200%202%202h8Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2014a5.99%205.99%200%200%200-4.885%209.471L14%2028.586L15.414%2030l5.115-5.115A5.997%205.997%200%201%200%2024%2014m0%2010a4%204%200%201%201%204-4a4.005%204.005%200%200%201-4%204m-7-12a3%203%200%201%200-3-3a3.003%203.003%200%200%200%203%203m0-4a1%201%200%201%201-1%201a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2024H4v-6.003L9%2013l5.586%205.586L16%2017.168l-5.586-5.585a2%202%200%200%200-2.828%200L4%2015.168V4h20v6h2V4a2%202%200%200%200-2-2H4a2%202%200%200%200-2%202v20a2%202%200%200%200%202%202h8Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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