Word Trip Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Word Trip 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/349804.svg" alt="Word Trip icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349804.svg" alt="Word Trip icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349804.svg" alt="Word Trip icon" :width="24" :height="24" />
CSS background
.icon-word-trip {
background-image: url('https://proicons.com/icon/349804.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>.k{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="k" d="M24,4.00049373c-3.92970019,0-7.11535103,3.18565131-7.11535103,7.11535103.00612421,1.23760869.33495337,2.45221698.95401266,3.52388714l-3.18799552,3.18799552c-1.07613206-.6175922-2.29505536-.94305124-3.53581334-.94407668-3.92969972.00054968-7.11490536,3.18664595-7.11435592,7.11634615h0c0,3.92970019,3.18565131,7.11535103,7.11535103,7.11535103,1.23760869-.00612421,2.45221698-.33495337,3.52388714-.95401266l3.1989266,3.19992172c-.61922608,1.07196301-.94806093,2.28693428-.95401266,3.52488226.00109936,3.92892116,3.18642798,7.11336081,7.11535103,7.11336081,3.92970019,0,7.11535103-3.18565274,7.11535103-7.11535103-.00089655-1.24033246-.32600304-2.45888235-.94308157-3.53481823l3.18799362-3.18799552c1.07196301.61922608,2.28693428.94806093,3.52488226.95401266,3.92931162-.00054779,7.11435781-3.18603941,7.11435781-7.11535103,0-3.92970019-3.18565274-7.11535103-7.11535103-7.11535103s-7.11535103,3.18565084-7.11535103,7.11535103c.00006445,1.70590919.61301468,3.35502109,1.72716293,4.64684167l-2.85110878,2.85110878c-1.2910207-1.1144193-2.93937442-1.72805568-4.64485524-1.72914936-1.70590919.00006445-3.35502109.61301468-4.64684167,1.72716293l-2.84912234-2.84912234c1.11414825-1.29182059,1.72709848-2.94093248,1.72716293-4.64684167-.00109368-1.70547892-.61473006-3.35383453-1.72914936-4.64485334l2.85210389-2.852102c1.29127849,1.11464107,2.94002456,1.72829262,4.64584656,1.72914747,3.92970019,0,7.11535103-3.18565179,7.11535103-7.11535103.00109747-3.92969972-3.1836644-7.11624024-7.1133646-7.11733771-.00066151,0-.00132492-.00000024-.00198644-.00000024v.00099369Z"/><path id="f" class="k" d="M21.91011339,40.61573438v-7.37671148h2.41484714c1.36661333.00109557,2.4735816,1.10984557,2.47248602,2.476457-.0000019.0003336-.0000019.00066341-.0000019.00099701.00164715,1.36661144-1.10487568,2.47580497-2.47148902,2.47745401h-2.41584226"/><path id="g" class="k" d="M24.32496054,38.19393092l2.41484714,2.41981703"/><path id="h" class="k" d="M27.68885235,7.686365l-1.84442712,7.37671101-1.84442523-7.37671101-1.84442523,7.37671101-1.84442523-7.37671101"/><path id="i" class="k" d="M35.11326295,27.68884923v-7.3777047h1.65958428c1.78263341,0,3.22774699,1.4451098,3.22774699,3.2277451h0v.92221261c0,1.78224673-1.44450704,3.22719731-3.22675377,3.2277451l-1.6605775.0000019Z"/><path id="j" class="k" d="M11.11584788,20.31114453h0c1.34685227-.00274841,2.44092007,1.08686318,2.44366753,2.43371639.00000758.00364875.00000663.0072956-.0000019.01094436v2.48938021c.00274841,1.34685322-1.08686413,2.44091912-2.43371639,2.44366753-.0036478.00000758-.0072956.00000758-.01094341-.0000019h0c-1.34685322.00219873-2.44047653-1.08785829-2.44267621-2.43471151-.00000569-.00331515-.00000474-.0066322.00000379-.00994735v-2.48938021c-.00274651-1.34685322,1.08686602-2.44091912,2.43371829-2.44366564.0033161-.00000758.0066322-.00000758.00994829-.0000019Z"/></svg>
Copied!