ai screenshot icon
ai-screenshot from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- ai-screenshot
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Related icons in TDesign Icons
Use the ai screenshot icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M17.714 17.5c1.263 0 2.286 1.007 2.286 2.25S18.977 22 17.714 22c-1.262 0-2.285-1.007-2.285-2.25s1.023-2.25 2.285-2.25m-11.428 0C5.023 17.5 4 18.507 4 19.75S5.023 22 6.286 22c1.262 0 2.285-1.007 2.285-2.25S7.548 17.5 6.286 17.5"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M21 15v-3.5M3 15V3h9.5m2.929 16.75c0 1.243 1.023 2.25 2.285 2.25S20 20.993 20 19.75s-1.023-2.25-2.286-2.25c-1.262 0-2.285 1.007-2.285 2.25Zm.582-1.5L7.81 10h-.003zm-7.44 1.5c0 1.243-1.023 2.25-2.285 2.25S4 20.993 4 19.75s1.023-2.25 2.286-2.25c1.262 0 2.285 1.007 2.285 2.25Zm-.582-1.5L16.191 10h.002z"/><path stroke="currentColor" stroke-width="2" d="m19.25 3l.52 1.23l1.23.52l-1.23.52l-.52 1.23l-.52-1.23l-1.23-.52l1.23-.52z"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignAiScreenshot(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"><path d="M17.714 17.5c1.263 0 2.286 1.007 2.286 2.25S18.977 22 17.714 22c-1.262 0-2.285-1.007-2.285-2.25s1.023-2.25 2.285-2.25m-11.428 0C5.023 17.5 4 18.507 4 19.75S5.023 22 6.286 22c1.262 0 2.285-1.007 2.285-2.25S7.548 17.5 6.286 17.5"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M21 15v-3.5M3 15V3h9.5m2.929 16.75c0 1.243 1.023 2.25 2.285 2.25S20 20.993 20 19.75s-1.023-2.25-2.286-2.25c-1.262 0-2.285 1.007-2.285 2.25Zm.582-1.5L7.81 10h-.003zm-7.44 1.5c0 1.243-1.023 2.25-2.285 2.25S4 20.993 4 19.75s1.023-2.25 2.286-2.25c1.262 0 2.285 1.007 2.285 2.25Zm-.582-1.5L16.191 10h.002z"/><path stroke="currentColor" strokeWidth="2" d="m19.25 3l.52 1.23l1.23.52l-1.23.52l-.52 1.23l-.52-1.23l-1.23-.52l1.23-.52z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M17.714 17.5c1.263 0 2.286 1.007 2.286 2.25S18.977 22 17.714 22c-1.262 0-2.285-1.007-2.285-2.25s1.023-2.25 2.285-2.25m-11.428 0C5.023 17.5 4 18.507 4 19.75S5.023 22 6.286 22c1.262 0 2.285-1.007 2.285-2.25S7.548 17.5 6.286 17.5"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M21 15v-3.5M3 15V3h9.5m2.929 16.75c0 1.243 1.023 2.25 2.285 2.25S20 20.993 20 19.75s-1.023-2.25-2.286-2.25c-1.262 0-2.285 1.007-2.285 2.25Zm.582-1.5L7.81 10h-.003zm-7.44 1.5c0 1.243-1.023 2.25-2.285 2.25S4 20.993 4 19.75s1.023-2.25 2.286-2.25c1.262 0 2.285 1.007 2.285 2.25Zm-.582-1.5L16.191 10h.002z"/><path stroke="currentColor" stroke-width="2" d="m19.25 3l.52 1.23l1.23.52l-1.23.52l-.52 1.23l-.52-1.23l-1.23-.52l1.23-.52z"/></g></svg> </template>
CSS
.icon-ai-screenshot {
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%3E%3Cpath%20d%3D%22M17.714%2017.5c1.263%200%202.286%201.007%202.286%202.25S18.977%2022%2017.714%2022c-1.262%200-2.285-1.007-2.285-2.25s1.023-2.25%202.285-2.25m-11.428%200C5.023%2017.5%204%2018.507%204%2019.75S5.023%2022%206.286%2022c1.262%200%202.285-1.007%202.285-2.25S7.548%2017.5%206.286%2017.5%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M21%2015v-3.5M3%2015V3h9.5m2.929%2016.75c0%201.243%201.023%202.25%202.285%202.25S20%2020.993%2020%2019.75s-1.023-2.25-2.286-2.25c-1.262%200-2.285%201.007-2.285%202.25Zm.582-1.5L7.81%2010h-.003zm-7.44%201.5c0%201.243-1.023%202.25-2.285%202.25S4%2020.993%204%2019.75s1.023-2.25%202.286-2.25c1.262%200%202.285%201.007%202.285%202.25Zm-.582-1.5L16.191%2010h.002z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22m19.25%203l.52%201.23l1.23.52l-1.23.52l-.52%201.23l-.52-1.23l-1.23-.52l1.23-.52z%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%3E%3Cpath%20d%3D%22M17.714%2017.5c1.263%200%202.286%201.007%202.286%202.25S18.977%2022%2017.714%2022c-1.262%200-2.285-1.007-2.285-2.25s1.023-2.25%202.285-2.25m-11.428%200C5.023%2017.5%204%2018.507%204%2019.75S5.023%2022%206.286%2022c1.262%200%202.285-1.007%202.285-2.25S7.548%2017.5%206.286%2017.5%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M21%2015v-3.5M3%2015V3h9.5m2.929%2016.75c0%201.243%201.023%202.25%202.285%202.25S20%2020.993%2020%2019.75s-1.023-2.25-2.286-2.25c-1.262%200-2.285%201.007-2.285%202.25Zm.582-1.5L7.81%2010h-.003zm-7.44%201.5c0%201.243-1.023%202.25-2.285%202.25S4%2020.993%204%2019.75s1.023-2.25%202.286-2.25c1.262%200%202.285%201.007%202.285%202.25Zm-.582-1.5L16.191%2010h.002z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22m19.25%203l.52%201.23l1.23.52l-1.23.52l-.52%201.23l-.52-1.23l-1.23-.52l1.23-.52z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/ai-screenshot.svg?color=%231a73e8&size=48