Visual Design Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Visual Design 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/320956.svg" alt="Visual Design icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320956.svg" alt="Visual Design icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320956.svg" alt="Visual Design icon" :width="24" :height="24" />
CSS background
.icon-visual-design {
background-image: url('https://proicons.com/icon/320956.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="visual--design_1_" d="M6,30.36c-1.301,0-2.36-1.059-2.36-2.36c0-1.179,0.869-2.159,2-2.333V18.36H4 c-0.199,0-0.36-0.161-0.36-0.36v-4c0-0.199,0.161-0.36,0.36-0.36h1.64V6.333c-1.131-0.174-2-1.154-2-2.333 c0-1.301,1.059-2.36,2.36-2.36S8.36,2.699,8.36,4c0,1.179-0.869,2.159-2,2.333v5.34C8.184,6.391,13.262,2.64,19,2.64 c1.759,0,3.464,0.335,5.074,0.997C24.502,3.034,25.206,2.64,26,2.64c1.302,0,2.36,1.059,2.36,2.36S27.302,7.36,26,7.36 S23.64,6.301,23.64,5c0-0.25,0.039-0.491,0.111-0.717C22.242,3.67,20.646,3.36,19,3.36c-6.039,0-11.304,4.391-12.42,10.28H8 c0.199,0,0.36,0.161,0.36,0.36v4c0,0.199-0.161,0.36-0.36,0.36H6.58C7.695,24.249,12.961,28.64,19,28.64 c1.646,0,3.243-0.311,4.751-0.923C23.679,27.49,23.64,27.25,23.64,27c0-1.302,1.059-2.36,2.36-2.36s2.36,1.059,2.36,2.36 s-1.059,2.36-2.36,2.36c-0.794,0-1.498-0.395-1.926-0.998C22.465,29.024,20.76,29.36,19,29.36c-5.739,0-10.816-3.751-12.64-9.033 v5.34c1.131,0.174,2,1.154,2,2.333C8.36,29.302,7.301,30.36,6,30.36z M6,26.36c-0.904,0-1.64,0.735-1.64,1.64S5.096,29.64,6,29.64 S7.64,28.904,7.64,28S6.904,26.36,6,26.36z M26,25.36c-0.904,0-1.64,0.735-1.64,1.64s0.735,1.64,1.64,1.64s1.64-0.735,1.64-1.64 S26.904,25.36,26,25.36z M4.36,17.64h3.28v-3.28H4.36V17.64z M26,3.36c-0.904,0-1.64,0.736-1.64,1.64S25.096,6.64,26,6.64 S27.64,5.904,27.64,5S26.904,3.36,26,3.36z M6,2.36C5.096,2.36,4.36,3.096,4.36,4S5.096,5.64,6,5.64S7.64,4.904,7.64,4 S6.904,2.36,6,2.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!