Customizable Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Customizable 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/319838.svg" alt="Customizable icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319838.svg" alt="Customizable icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319838.svg" alt="Customizable icon" :width="24" :height="24" />
CSS background
.icon-customizable {
background-image: url('https://proicons.com/icon/319838.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 26.3.1, 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="customizable_00000039843778503504803480000017518413024038333066_" d="M25,30.36H7c-3.507,0-6.36-2.854-6.36-6.36 c0-1.156,0.31-2.241,0.851-3.176L1.49,20.823l9-16h0.001C11.592,2.922,13.649,1.64,16,1.64c2.352,0,4.408,1.282,5.509,3.184h0.001 l9,16l-0.001,0.001c0.541,0.935,0.852,2.02,0.852,3.176C31.36,27.507,28.507,30.36,25,30.36z M19.771,26.119 C20.63,28.237,22.693,29.64,25,29.64c3.11,0,5.64-2.529,5.64-5.64s-2.53-5.64-5.64-5.64c-3.006,0-5.471,2.364-5.632,5.33 c0.571,0.161,0.992,0.688,0.992,1.31C20.36,25.464,20.127,25.874,19.771,26.119z M9.938,29.64H22.06 c-1.326-0.69-2.394-1.842-2.969-3.282C18.312,26.416,17.64,25.78,17.64,25c0-0.628,0.429-1.158,1.008-1.313 c0.164-3.362,2.951-6.047,6.353-6.047c1.282,0,2.477,0.382,3.477,1.036l-6.12-10.878C22.359,7.865,22.36,7.932,22.36,8 c0,1.348-0.434,2.668-1.225,3.752c0.142,0.214,0.225,0.472,0.225,0.748c0,0.75-0.61,1.36-1.36,1.36c-0.333,0-0.638-0.12-0.875-0.319 c-0.95,0.537-2.024,0.819-3.125,0.819c-3.507,0-6.36-2.853-6.36-6.36c0-0.068,0.001-0.135,0.003-0.202L3.524,18.676 c1.198-0.784,2.711-1.172,4.238-0.99C7.978,17.217,8.452,16.89,9,16.89c0.75,0,1.36,0.61,1.36,1.36c0,0.112-0.014,0.221-0.039,0.325 c1.883,1.153,3.039,3.202,3.039,5.425C13.36,26.448,11.97,28.577,9.938,29.64z M7,18.36c-3.11,0-5.64,2.529-5.64,5.64 S3.89,29.64,7,29.64s5.64-2.529,5.64-5.64c0-1.962-1.016-3.771-2.671-4.796C9.722,19.454,9.379,19.61,9,19.61 c-0.7,0-1.279-0.532-1.352-1.214C7.433,18.372,7.216,18.36,7,18.36z M19,24.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64 s0.64-0.287,0.64-0.64S19.353,24.36,19,24.36z M9,17.61c-0.353,0-0.64,0.287-0.64,0.64S8.647,18.89,9,18.89s0.64-0.287,0.64-0.64 S9.353,17.61,9,17.61z M16,2.36c-3.11,0-5.64,2.53-5.64,5.64s2.53,5.64,5.64,5.64c0.955,0,1.886-0.239,2.715-0.695 c-0.049-0.139-0.075-0.289-0.075-0.445c0-0.75,0.61-1.36,1.36-1.36c0.212,0,0.413,0.048,0.592,0.135 C21.27,10.325,21.64,9.174,21.64,8C21.64,4.89,19.11,2.36,16,2.36z M20,11.86c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64 s0.64-0.287,0.64-0.64S20.353,11.86,20,11.86z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!