What3words Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The What3words 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/316629.svg" alt="What3words icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316629.svg" alt="What3words icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316629.svg" alt="What3words icon" :width="24" :height="24" />
CSS background
.icon-what3words {
background-image: url('https://proicons.com/icon/316629.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>what3words</title><path d="M0 0v24h24V0zm13.515 6.75a.75.75 0 0 1 .696.987l-3 9a.75.75 0 0 1-.711.513.75.75 0 0 1-.712-.987l3-9a.75.75 0 0 1 .727-.513zm-4.499.002a.75.75 0 0 1 .695.985l-3 9A.75.75 0 0 1 6 17.25a.75.75 0 0 1-.712-.987l3-9a.75.75 0 0 1 .728-.511zm9 0a.75.75 0 0 1 .695.985l-3 9a.75.75 0 0 1-.711.513.75.75 0 0 1-.712-.987l3-9a.75.75 0 0 1 .728-.511z"/></svg>
Copied!