Coursera Alt 1 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Coursera Alt 1 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/338605.svg" alt="Coursera Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338605.svg" alt="Coursera Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338605.svg" alt="Coursera Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-coursera-alt-1 {
background-image: url('https://proicons.com/icon/338605.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><line class="b" x1="39.9685" y1="24.9455" x2="42.3799" y2="24.9455"/><polyline class="b" points="43 26.806 41.209 21.294 39.348 26.806"/><line class="b" x1="42.3799" y1="24.9455" x2="40.0374" y2="24.9455"/><line class="b" x1="29.9864" y1="21.294" x2="29.9864" y2="26.8057"/><line class="b" x1="29.9864" y1="24.0498" x2="31.7777" y2="24.0498"/><line class="b" x1="29.9864" y1="21.294" x2="32.7423" y2="21.294"/><line class="b" x1="29.9864" y1="26.8056" x2="32.7423" y2="26.8056"/><path class="b" d="M24.7026,26.1857c.3313.4182.8452.6494,1.3779.62h.8268c.761,0,1.3779-.6169,1.3779-1.3779s-.6169-1.3779-1.3779-1.3779h-.8957c-.761-.0065-1.3727-.6287-1.3662-1.3897.0064-.7518.6143-1.3598,1.3662-1.3662h.8268c.5382-.0611,1.0667.1767,1.3779.62"/><line class="b" x1="36.277" y1="24.939" x2="38.0743" y2="26.8057"/><path class="b" d="M34.4372,26.7251v-5.5308h1.7975c1.0309,0,1.8667.8358,1.8667,1.8667s-.8358,1.8667-1.8667,1.8667h-1.7975"/><line class="b" x1="21.5622" y1="24.939" x2="23.3604" y2="26.8057"/><path class="b" d="M19.7224,26.7251v-5.5308h1.7976c1.031,0,1.8667.8358,1.8667,1.8667s-.8358,1.8667-1.8667,1.8667h-1.7976"/><path class="b" d="M14.8583,21.2941v3.6515c-.037.9893.735,1.8212,1.7243,1.8582.9893.037,1.8212-.735,1.8582-1.7243.0017-.0446.0017-.0893,0-.1339v-3.6515"/><path class="b" d="M9.939,24.966c-.0196.9972.7729,1.8216,1.7701,1.8412.9972.0196,1.8216-.7729,1.8412-1.7701.0005-.0237.0005-.0474,0-.0711v-1.84c.0044-1.0118-.8123-1.8356-1.8242-1.84-.0053,0-.0106,0-.0158,0-.9805.0014-1.7742.7975-1.7728,1.778,0,.0207.0004.0413.0012.062l.0003,1.84Z"/><path class="b" d="M8.6794,24.966c-.0183,1.016-.8569,1.8248-1.8729,1.8065-.9902-.0179-1.7886-.8163-1.8065-1.8065v-1.84c-.0044-1.0118.8123-1.8356,1.8242-1.84.0053,0,.0106,0,.0158,0,.9805.0014,1.7742.7975,1.7728,1.778,0,.0207-.0004.0413-.0012.062"/></svg>
Copied!