Dev And Test Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Dev And Test icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/319889.svg" alt="Dev And Test icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319889.svg" alt="Dev And Test icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319889.svg" alt="Dev And Test icon" :width="24" :height="24" />
CSS background
.icon-dev-and-test {
background-image: url('https://proicons.com/icon/319889.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="dev-and-test_00000164481010678822944050000006243778618904136581_" d="M25.255,11.254l-0.51-0.509L13,22.491l-3.823-3.823 C9.29,18.47,9.36,18.244,9.36,18c0-0.75-0.61-1.36-1.36-1.36S6.64,17.25,6.64,18S7.25,19.36,8,19.36c0.244,0,0.47-0.07,0.668-0.183 L13,23.509L25.255,11.254z M8,18.64c-0.353,0-0.64-0.287-0.64-0.64S7.647,17.36,8,17.36c0.353,0,0.64,0.287,0.64,0.64 S8.353,18.64,8,18.64z M1.409,16l6.908,12.829l-0.634,0.342l-7-13c-0.058-0.107-0.058-0.235,0-0.342l7-13l0.634,0.342L1.409,16z M31.317,16.171l-7,13l-0.635-0.342L30.591,16L23.683,3.171l0.635-0.342l7,13C31.374,15.936,31.374,16.064,31.317,16.171z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!