ai wiper icon
ai-wiper from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- ai-wiper
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the ai wiper icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M15.5 9.001L17 7.5m1.5 5L22 9M5.97 7.53l-.44.44a1.81 1.81 0 0 0 0 2.56l7.94 7.94a1.81 1.81 0 0 0 2.56 0l.44-.44a1.81 1.81 0 0 0 0-2.56L8.53 7.53a1.81 1.81 0 0 0-2.56 0"/><path d="m12.5 17.5l-4 .5l-3.482 3.482a1.767 1.767 0 1 1-2.5-2.5L6 15.5l.5-4zM13 2.75V4m0 0v1.25M13 4h-1m1 0h1m1 0l-.867-.29a1.33 1.33 0 0 1-.844-.842L13 2l-.29.868a1.33 1.33 0 0 1-.843.843L11 4l.867.29c.399.132.711.444.844.842L13 6l.29-.868a1.33 1.33 0 0 1 .843-.843z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsAiWiper(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M15.5 9.001L17 7.5m1.5 5L22 9M5.97 7.53l-.44.44a1.81 1.81 0 0 0 0 2.56l7.94 7.94a1.81 1.81 0 0 0 2.56 0l.44-.44a1.81 1.81 0 0 0 0-2.56L8.53 7.53a1.81 1.81 0 0 0-2.56 0"/><path d="m12.5 17.5l-4 .5l-3.482 3.482a1.767 1.767 0 1 1-2.5-2.5L6 15.5l.5-4zM13 2.75V4m0 0v1.25M13 4h-1m1 0h1m1 0l-.867-.29a1.33 1.33 0 0 1-.844-.842L13 2l-.29.868a1.33 1.33 0 0 1-.843.843L11 4l.867.29c.399.132.711.444.844.842L13 6l.29-.868a1.33 1.33 0 0 1 .843-.843z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M15.5 9.001L17 7.5m1.5 5L22 9M5.97 7.53l-.44.44a1.81 1.81 0 0 0 0 2.56l7.94 7.94a1.81 1.81 0 0 0 2.56 0l.44-.44a1.81 1.81 0 0 0 0-2.56L8.53 7.53a1.81 1.81 0 0 0-2.56 0"/><path d="m12.5 17.5l-4 .5l-3.482 3.482a1.767 1.767 0 1 1-2.5-2.5L6 15.5l.5-4zM13 2.75V4m0 0v1.25M13 4h-1m1 0h1m1 0l-.867-.29a1.33 1.33 0 0 1-.844-.842L13 2l-.29.868a1.33 1.33 0 0 1-.843.843L11 4l.867.29c.399.132.711.444.844.842L13 6l.29-.868a1.33 1.33 0 0 1 .843-.843z"/></g></svg> </template>
CSS
.icon-ai-wiper {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.5%209.001L17%207.5m1.5%205L22%209M5.97%207.53l-.44.44a1.81%201.81%200%200%200%200%202.56l7.94%207.94a1.81%201.81%200%200%200%202.56%200l.44-.44a1.81%201.81%200%200%200%200-2.56L8.53%207.53a1.81%201.81%200%200%200-2.56%200%22%2F%3E%3Cpath%20d%3D%22m12.5%2017.5l-4%20.5l-3.482%203.482a1.767%201.767%200%201%201-2.5-2.5L6%2015.5l.5-4zM13%202.75V4m0%200v1.25M13%204h-1m1%200h1m1%200l-.867-.29a1.33%201.33%200%200%201-.844-.842L13%202l-.29.868a1.33%201.33%200%200%201-.843.843L11%204l.867.29c.399.132.711.444.844.842L13%206l.29-.868a1.33%201.33%200%200%201%20.843-.843z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.5%209.001L17%207.5m1.5%205L22%209M5.97%207.53l-.44.44a1.81%201.81%200%200%200%200%202.56l7.94%207.94a1.81%201.81%200%200%200%202.56%200l.44-.44a1.81%201.81%200%200%200%200-2.56L8.53%207.53a1.81%201.81%200%200%200-2.56%200%22%2F%3E%3Cpath%20d%3D%22m12.5%2017.5l-4%20.5l-3.482%203.482a1.767%201.767%200%201%201-2.5-2.5L6%2015.5l.5-4zM13%202.75V4m0%200v1.25M13%204h-1m1%200h1m1%200l-.867-.29a1.33%201.33%200%200%201-.844-.842L13%202l-.29.868a1.33%201.33%200%200%201-.843.843L11%204l.867.29c.399.132.711.444.844.842L13%206l.29-.868a1.33%201.33%200%200%201%20.843-.843z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/ai-wiper.svg?color=%231a73e8&size=48