Sublimetext Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Sublimetext 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/316200.svg" alt="Sublimetext icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316200.svg" alt="Sublimetext icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316200.svg" alt="Sublimetext icon" :width="24" :height="24" />
CSS background
.icon-sublimetext {
background-image: url('https://proicons.com/icon/316200.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>Sublime Text</title><path d="M20.953.004a.397.397 0 0 0-.18.017L3.225 5.585c-.175.055-.323.214-.402.398a.42.42 0 0 0-.06.22v5.726a.42.42 0 0 0 .06.22c.079.183.227.341.402.397l7.454 2.364-7.454 2.363c-.255.08-.463.374-.463.655v5.688c0 .282.208.444.463.363l17.55-5.565c.237-.075.426-.336.452-.6.003-.022.013-.04.013-.065V12.06c0-.281-.208-.575-.463-.656L13.4 9.065l7.375-2.339c.255-.08.462-.375.462-.656V.384c0-.211-.117-.355-.283-.38z"/></svg>
Sublimetext in other icon packs
Copied!