test suite icon
test-suite-solid from Dither Icons by Vijay K Singh · Solid · MIT Free for personal and commercial use.
- Name
- test-suite-solid
- Set
- Dither Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
2 other variants in Dither Icons
Use the test suite icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID22"><path d="M4.6 6h1.8v9.7a.9.9 0 0 1-1.8 0Z"/></clipPath><clipPath id="svgID23"><path d="M11.1 4h1.8v11.7a.9.9 0 0 1-1.8 0Z"/></clipPath><clipPath id="svgID24"><path d="M17.6 5h1.8v10.7a.9.9 0 0 1-1.8 0Z"/></clipPath><mask id="svgID25" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><path fill="#000" stroke="#000" stroke-width=".18" d="M3.7 5.1h3.6v10.6a1.8 1.8 0 0 1-3.6 0Z"/><path fill="#000" stroke="#000" stroke-width=".18" d="M10.2 3.1h3.6v12.6a1.8 1.8 0 0 1-3.6 0Z"/><path fill="#000" stroke="#000" stroke-width=".18" d="M16.7 4.1h3.6v11.6a1.8 1.8 0 0 1-3.6 0Z"/></mask></defs><g mask="url(#svgID25)" opacity=".65"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2" d="M2.5 13.8h19M3.1 13.8v6.7h17.8v-6.7"/></g><path fill-rule="evenodd" d="M3.7 5.1h3.6v10.6a1.8 1.8 0 0 1-3.6 0ZM4.6 6v9.7a.9.9 0 0 0 1.8 0V6Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.05" d="M3.3 5.1h4.4"/><g clip-path="url(#svgID22)"><circle cx="5.5" cy="10.4" r=".7"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M4.35 18.2q1.15.55 2.3 0" opacity="0"/><path fill-rule="evenodd" d="M10.2 3.1h3.6v12.6a1.8 1.8 0 0 1-3.6 0ZM11.1 4v11.7a.9.9 0 0 0 1.8 0V4Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.05" d="M9.8 3.1h4.4"/><g clip-path="url(#svgID23)"><circle cx="12" cy="9.1" r=".7"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M10.85 18.2q1.15.55 2.3 0" opacity="0"/><path fill-rule="evenodd" d="M16.7 4.1h3.6v11.6a1.8 1.8 0 0 1-3.6 0ZM17.6 5v10.7a.9.9 0 0 0 1.8 0V5Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.05" d="M16.3 4.1h4.4"/><g clip-path="url(#svgID24)"><circle cx="18.5" cy="10" r=".7"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M17.35 18.2q1.15.55 2.3 0" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M4.6 19h14.8" opacity="0"/></g></svg>
React
import type { SVGProps } from "react";
export function DitherTestSuiteSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID22"><path d="M4.6 6h1.8v9.7a.9.9 0 0 1-1.8 0Z"/></clipPath><clipPath id="svgID23"><path d="M11.1 4h1.8v11.7a.9.9 0 0 1-1.8 0Z"/></clipPath><clipPath id="svgID24"><path d="M17.6 5h1.8v10.7a.9.9 0 0 1-1.8 0Z"/></clipPath><mask id="svgID25" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><path fill="#000" stroke="#000" strokeWidth=".18" d="M3.7 5.1h3.6v10.6a1.8 1.8 0 0 1-3.6 0Z"/><path fill="#000" stroke="#000" strokeWidth=".18" d="M10.2 3.1h3.6v12.6a1.8 1.8 0 0 1-3.6 0Z"/><path fill="#000" stroke="#000" strokeWidth=".18" d="M16.7 4.1h3.6v11.6a1.8 1.8 0 0 1-3.6 0Z"/></mask></defs><g mask="url(#svgID25)" opacity=".65"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.2" d="M2.5 13.8h19M3.1 13.8v6.7h17.8v-6.7"/></g><path fillRule="evenodd" d="M3.7 5.1h3.6v10.6a1.8 1.8 0 0 1-3.6 0ZM4.6 6v9.7a.9.9 0 0 0 1.8 0V6Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.05" d="M3.3 5.1h4.4"/><g clipPath="url(#svgID22)"><circle cx="5.5" cy="10.4" r=".7"/></g><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M4.35 18.2q1.15.55 2.3 0" opacity="0"/><path fillRule="evenodd" d="M10.2 3.1h3.6v12.6a1.8 1.8 0 0 1-3.6 0ZM11.1 4v11.7a.9.9 0 0 0 1.8 0V4Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.05" d="M9.8 3.1h4.4"/><g clipPath="url(#svgID23)"><circle cx="12" cy="9.1" r=".7"/></g><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M10.85 18.2q1.15.55 2.3 0" opacity="0"/><path fillRule="evenodd" d="M16.7 4.1h3.6v11.6a1.8 1.8 0 0 1-3.6 0ZM17.6 5v10.7a.9.9 0 0 0 1.8 0V5Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.05" d="M16.3 4.1h4.4"/><g clipPath="url(#svgID24)"><circle cx="18.5" cy="10" r=".7"/></g><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M17.35 18.2q1.15.55 2.3 0" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M4.6 19h14.8" opacity="0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID22"><path d="M4.6 6h1.8v9.7a.9.9 0 0 1-1.8 0Z"/></clipPath><clipPath id="svgID23"><path d="M11.1 4h1.8v11.7a.9.9 0 0 1-1.8 0Z"/></clipPath><clipPath id="svgID24"><path d="M17.6 5h1.8v10.7a.9.9 0 0 1-1.8 0Z"/></clipPath><mask id="svgID25" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><path fill="#000" stroke="#000" stroke-width=".18" d="M3.7 5.1h3.6v10.6a1.8 1.8 0 0 1-3.6 0Z"/><path fill="#000" stroke="#000" stroke-width=".18" d="M10.2 3.1h3.6v12.6a1.8 1.8 0 0 1-3.6 0Z"/><path fill="#000" stroke="#000" stroke-width=".18" d="M16.7 4.1h3.6v11.6a1.8 1.8 0 0 1-3.6 0Z"/></mask></defs><g mask="url(#svgID25)" opacity=".65"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2" d="M2.5 13.8h19M3.1 13.8v6.7h17.8v-6.7"/></g><path fill-rule="evenodd" d="M3.7 5.1h3.6v10.6a1.8 1.8 0 0 1-3.6 0ZM4.6 6v9.7a.9.9 0 0 0 1.8 0V6Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.05" d="M3.3 5.1h4.4"/><g clip-path="url(#svgID22)"><circle cx="5.5" cy="10.4" r=".7"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M4.35 18.2q1.15.55 2.3 0" opacity="0"/><path fill-rule="evenodd" d="M10.2 3.1h3.6v12.6a1.8 1.8 0 0 1-3.6 0ZM11.1 4v11.7a.9.9 0 0 0 1.8 0V4Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.05" d="M9.8 3.1h4.4"/><g clip-path="url(#svgID23)"><circle cx="12" cy="9.1" r=".7"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M10.85 18.2q1.15.55 2.3 0" opacity="0"/><path fill-rule="evenodd" d="M16.7 4.1h3.6v11.6a1.8 1.8 0 0 1-3.6 0ZM17.6 5v10.7a.9.9 0 0 0 1.8 0V5Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.05" d="M16.3 4.1h4.4"/><g clip-path="url(#svgID24)"><circle cx="18.5" cy="10" r=".7"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M17.35 18.2q1.15.55 2.3 0" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M4.6 19h14.8" opacity="0"/></g></svg> </template>
CSS
.icon-test-suite-solid {
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%22currentColor%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22svgID22%22%3E%3Cpath%20d%3D%22M4.6%206h1.8v9.7a.9.9%200%200%201-1.8%200Z%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22svgID23%22%3E%3Cpath%20d%3D%22M11.1%204h1.8v11.7a.9.9%200%200%201-1.8%200Z%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22svgID24%22%3E%3Cpath%20d%3D%22M17.6%205h1.8v10.7a.9.9%200%200%201-1.8%200Z%22%2F%3E%3C%2FclipPath%3E%3Cmask%20id%3D%22svgID25%22%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-width%3D%22.18%22%20d%3D%22M3.7%205.1h3.6v10.6a1.8%201.8%200%200%201-3.6%200Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-width%3D%22.18%22%20d%3D%22M10.2%203.1h3.6v12.6a1.8%201.8%200%200%201-3.6%200Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-width%3D%22.18%22%20d%3D%22M16.7%204.1h3.6v11.6a1.8%201.8%200%200%201-3.6%200Z%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20mask%3D%22url(%23svgID25)%22%20opacity%3D%22.65%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.2%22%20d%3D%22M2.5%2013.8h19M3.1%2013.8v6.7h17.8v-6.7%22%2F%3E%3C%2Fg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.7%205.1h3.6v10.6a1.8%201.8%200%200%201-3.6%200ZM4.6%206v9.7a.9.9%200%200%200%201.8%200V6Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.05%22%20d%3D%22M3.3%205.1h4.4%22%2F%3E%3Cg%20clip-path%3D%22url(%23svgID22)%22%3E%3Ccircle%20cx%3D%225.5%22%20cy%3D%2210.4%22%20r%3D%22.7%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M4.35%2018.2q1.15.55%202.3%200%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.2%203.1h3.6v12.6a1.8%201.8%200%200%201-3.6%200ZM11.1%204v11.7a.9.9%200%200%200%201.8%200V4Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.05%22%20d%3D%22M9.8%203.1h4.4%22%2F%3E%3Cg%20clip-path%3D%22url(%23svgID23)%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%229.1%22%20r%3D%22.7%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M10.85%2018.2q1.15.55%202.3%200%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.7%204.1h3.6v11.6a1.8%201.8%200%200%201-3.6%200ZM17.6%205v10.7a.9.9%200%200%200%201.8%200V5Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.05%22%20d%3D%22M16.3%204.1h4.4%22%2F%3E%3Cg%20clip-path%3D%22url(%23svgID24)%22%3E%3Ccircle%20cx%3D%2218.5%22%20cy%3D%2210%22%20r%3D%22.7%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M17.35%2018.2q1.15.55%202.3%200%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M4.6%2019h14.8%22%20opacity%3D%220%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%22currentColor%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22svgID22%22%3E%3Cpath%20d%3D%22M4.6%206h1.8v9.7a.9.9%200%200%201-1.8%200Z%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22svgID23%22%3E%3Cpath%20d%3D%22M11.1%204h1.8v11.7a.9.9%200%200%201-1.8%200Z%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22svgID24%22%3E%3Cpath%20d%3D%22M17.6%205h1.8v10.7a.9.9%200%200%201-1.8%200Z%22%2F%3E%3C%2FclipPath%3E%3Cmask%20id%3D%22svgID25%22%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-width%3D%22.18%22%20d%3D%22M3.7%205.1h3.6v10.6a1.8%201.8%200%200%201-3.6%200Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-width%3D%22.18%22%20d%3D%22M10.2%203.1h3.6v12.6a1.8%201.8%200%200%201-3.6%200Z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20stroke%3D%22%23000%22%20stroke-width%3D%22.18%22%20d%3D%22M16.7%204.1h3.6v11.6a1.8%201.8%200%200%201-3.6%200Z%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20mask%3D%22url(%23svgID25)%22%20opacity%3D%22.65%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.2%22%20d%3D%22M2.5%2013.8h19M3.1%2013.8v6.7h17.8v-6.7%22%2F%3E%3C%2Fg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.7%205.1h3.6v10.6a1.8%201.8%200%200%201-3.6%200ZM4.6%206v9.7a.9.9%200%200%200%201.8%200V6Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.05%22%20d%3D%22M3.3%205.1h4.4%22%2F%3E%3Cg%20clip-path%3D%22url(%23svgID22)%22%3E%3Ccircle%20cx%3D%225.5%22%20cy%3D%2210.4%22%20r%3D%22.7%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M4.35%2018.2q1.15.55%202.3%200%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.2%203.1h3.6v12.6a1.8%201.8%200%200%201-3.6%200ZM11.1%204v11.7a.9.9%200%200%200%201.8%200V4Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.05%22%20d%3D%22M9.8%203.1h4.4%22%2F%3E%3Cg%20clip-path%3D%22url(%23svgID23)%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%229.1%22%20r%3D%22.7%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M10.85%2018.2q1.15.55%202.3%200%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.7%204.1h3.6v11.6a1.8%201.8%200%200%201-3.6%200ZM17.6%205v10.7a.9.9%200%200%200%201.8%200V5Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.05%22%20d%3D%22M16.3%204.1h4.4%22%2F%3E%3Cg%20clip-path%3D%22url(%23svgID24)%22%3E%3Ccircle%20cx%3D%2218.5%22%20cy%3D%2210%22%20r%3D%22.7%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M17.35%2018.2q1.15.55%202.3%200%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M4.6%2019h14.8%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/dither/test-suite-solid.svg?color=%231a73e8&size=48