instruction icon
instruction from IconPark by ByteDance · Color · Office · Apache-2.0 Free for personal and commercial use.
- Name
- instruction
- Set
- IconPark
- Style
- Color
- Category
- Office
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More office icons from IconPark
Use the instruction icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="4"><rect width="40" height="32" x="4" y="8" stroke-linejoin="round" rx="2"/><path fill="#2F88FF" stroke-linejoin="round" d="M4 10C4 8.89543 4.89543 8 6 8H42C43.1046 8 44 8.89543 44 10V16H4V10Z"/><path d="M25 23L23 34"/><path stroke-linejoin="round" d="M31 23L37 28L31 34"/><path stroke-linejoin="round" d="M17 22.9999L11 27.9999L17 33.9999"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkInstruction(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeWidth="4"><rect width="40" height="32" x="4" y="8" strokeLinejoin="round" rx="2"/><path fill="#2F88FF" strokeLinejoin="round" d="M4 10C4 8.89543 4.89543 8 6 8H42C43.1046 8 44 8.89543 44 10V16H4V10Z"/><path d="M25 23L23 34"/><path strokeLinejoin="round" d="M31 23L37 28L31 34"/><path strokeLinejoin="round" d="M17 22.9999L11 27.9999L17 33.9999"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="4"><rect width="40" height="32" x="4" y="8" stroke-linejoin="round" rx="2"/><path fill="#2F88FF" stroke-linejoin="round" d="M4 10C4 8.89543 4.89543 8 6 8H42C43.1046 8 44 8.89543 44 10V16H4V10Z"/><path d="M25 23L23 34"/><path stroke-linejoin="round" d="M31 23L37 28L31 34"/><path stroke-linejoin="round" d="M17 22.9999L11 27.9999L17 33.9999"/></g></svg> </template>
CSS
.icon-instruction {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Crect%20width%3D%2240%22%20height%3D%2232%22%20x%3D%224%22%20y%3D%228%22%20stroke-linejoin%3D%22round%22%20rx%3D%222%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2010C4%208.89543%204.89543%208%206%208H42C43.1046%208%2044%208.89543%2044%2010V16H4V10Z%22%2F%3E%3Cpath%20d%3D%22M25%2023L23%2034%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M31%2023L37%2028L31%2034%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17%2022.9999L11%2027.9999L17%2033.9999%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Crect%20width%3D%2240%22%20height%3D%2232%22%20x%3D%224%22%20y%3D%228%22%20stroke-linejoin%3D%22round%22%20rx%3D%222%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4%2010C4%208.89543%204.89543%208%206%208H42C43.1046%208%2044%208.89543%2044%2010V16H4V10Z%22%2F%3E%3Cpath%20d%3D%22M25%2023L23%2034%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M31%2023L37%2028L31%2034%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M17%2022.9999L11%2027.9999L17%2033.9999%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/instruction.svg?color=%231a73e8&size=48