Outcome Focused Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Outcome Focused 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/320474.svg" alt="Outcome Focused icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320474.svg" alt="Outcome Focused icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320474.svg" alt="Outcome Focused icon" :width="24" :height="24" />
CSS background
.icon-outcome-focused {
background-image: url('https://proicons.com/icon/320474.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 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <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="outcome-focused_00000091004705732528870980000015671902507197269901_" d="M16,31.36C7.53,31.36,0.64,24.47,0.64,16 S7.53,0.64,16,0.64S31.36,7.53,31.36,16S24.47,31.36,16,31.36z M16,1.36C7.927,1.36,1.36,7.927,1.36,16 c0,8.072,6.567,14.64,14.64,14.64c8.072,0,14.64-6.567,14.64-14.64S24.072,1.36,16,1.36z M30.745,31.255l-3-3l0.51-0.51l3,3 L30.745,31.255z M1.254,31.255l-0.509-0.51l3-3l0.509,0.51L1.254,31.255z M24.745,25.255l-3.385-3.386V24h-0.72v-3.36H24v0.721 h-2.131l3.386,3.385L24.745,25.255z M7.254,25.255l-0.509-0.51l3.385-3.385H8v-0.72h3.36V24h-0.72v-2.131L7.254,25.255z M16,20.36 c-2.404,0-4.36-1.956-4.36-4.36s1.956-4.36,4.36-4.36s4.36,1.956,4.36,4.36S18.404,20.36,16,20.36z M16,12.36 c-2.007,0-3.64,1.633-3.64,3.64s1.633,3.64,3.64,3.64s3.64-1.633,3.64-3.64S18.007,12.36,16,12.36z M24,11.36h-3.36V8h0.721v2.131 l3.385-3.385l0.51,0.509l-3.386,3.386H24V11.36z M11.36,11.36H8v-0.72h2.131L6.746,7.254l0.509-0.509l3.386,3.385V8h0.72v3.36H11.36 z M28.255,4.254l-0.51-0.509l3-3l0.51,0.509L28.255,4.254z M3.746,4.254l-3-3l0.509-0.509l3,3L3.746,4.254z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!