Technical Owner Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Technical Owner 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/320823.svg" alt="Technical Owner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320823.svg" alt="Technical Owner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320823.svg" alt="Technical Owner icon" :width="24" :height="24" />
CSS background
.icon-technical-owner {
background-image: url('https://proicons.com/icon/320823.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.1.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="technical-owner_00000003789017404398495510000014639951187974410896_" d="M21.36,31h-0.72v-2.683 c0-2.019-1.29-3.792-3.21-4.413c-0.135-0.044-0.231-0.161-0.247-0.302c-0.017-0.14,0.051-0.276,0.172-0.35 c0.805-0.485,1.285-1.328,1.285-2.253c0-1.456-1.184-2.64-2.64-2.64s-2.64,1.184-2.64,2.64c0,0.925,0.481,1.768,1.286,2.253 c0.121,0.073,0.188,0.21,0.171,0.35c-0.016,0.141-0.112,0.258-0.247,0.302c-1.92,0.621-3.211,2.395-3.211,4.413V31h-0.72v-2.683 c0-0.739,0.15-1.45,0.425-2.1l-3.748-2.043C6.797,24.893,5.952,25.36,5,25.36c-1.577,0-2.86-1.283-2.86-2.86 c0-1.455,1.092-2.66,2.5-2.838v-7.325c-1.408-0.178-2.5-1.382-2.5-2.837c0-1.577,1.283-2.86,2.86-2.86 c0.953,0,1.797,0.468,2.317,1.186l6.019-3.284C13.209,4.219,13.14,3.868,13.14,3.5c0-1.577,1.283-2.86,2.86-2.86 s2.86,1.283,2.86,2.86c0,0.368-0.07,0.719-0.197,1.042l6.02,3.283C25.203,7.108,26.048,6.64,27,6.64c1.577,0,2.86,1.283,2.86,2.86 c0,1.455-1.093,2.66-2.5,2.837v5.302H30c0.199,0,0.36,0.161,0.36,0.36v4c0,1.853-1.508,3.36-3.36,3.36 c-0.981,0-1.866-0.424-2.481-1.098l-3.584,1.955c0.275,0.649,0.426,1.36,0.426,2.1V31H21.36z M18.272,23.463 c0.989,0.461,1.797,1.204,2.337,2.112l3.479-1.898C23.804,23.184,23.64,22.61,23.64,22v-4c0-0.199,0.161-0.36,0.36-0.36h2.64v-5.302 c-1.407-0.178-2.5-1.382-2.5-2.837c0-0.368,0.07-0.72,0.197-1.043l-6.02-3.283C17.798,5.892,16.953,6.36,16,6.36 s-1.797-0.468-2.317-1.186L7.664,8.458C7.791,8.781,7.86,9.132,7.86,9.5c0,1.455-1.092,2.66-2.5,2.837v7.325 c1.408,0.178,2.5,1.383,2.5,2.838c0,0.368-0.07,0.72-0.197,1.043l3.728,2.032c0.541-0.908,1.347-1.651,2.337-2.112 c-0.69-0.629-1.088-1.512-1.088-2.463c0-1.853,1.507-3.36,3.36-3.36s3.36,1.508,3.36,3.36C19.36,21.951,18.963,22.834,18.272,23.463 z M24.36,18.36V22c0,1.456,1.184,2.64,2.64,2.64s2.64-1.184,2.64-2.64v-3.64H24.36z M5,20.36c-1.18,0-2.14,0.96-2.14,2.14 S3.82,24.64,5,24.64s2.14-0.96,2.14-2.14S6.18,20.36,5,20.36z M27,7.36c-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14 s2.14-0.96,2.14-2.14S28.18,7.36,27,7.36z M5,7.36c-1.18,0-2.14,0.96-2.14,2.14S3.82,11.64,5,11.64s2.14-0.96,2.14-2.14 S6.18,7.36,5,7.36z M16,1.36c-1.18,0-2.14,0.96-2.14,2.14S14.82,5.64,16,5.64s2.14-0.96,2.14-2.14S17.18,1.36,16,1.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!