Sensu Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Sensu 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/315995.svg" alt="Sensu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315995.svg" alt="Sensu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315995.svg" alt="Sensu icon" :width="24" :height="24" />
CSS background
.icon-sensu {
background-image: url('https://proicons.com/icon/315995.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>Sensu</title><path d="M24 12L12 0 0 12l12 12 12-12zM12 3.197l4.418 4.418c-1.445-.386-2.93-.586-4.418-.586s-2.974.199-4.418.588L12 3.196zM8.069 16.87c1.19-.658 2.534-1.008 3.931-1.008s2.741.35 3.931 1.008L12 20.804 8.069 16.87zm9.509-1.647c-1.697-1.08-3.636-1.622-5.578-1.622s-3.881.542-5.578 1.622l-3.103-3.101C5.822 10.284 8.834 9.29 12 9.29s6.178.994 8.681 2.832l-3.103 3.101z"/></svg>
Copied!