image search alt icon
image-search-alt from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- image-search-alt
- Set
- Carbon
- Style
- Outline
- Category
- Actions
- Viewbox
- 32×32
- License
- Apache 2.0
More actions icons from Carbon
activity-taskadapter-notificationaddadd-altadd-commentadd-largealign-box-bottom-centeralign-box-bottom-leftalign-box-bottom-rightalign-box-middle-centeralign-box-middle-leftalign-box-middle-rightalign-box-top-centeralign-box-top-leftalign-box-top-rightalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-vertical-bottomalign-vertical-centeralign-vertical-topappsareaarea-custom
Use the image search alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 16a5.99 5.99 0 0 0 9.471 4.885L24.586 26L26 24.586l-5.115-5.115A5.997 5.997 0 1 0 10 16m2 0a4 4 0 1 1 4 4a4.005 4.005 0 0 1-4-4"/><path fill="currentColor" d="M29 7h-6.46l-1.71-2.55A1 1 0 0 0 20 4h-8a1 1 0 0 0-.83.45L9.46 7H3a1.003 1.003 0 0 0-1 1v17a1.003 1.003 0 0 0 1 1h9v-2H4V9h6a1 1 0 0 0 .83-.45L12.54 6h6.92l1.71 2.55A1 1 0 0 0 22 9h6v12h2V8a1.003 1.003 0 0 0-1-1"/></svg>
React
import type { SVGProps } from "react";
export function CarbonImageSearchAlt(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="M10 16a5.99 5.99 0 0 0 9.471 4.885L24.586 26L26 24.586l-5.115-5.115A5.997 5.997 0 1 0 10 16m2 0a4 4 0 1 1 4 4a4.005 4.005 0 0 1-4-4"/><path fill="currentColor" d="M29 7h-6.46l-1.71-2.55A1 1 0 0 0 20 4h-8a1 1 0 0 0-.83.45L9.46 7H3a1.003 1.003 0 0 0-1 1v17a1.003 1.003 0 0 0 1 1h9v-2H4V9h6a1 1 0 0 0 .83-.45L12.54 6h6.92l1.71 2.55A1 1 0 0 0 22 9h6v12h2V8a1.003 1.003 0 0 0-1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 16a5.99 5.99 0 0 0 9.471 4.885L24.586 26L26 24.586l-5.115-5.115A5.997 5.997 0 1 0 10 16m2 0a4 4 0 1 1 4 4a4.005 4.005 0 0 1-4-4"/><path fill="currentColor" d="M29 7h-6.46l-1.71-2.55A1 1 0 0 0 20 4h-8a1 1 0 0 0-.83.45L9.46 7H3a1.003 1.003 0 0 0-1 1v17a1.003 1.003 0 0 0 1 1h9v-2H4V9h6a1 1 0 0 0 .83-.45L12.54 6h6.92l1.71 2.55A1 1 0 0 0 22 9h6v12h2V8a1.003 1.003 0 0 0-1-1"/></svg> </template>
CSS
.icon-image-search-alt {
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%22M10%2016a5.99%205.99%200%200%200%209.471%204.885L24.586%2026L26%2024.586l-5.115-5.115A5.997%205.997%200%201%200%2010%2016m2%200a4%204%200%201%201%204%204a4.005%204.005%200%200%201-4-4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29%207h-6.46l-1.71-2.55A1%201%200%200%200%2020%204h-8a1%201%200%200%200-.83.45L9.46%207H3a1.003%201.003%200%200%200-1%201v17a1.003%201.003%200%200%200%201%201h9v-2H4V9h6a1%201%200%200%200%20.83-.45L12.54%206h6.92l1.71%202.55A1%201%200%200%200%2022%209h6v12h2V8a1.003%201.003%200%200%200-1-1%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%22M10%2016a5.99%205.99%200%200%200%209.471%204.885L24.586%2026L26%2024.586l-5.115-5.115A5.997%205.997%200%201%200%2010%2016m2%200a4%204%200%201%201%204%204a4.005%204.005%200%200%201-4-4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29%207h-6.46l-1.71-2.55A1%201%200%200%200%2020%204h-8a1%201%200%200%200-.83.45L9.46%207H3a1.003%201.003%200%200%200-1%201v17a1.003%201.003%200%200%200%201%201h9v-2H4V9h6a1%201%200%200%200%20.83-.45L12.54%206h6.92l1.71%202.55A1%201%200%200%200%2022%209h6v12h2V8a1.003%201.003%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/image-search-alt.svg?color=%231a73e8&size=48