Satisfy Definition Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Satisfy Definition 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/318782.svg" alt="Satisfy Definition icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318782.svg" alt="Satisfy Definition icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318782.svg" alt="Satisfy Definition icon" :width="24" :height="24" />
CSS background
.icon-satisfy-definition {
background-image: url('https://proicons.com/icon/318782.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?>
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
.cls-1, .cls-2 {
stroke-width: 0px;
}
</style>
</defs>
<path class="cls-2" d="m17.3945,19.5537c0-1.8433,1.3953-2.7563,3.8416-2.7563h1.5332v-.6545c0-.9993-.4995-1.585-1.6709-1.585-1.0337,0-1.6194.5168-2.05,1.137l-1.3093-1.1714c.6545-1.0337,1.7056-1.7228,3.5144-1.7228,2.429,0,3.7209,1.1543,3.7209,3.2042v4.2379h.896v1.7572h-1.2231c-.9475,0-1.5332-.6201-1.6711-1.5504h-.1033c-.293,1.1542-1.2749,1.7572-2.6187,1.7572-1.8259,0-2.8596-1.0509-2.8596-2.6531Zm5.3624-.2412v-1.1886h-1.4126c-1.1541,0-1.7227.3962-1.7227,1.1025v.2928c0,.7235.4995,1.0853,1.3608,1.0853.9819,0,1.7744-.4479,1.7744-1.2921Z"/>
<path class="cls-2" d="m6.6195,20.2084l1.5332-1.4816c.8269.9647,1.8433,1.4816,3.0837,1.4816,1.3953,0,2.1189-.6719,2.1189-1.6882,0-.8097-.3789-1.3093-1.6367-1.5332l-1.137-.1724c-2.429-.3789-3.6003-1.5332-3.6003-3.4971,0-2.1534,1.6709-3.5488,4.3584-3.5488,1.8088,0,3.1526.6202,4.1172,1.7744l-1.5503,1.4644c-.5857-.7408-1.4126-1.2404-2.6875-1.2404-1.292,0-1.9639.5168-1.9639,1.4126,0,.9131.5168,1.292,1.6711,1.4988l1.1196.2067c2.429.4308,3.5662,1.516,3.5662,3.4972,0,2.2739-1.6367,3.8245-4.5137,3.8245-2.05,0-3.4626-.8097-4.479-1.9984Z"/>
<path class="cls-2" d="m28,30H4c-1.1046,0-2-.8954-2-2V4c0-1.1046.8954-2,2-2h24c1.1046,0,2,.8954,2,2v24c0,1.1046-.8954,2-2,2Zm-24-2h24V4H4v24Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32"/>
</svg>
Copied!