Real Time Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Real Time 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/320596.svg" alt="Real Time icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320596.svg" alt="Real Time icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320596.svg" alt="Real Time icon" :width="24" :height="24" />
CSS background
.icon-real-time {
background-image: url('https://proicons.com/icon/320596.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="real-time_00000171684288916599312540000000123057399650458006_" d="M16,31.36C7.53,31.36,0.64,24.47,0.64,16 c0-5.546,2.955-10.415,7.372-13.115L7.028,1.18l0.624-0.36l0.984,1.704C10.823,1.323,13.333,0.64,16,0.64 c8.47,0,15.36,6.89,15.36,15.36S24.47,31.36,16,31.36z M15.64,28h0.72v2.636c2.402-0.059,4.662-0.697,6.645-1.783l-1.316-2.28 l0.623-0.359l1.316,2.279c1.979-1.214,3.65-2.885,4.864-4.864l-2.279-1.316l0.359-0.623l2.28,1.316 c1.086-1.983,1.725-4.243,1.783-6.645H28v-0.72h2.636c-0.059-2.402-0.697-4.662-1.783-6.645l-2.28,1.316l-0.359-0.623l2.279-1.316 c-1.214-1.979-2.885-3.65-4.864-4.864l-1.316,2.28l-0.623-0.36l1.316-2.28c-1.983-1.085-4.243-1.725-6.645-1.783V4h-0.72V1.364 c-2.402,0.058-4.662,0.698-6.645,1.783l6.15,10.653c0.53-0.207,1.179-0.207,1.709,0l3.306-5.725l0.623,0.36l-3.306,5.726 c0.538,0.433,0.883,1.097,0.883,1.839c0,1.323-1.022,2.36-2.327,2.36c-1.32,0-2.393-1.059-2.393-2.36 c0-0.743,0.345-1.406,0.882-1.839L8.372,3.508c-1.979,1.213-3.65,2.884-4.864,4.864l2.28,1.316l-0.36,0.624l-2.28-1.317 c-1.085,1.983-1.725,4.243-1.783,6.645H4v0.72H1.364c0.058,2.402,0.698,4.662,1.783,6.645l2.28-1.316l0.36,0.623l-2.28,1.316 c1.213,1.979,2.884,3.65,4.864,4.864l1.316-2.279l0.623,0.359l-1.316,2.28c1.983,1.086,4.243,1.725,6.645,1.783V28H15.64z M15.999,14.36c-0.903,0-1.639,0.736-1.639,1.64c0,0.904,0.751,1.64,1.673,1.64c0.901,0,1.606-0.72,1.606-1.64 C17.64,15.096,16.904,14.36,15.999,14.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!