search ai icon
search-ai-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- search-ai-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
Use the search ai icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 2a8.5 8.5 0 0 1 3.508.758a3 3 0 0 0-.969 1.757A6.5 6.5 0 1 0 17 10.5q0-.138-.007-.273a3 3 0 0 0 1.991.772a8.46 8.46 0 0 1-1.81 4.76l3.655 3.655a1.001 1.001 0 0 1-1.414 1.415l-3.654-3.655A8.46 8.46 0 0 1 10.5 19a8.5 8.5 0 0 1 0-17m0 3c.928 0 1.802.23 2.57.637a3 3 0 0 0 1.96 2.202l.346.117A5.5 5.5 0 1 1 10.5 5M19 1a1 1 0 0 1 .946.677l.13.378c.3.879.99 1.57 1.87 1.87l.377.129a1 1 0 0 1 0 1.892l-.378.13c-.879.3-1.57.99-1.87 1.87l-.129.377a1 1 0 0 1-1.892 0l-.13-.378a3 3 0 0 0-1.87-1.87l-.377-.129a1 1 0 0 1 0-1.892l.378-.13c.879-.3 1.57-.99 1.87-1.87l.129-.377A1 1 0 0 1 19 1"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteSearchAiFill(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="M10.5 2a8.5 8.5 0 0 1 3.508.758a3 3 0 0 0-.969 1.757A6.5 6.5 0 1 0 17 10.5q0-.138-.007-.273a3 3 0 0 0 1.991.772a8.46 8.46 0 0 1-1.81 4.76l3.655 3.655a1.001 1.001 0 0 1-1.414 1.415l-3.654-3.655A8.46 8.46 0 0 1 10.5 19a8.5 8.5 0 0 1 0-17m0 3c.928 0 1.802.23 2.57.637a3 3 0 0 0 1.96 2.202l.346.117A5.5 5.5 0 1 1 10.5 5M19 1a1 1 0 0 1 .946.677l.13.378c.3.879.99 1.57 1.87 1.87l.377.129a1 1 0 0 1 0 1.892l-.378.13c-.879.3-1.57.99-1.87 1.87l-.129.377a1 1 0 0 1-1.892 0l-.13-.378a3 3 0 0 0-1.87-1.87l-.377-.129a1 1 0 0 1 0-1.892l.378-.13c.879-.3 1.57-.99 1.87-1.87l.129-.377A1 1 0 0 1 19 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 2a8.5 8.5 0 0 1 3.508.758a3 3 0 0 0-.969 1.757A6.5 6.5 0 1 0 17 10.5q0-.138-.007-.273a3 3 0 0 0 1.991.772a8.46 8.46 0 0 1-1.81 4.76l3.655 3.655a1.001 1.001 0 0 1-1.414 1.415l-3.654-3.655A8.46 8.46 0 0 1 10.5 19a8.5 8.5 0 0 1 0-17m0 3c.928 0 1.802.23 2.57.637a3 3 0 0 0 1.96 2.202l.346.117A5.5 5.5 0 1 1 10.5 5M19 1a1 1 0 0 1 .946.677l.13.378c.3.879.99 1.57 1.87 1.87l.377.129a1 1 0 0 1 0 1.892l-.378.13c-.879.3-1.57.99-1.87 1.87l-.129.377a1 1 0 0 1-1.892 0l-.13-.378a3 3 0 0 0-1.87-1.87l-.377-.129a1 1 0 0 1 0-1.892l.378-.13c.879-.3 1.57-.99 1.87-1.87l.129-.377A1 1 0 0 1 19 1"/></svg> </template>
CSS
.icon-search-ai-fill {
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%22M10.5%202a8.5%208.5%200%200%201%203.508.758a3%203%200%200%200-.969%201.757A6.5%206.5%200%201%200%2017%2010.5q0-.138-.007-.273a3%203%200%200%200%201.991.772a8.46%208.46%200%200%201-1.81%204.76l3.655%203.655a1.001%201.001%200%200%201-1.414%201.415l-3.654-3.655A8.46%208.46%200%200%201%2010.5%2019a8.5%208.5%200%200%201%200-17m0%203c.928%200%201.802.23%202.57.637a3%203%200%200%200%201.96%202.202l.346.117A5.5%205.5%200%201%201%2010.5%205M19%201a1%201%200%200%201%20.946.677l.13.378c.3.879.99%201.57%201.87%201.87l.377.129a1%201%200%200%201%200%201.892l-.378.13c-.879.3-1.57.99-1.87%201.87l-.129.377a1%201%200%200%201-1.892%200l-.13-.378a3%203%200%200%200-1.87-1.87l-.377-.129a1%201%200%200%201%200-1.892l.378-.13c.879-.3%201.57-.99%201.87-1.87l.129-.377A1%201%200%200%201%2019%201%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%22M10.5%202a8.5%208.5%200%200%201%203.508.758a3%203%200%200%200-.969%201.757A6.5%206.5%200%201%200%2017%2010.5q0-.138-.007-.273a3%203%200%200%200%201.991.772a8.46%208.46%200%200%201-1.81%204.76l3.655%203.655a1.001%201.001%200%200%201-1.414%201.415l-3.654-3.655A8.46%208.46%200%200%201%2010.5%2019a8.5%208.5%200%200%201%200-17m0%203c.928%200%201.802.23%202.57.637a3%203%200%200%200%201.96%202.202l.346.117A5.5%205.5%200%201%201%2010.5%205M19%201a1%201%200%200%201%20.946.677l.13.378c.3.879.99%201.57%201.87%201.87l.377.129a1%201%200%200%201%200%201.892l-.378.13c-.879.3-1.57.99-1.87%201.87l-.129.377a1%201%200%200%201-1.892%200l-.13-.378a3%203%200%200%200-1.87-1.87l-.377-.129a1%201%200%200%201%200-1.892l.378-.13c.879-.3%201.57-.99%201.87-1.87l.129-.377A1%201%200%200%201%2019%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/search-ai-fill.svg?color=%231a73e8&size=48