Design Research Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Design Research 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/319880.svg" alt="Design Research icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319880.svg" alt="Design Research icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319880.svg" alt="Design Research icon" :width="24" :height="24" />
CSS background
.icon-design-research {
background-image: url('https://proicons.com/icon/319880.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 24.3.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="design--research_1_" d="M27.5,5c0,0.276-0.224,0.5-0.5,0.5c-0.275,0-0.5-0.224-0.5-0.5s0.225-0.5,0.5-0.5 C27.276,4.5,27.5,4.724,27.5,5z M29,2.5c-0.275,0-0.5,0.224-0.5,0.5s0.225,0.5,0.5,0.5c0.276,0,0.5-0.224,0.5-0.5S29.276,2.5,29,2.5 z M25,6.5c-0.275,0-0.5,0.224-0.5,0.5s0.225,0.5,0.5,0.5c0.276,0,0.5-0.224,0.5-0.5S25.276,6.5,25,6.5z M7,24.5 c-0.275,0-0.5,0.224-0.5,0.5s0.225,0.5,0.5,0.5c0.276,0,0.5-0.224,0.5-0.5S7.276,24.5,7,24.5z M5,26.5c-0.275,0-0.5,0.224-0.5,0.5 s0.225,0.5,0.5,0.5c0.276,0,0.5-0.224,0.5-0.5S5.276,26.5,5,26.5z M3,28.5c-0.275,0-0.5,0.224-0.5,0.5s0.225,0.5,0.5,0.5 c0.276,0,0.5-0.224,0.5-0.5S3.276,28.5,3,28.5z M29.255,28.745l-5.68-5.679c1.799-1.925,2.785-4.42,2.785-7.066 c0-5.712-4.647-10.36-10.36-10.36C10.288,5.64,5.64,10.288,5.64,16c0,5.713,4.647,10.36,10.36,10.36 c2.646,0,5.142-0.986,7.066-2.785l5.679,5.68L29.255,28.745z M25.64,16c0,2.574-1.003,4.994-2.824,6.815S18.574,25.64,16,25.64 c-5.315,0-9.64-4.324-9.64-9.64S10.685,6.36,16,6.36S25.64,10.685,25.64,16z M13.36,21v-2c0-0.199-0.161-0.36-0.36-0.36h-2 c-0.199,0-0.36,0.161-0.36,0.36v2c0,0.199,0.161,0.36,0.36,0.36h2C13.199,21.36,13.36,21.199,13.36,21z M11.36,19.36h1.28v1.279 h-1.28V19.36z M17.36,17v-2c0-0.199-0.161-0.36-0.36-0.36h-2c-0.199,0-0.36,0.161-0.36,0.36v2c0,0.199,0.161,0.36,0.36,0.36h2 C17.199,17.36,17.36,17.199,17.36,17z M15.36,15.36h1.28v1.28h-1.28V15.36z M21.36,13v-2c0-0.199-0.161-0.36-0.36-0.36h-2 c-0.199,0-0.36,0.161-0.36,0.36v2c0,0.199,0.161,0.36,0.36,0.36h2C21.199,13.36,21.36,13.199,21.36,13z M19.36,11.36h1.279v1.28 H19.36V11.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!