audit icon
audit from IconPark by ByteDance · Color · Others · Apache-2.0 Free for personal and commercial use.
- Name
- audit
- Set
- IconPark
- Style
- Color
- Category
- Others
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More others icons from IconPark
Use the audit 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-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M8 36L8.00461 28.0426C8.00551 27.4906 8.45313 27.0432 9.00519 27.0426C12.3391 27.0426 15.6731 27.0426 19.0071 27.0426C19.9286 27.0426 19.9237 26.2252 19.9237 24.2792C19.9237 22.3332 15.0221 20.6941 15.0221 13.8528C15.0221 7.01151 20.0999 5 24.32 5C28.5401 5 33.1366 7.01151 33.1366 13.8528C33.1366 20.6941 28.2607 21.7818 28.2607 24.2792C28.2607 26.7765 28.2607 27.0426 29.0413 27.0426C32.3609 27.0426 35.6806 27.0426 39.0003 27.0426C39.5525 27.0426 40.0003 27.4904 40.0003 28.0426V36H8Z"/><path stroke-linecap="round" d="M8 42H40"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkAudit(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" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M8 36L8.00461 28.0426C8.00551 27.4906 8.45313 27.0432 9.00519 27.0426C12.3391 27.0426 15.6731 27.0426 19.0071 27.0426C19.9286 27.0426 19.9237 26.2252 19.9237 24.2792C19.9237 22.3332 15.0221 20.6941 15.0221 13.8528C15.0221 7.01151 20.0999 5 24.32 5C28.5401 5 33.1366 7.01151 33.1366 13.8528C33.1366 20.6941 28.2607 21.7818 28.2607 24.2792C28.2607 26.7765 28.2607 27.0426 29.0413 27.0426C32.3609 27.0426 35.6806 27.0426 39.0003 27.0426C39.5525 27.0426 40.0003 27.4904 40.0003 28.0426V36H8Z"/><path strokeLinecap="round" d="M8 42H40"/></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-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M8 36L8.00461 28.0426C8.00551 27.4906 8.45313 27.0432 9.00519 27.0426C12.3391 27.0426 15.6731 27.0426 19.0071 27.0426C19.9286 27.0426 19.9237 26.2252 19.9237 24.2792C19.9237 22.3332 15.0221 20.6941 15.0221 13.8528C15.0221 7.01151 20.0999 5 24.32 5C28.5401 5 33.1366 7.01151 33.1366 13.8528C33.1366 20.6941 28.2607 21.7818 28.2607 24.2792C28.2607 26.7765 28.2607 27.0426 29.0413 27.0426C32.3609 27.0426 35.6806 27.0426 39.0003 27.0426C39.5525 27.0426 40.0003 27.4904 40.0003 28.0426V36H8Z"/><path stroke-linecap="round" d="M8 42H40"/></g></svg> </template>
CSS
.icon-audit {
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-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M8%2036L8.00461%2028.0426C8.00551%2027.4906%208.45313%2027.0432%209.00519%2027.0426C12.3391%2027.0426%2015.6731%2027.0426%2019.0071%2027.0426C19.9286%2027.0426%2019.9237%2026.2252%2019.9237%2024.2792C19.9237%2022.3332%2015.0221%2020.6941%2015.0221%2013.8528C15.0221%207.01151%2020.0999%205%2024.32%205C28.5401%205%2033.1366%207.01151%2033.1366%2013.8528C33.1366%2020.6941%2028.2607%2021.7818%2028.2607%2024.2792C28.2607%2026.7765%2028.2607%2027.0426%2029.0413%2027.0426C32.3609%2027.0426%2035.6806%2027.0426%2039.0003%2027.0426C39.5525%2027.0426%2040.0003%2027.4904%2040.0003%2028.0426V36H8Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2042H40%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-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M8%2036L8.00461%2028.0426C8.00551%2027.4906%208.45313%2027.0432%209.00519%2027.0426C12.3391%2027.0426%2015.6731%2027.0426%2019.0071%2027.0426C19.9286%2027.0426%2019.9237%2026.2252%2019.9237%2024.2792C19.9237%2022.3332%2015.0221%2020.6941%2015.0221%2013.8528C15.0221%207.01151%2020.0999%205%2024.32%205C28.5401%205%2033.1366%207.01151%2033.1366%2013.8528C33.1366%2020.6941%2028.2607%2021.7818%2028.2607%2024.2792C28.2607%2026.7765%2028.2607%2027.0426%2029.0413%2027.0426C32.3609%2027.0426%2035.6806%2027.0426%2039.0003%2027.0426C39.5525%2027.0426%2040.0003%2027.4904%2040.0003%2028.0426V36H8Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%2042H40%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/audit.svg?color=%231a73e8&size=48