ai generate 2 icon
ai-generate-2-line from Remix Icon by Remix Design · Line · Design · Apache-2.0 Free for personal and commercial use.
- Name
- ai-generate-2-line
- Set
- Remix Icon
- Style
- Line
- Category
- Design
- Viewbox
- 24×24
- License
- Apache 2.0
2 other variants in Remix Icon
More design icons from Remix Icon
align-item-bottom-fillalign-item-horizontal-center-fillalign-item-left-fillalign-item-right-fillalign-item-top-fillalign-item-vertical-center-fillanticlockwise-2-fillanticlockwise-fillartboard-2-fillartboard-fillball-pen-fillblur-off-fillbrush-2-fillbrush-3-fillbrush-4-fillbrush-ai-3-fillbrush-ai-fillbrush-fillcircle-fillclockwise-2-fillclockwise-fillcollage-fillcolor-filter-ai-fillcolor-filter-fill
Use the ai generate 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 3a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4zM6 5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm5.412 2.4a.632.632 0 0 1 1.176 0l.316.763a5.46 5.46 0 0 0 2.815 2.908l.896.399c.513.228.514.975 0 1.204l-.95.422a5.45 5.45 0 0 0-2.773 2.813l-.308.707a.633.633 0 0 1-1.168 0l-.308-.707a5.45 5.45 0 0 0-2.773-2.813l-.95-.422c-.513-.229-.513-.976 0-1.204l.896-.399a5.46 5.46 0 0 0 2.814-2.908z"/></svg>
React
import type { SVGProps } from "react";
export function RiAiGenerate2Line(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="M18 3a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4zM6 5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm5.412 2.4a.632.632 0 0 1 1.176 0l.316.763a5.46 5.46 0 0 0 2.815 2.908l.896.399c.513.228.514.975 0 1.204l-.95.422a5.45 5.45 0 0 0-2.773 2.813l-.308.707a.633.633 0 0 1-1.168 0l-.308-.707a5.45 5.45 0 0 0-2.773-2.813l-.95-.422c-.513-.229-.513-.976 0-1.204l.896-.399a5.46 5.46 0 0 0 2.814-2.908z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 3a4 4 0 0 1 4 4v10a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4zM6 5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm5.412 2.4a.632.632 0 0 1 1.176 0l.316.763a5.46 5.46 0 0 0 2.815 2.908l.896.399c.513.228.514.975 0 1.204l-.95.422a5.45 5.45 0 0 0-2.773 2.813l-.308.707a.633.633 0 0 1-1.168 0l-.308-.707a5.45 5.45 0 0 0-2.773-2.813l-.95-.422c-.513-.229-.513-.976 0-1.204l.896-.399a5.46 5.46 0 0 0 2.814-2.908z"/></svg> </template>
CSS
.icon-ai-generate-2-line {
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%22M18%203a4%204%200%200%201%204%204v10a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4V7a4%204%200%200%201%204-4zM6%205a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V7a2%202%200%200%200-2-2zm5.412%202.4a.632.632%200%200%201%201.176%200l.316.763a5.46%205.46%200%200%200%202.815%202.908l.896.399c.513.228.514.975%200%201.204l-.95.422a5.45%205.45%200%200%200-2.773%202.813l-.308.707a.633.633%200%200%201-1.168%200l-.308-.707a5.45%205.45%200%200%200-2.773-2.813l-.95-.422c-.513-.229-.513-.976%200-1.204l.896-.399a5.46%205.46%200%200%200%202.814-2.908z%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%22M18%203a4%204%200%200%201%204%204v10a4%204%200%200%201-4%204H6a4%204%200%200%201-4-4V7a4%204%200%200%201%204-4zM6%205a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V7a2%202%200%200%200-2-2zm5.412%202.4a.632.632%200%200%201%201.176%200l.316.763a5.46%205.46%200%200%200%202.815%202.908l.896.399c.513.228.514.975%200%201.204l-.95.422a5.45%205.45%200%200%200-2.773%202.813l-.308.707a.633.633%200%200%201-1.168%200l-.308-.707a5.45%205.45%200%200%200-2.773-2.813l-.95-.422c-.513-.229-.513-.976%200-1.204l.896-.399a5.46%205.46%200%200%200%202.814-2.908z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/ai-generate-2-line.svg?color=%231a73e8&size=48