Temporary Badge Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Temporary Badge 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/320835.svg" alt="Temporary Badge icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320835.svg" alt="Temporary Badge icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320835.svg" alt="Temporary Badge icon" :width="24" :height="24" />
CSS background
.icon-temporary-badge {
background-image: url('https://proicons.com/icon/320835.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 24.3.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="temporary-badge_1_" d="M17,11.64h6v0.72h-6V11.64z M28,9.64H17v0.72h11V9.64z M12.227,14.236 c0.899-0.686,1.448-1.761,1.448-2.921c0-2.026-1.648-3.675-3.675-3.675s-3.675,1.648-3.675,3.675c0,1.16,0.549,2.236,1.448,2.921 C5.336,15.156,3.64,17.465,3.64,20v1h0.72v-1c0-2.474,1.841-4.706,4.377-5.307c0.15-0.036,0.261-0.163,0.275-0.317 c0.014-0.153-0.071-0.299-0.212-0.362c-1.066-0.475-1.756-1.534-1.756-2.699C7.045,9.686,8.371,8.36,10,8.36 s2.955,1.326,2.955,2.955c0,1.165-0.689,2.224-1.756,2.699c-0.141,0.063-0.226,0.209-0.212,0.362 c0.014,0.154,0.125,0.281,0.275,0.317c2.536,0.602,4.377,2.833,4.377,5.307v1h0.72v-1C16.36,17.465,14.664,15.156,12.227,14.236z M24.64,23.851l-1.895,1.895l0.51,0.51l2-2c0.067-0.067,0.105-0.159,0.105-0.255v-4h-0.72V23.851z M31.36,24 c0-3.507-2.854-6.36-6.36-6.36s-6.36,2.854-6.36,6.36s2.854,6.36,6.36,6.36v-0.72c-3.11,0-5.64-2.529-5.64-5.64 s2.529-5.64,5.64-5.64s5.64,2.529,5.64,5.64c0,1.641-0.711,3.183-1.93,4.249V26.5h-0.721v2.86H31v-0.72h-1.664 C30.613,27.446,31.36,25.777,31.36,24z M31,3.64H1C0.801,3.64,0.64,3.801,0.64,4v22c0,0.199,0.161,0.36,0.36,0.36h15v-0.72H1.36 V4.36h29.28V18h0.721V4C31.36,3.801,31.199,3.64,31,3.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!