Trilium Sender Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Trilium Sender 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/334265.svg" alt="Trilium Sender icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334265.svg" alt="Trilium Sender icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334265.svg" alt="Trilium Sender icon" :width="24" :height="24" />
CSS background
.icon-trilium-sender {
background-image: url('https://proicons.com/icon/334265.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M23.7568,22.4929c2.1735,2.3983,7.195,3.0168,11.5235-1.88,4.5328-5.1281,8.22-9.5314,8.22-9.5314S35.63,4.2609,27.8475,9.114,22.2511,20.8315,23.7568,22.4929Z"/><path class="a" d="M23.7568,22.4929c1.7735-3.8038,5.0089-8.3071,12.3979-11.0616"/><path class="a" d="M21.8576,22.4929c1.1195-2.7956-.3935-8.4383-5.1154-9.1379S7.1233,14.3169,4.5,18.2082c3.2791,1.2242,4.9392,4.9858,10.843,6.4C18.01,25.2474,20.9832,24.6766,21.8576,22.4929Z"/><path class="a" d="M21.8576,22.4929c-2.6233-2.8273-6.5291-5.6255-10.7556-5.6838"/><path class="a" d="M23.7568,23.523c2.8665,0,5.0363,3.4265,4.4405,8.69a47.1442,47.1442,0,0,0-.1967,8.4165s-9.09-1.3124-9.8553-7.6958C17.4046,26.7538,19.7808,23.523,23.7568,23.523Z"/><path class="a" d="M23.7568,23.523c-1.8992,2.7216-2.4894,8.9739.1558,12.5154"/></svg>
Copied!