Ease Of Use Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Ease Of Use 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/319937.svg" alt="Ease Of Use icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319937.svg" alt="Ease Of Use icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319937.svg" alt="Ease Of Use icon" :width="24" :height="24" />
CSS background
.icon-ease-of-use {
background-image: url('https://proicons.com/icon/319937.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="ease-of-use_00000063631454664817645650000013567109846919728534_" d="M16,31.36C7.53,31.36,0.64,24.47,0.64,16 S7.53,0.64,16,0.64c3.622,0,7.12,1.277,9.884,3.602c0.524-0.328,1.228-0.265,1.685,0.19c0.257,0.256,0.398,0.598,0.398,0.961 c0,0.26-0.073,0.509-0.208,0.724C30.083,8.88,31.36,12.377,31.36,16C31.36,24.47,24.47,31.36,16,31.36z M16,1.36 C7.927,1.36,1.36,7.927,1.36,16c0,8.072,6.567,14.64,14.64,14.64c8.072,0,14.64-6.567,14.64-14.64c0-3.442-1.209-6.767-3.413-9.396 c-0.51,0.263-1.154,0.178-1.582-0.249c-0.257-0.257-0.398-0.598-0.398-0.961c0-0.22,0.052-0.432,0.149-0.621 C22.766,2.569,19.442,1.36,16,1.36z M26.606,4.754c-0.164,0-0.328,0.062-0.452,0.187c-0.121,0.121-0.188,0.282-0.188,0.453 s0.066,0.332,0.188,0.453c0.24,0.241,0.664,0.241,0.904,0c0.121-0.121,0.188-0.282,0.188-0.453s-0.066-0.332-0.188-0.452 C26.935,4.816,26.771,4.754,26.606,4.754z M16,25.36c-2.018,0-3.998-0.661-5.608-1.865c-0.527,0.354-1.25,0.297-1.718-0.169 c-0.466-0.467-0.522-1.189-0.169-1.718C7.284,19.981,6.64,18.049,6.64,16c0-5.161,4.199-9.36,9.36-9.36s9.36,4.199,9.36,9.36 S21.161,25.36,16,25.36z M10.864,22.949c1.493,1.107,3.262,1.69,5.136,1.69c4.764,0,8.64-3.876,8.64-8.64s-3.876-8.64-8.64-8.64 s-8.64,3.876-8.64,8.64c0,1.874,0.584,3.644,1.691,5.136c0.505-0.239,1.129-0.15,1.546,0.267 C11.015,21.82,11.104,22.443,10.864,22.949z M9.636,21.725c-0.164,0-0.328,0.062-0.453,0.188c-0.249,0.249-0.249,0.655,0,0.904 c0.249,0.25,0.655,0.249,0.905,0s0.25-0.655,0-0.904C9.964,21.787,9.8,21.725,9.636,21.725z M16,19.36 c-1.853,0-3.36-1.508-3.36-3.36s1.507-3.36,3.36-3.36c0.43,0,0.845,0.079,1.237,0.235c0.218-0.148,0.48-0.235,0.763-0.235 c0.75,0,1.36,0.611,1.36,1.362c0,0.282-0.087,0.544-0.235,0.762c0.156,0.393,0.235,0.807,0.235,1.236 C19.36,17.853,17.853,19.36,16,19.36z M16,13.36c-1.456,0-2.64,1.185-2.64,2.64c0,1.456,1.185,2.64,2.64,2.64 c1.456,0,2.64-1.184,2.64-2.64c0-0.257-0.035-0.507-0.107-0.749c-0.163,0.07-0.344,0.108-0.532,0.108c-0.75,0-1.36-0.609-1.36-1.357 c0-0.19,0.039-0.371,0.109-0.535C16.508,13.396,16.257,13.36,16,13.36z M18,13.36c-0.353,0-0.64,0.289-0.64,0.643 c0,0.352,0.287,0.638,0.64,0.638s0.64-0.286,0.64-0.638C18.64,13.648,18.353,13.36,18,13.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!