Screencastify Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Screencastify 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/315969.svg" alt="Screencastify icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315969.svg" alt="Screencastify icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315969.svg" alt="Screencastify icon" :width="24" :height="24" />
CSS background
.icon-screencastify {
background-image: url('https://proicons.com/icon/315969.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Screencastify</title><path d="M7.898 2.347c-.472.008-.914.38-.914.891v4.278H1.1c-.541 0-1.1.437-1.1.978v7.02c0 .54.559.907 1.1.907h5.884V7.533h6.408c.542 0 .926.437.926.979v1.623l3.667-2.095v7.927l-3.667-2.095v1.676c0 .541-.384.908-.926.908H6.984v4.313c0 .68.786 1.1 1.38.768l9.638-5.535 5.553-3.195c.593-.402.593-1.257 0-1.59l-5.553-3.194L8.364 2.47a.886.886 0 00-.466-.123z"/></svg>
Copied!