linksymbol emoji
linksymbol from Firefox OS Emoji by Mozilla · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- linksymbol
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 512×512
- License
- Apache 2.0
More symbols icons from Firefox OS Emoji
alarmclockantennawithbarsanticlockwiseupwardsanddownwardsarrowsaquariusariesarrowrightwardsdownwardsarrowrightwardsupwardsautomatedtellermachinebabysymbolbackwithleftwardsarrowbaggageclaimballotboxwithcheckblackclubsuitblackdiamondsuitblackdownpointingdoublearrowblackheartsuitblacklargesquareblackleftpointingarrowblackleftpointingdoublearrowblackmediumsmallsquareblackmediumsquareblackquestionmarkblackrightpointingarrowblackrightpointingdoublearrow
Use the linksymbol emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#8B8D8E" d="m138.058 296.404l-40.791-40.791l49.274-49.274c44.561-44.561 117.064-44.56 161.626 0l-40.791 40.791c-22.067-22.068-57.977-22.069-80.045 0z"/><path fill="#646768" d="M287.656 341.136c-30.527 0-59.227-11.888-80.812-33.475c-44.56-44.56-44.561-117.064 0-161.625l97.892-97.892c21.587-21.586 50.286-33.474 80.813-33.474s59.227 11.888 80.813 33.474s33.474 50.287 33.474 80.813s-11.888 59.227-33.474 80.813l-97.893 97.892c-21.585 21.586-50.284 33.474-80.813 33.474m97.893-268.78c-15.118 0-29.332 5.888-40.023 16.578l-97.892 97.892c-22.068 22.069-22.068 57.977 0 80.045c10.69 10.69 24.904 16.578 40.022 16.578c15.119 0 29.332-5.887 40.022-16.577l97.893-97.893c10.69-10.69 16.578-24.904 16.578-40.022c0-15.119-5.888-29.332-16.578-40.023c-10.69-10.69-24.904-16.578-40.022-16.578"/><path fill="#8B8D8E" d="M343.932 70.414c-5.605 0-11.037-2.976-13.923-8.237c-4.214-7.681-1.403-17.324 6.278-21.538c31.379-17.211 69.118-17.305 98.494-.244c7.576 4.4 10.15 14.109 5.75 21.686c-4.401 7.576-14.108 10.15-21.686 5.75c-19.52-11.338-45.938-11.094-67.299.625a15.8 15.8 0 0 1-7.614 1.958M129.461 499.277c-29.267 0-58.533-11.14-80.813-33.419c-44.56-44.561-44.56-117.066 0-161.627l70.465-70.464l40.79 40.791l-70.465 70.465c-22.068 22.068-22.068 57.977 0 80.045c11.033 11.033 25.53 16.55 40.022 16.551c14.496.002 28.987-5.516 40.023-16.551l97.892-97.893c10.69-10.69 16.578-24.904 16.578-40.022s-5.887-29.332-16.578-40.022l40.791-40.791c44.561 44.561 44.561 117.066 0 161.626l-97.892 97.893c-22.28 22.279-51.546 33.418-80.813 33.418"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiLinksymbol(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#8B8D8E" d="m138.058 296.404l-40.791-40.791l49.274-49.274c44.561-44.561 117.064-44.56 161.626 0l-40.791 40.791c-22.067-22.068-57.977-22.069-80.045 0z"/><path fill="#646768" d="M287.656 341.136c-30.527 0-59.227-11.888-80.812-33.475c-44.56-44.56-44.561-117.064 0-161.625l97.892-97.892c21.587-21.586 50.286-33.474 80.813-33.474s59.227 11.888 80.813 33.474s33.474 50.287 33.474 80.813s-11.888 59.227-33.474 80.813l-97.893 97.892c-21.585 21.586-50.284 33.474-80.813 33.474m97.893-268.78c-15.118 0-29.332 5.888-40.023 16.578l-97.892 97.892c-22.068 22.069-22.068 57.977 0 80.045c10.69 10.69 24.904 16.578 40.022 16.578c15.119 0 29.332-5.887 40.022-16.577l97.893-97.893c10.69-10.69 16.578-24.904 16.578-40.022c0-15.119-5.888-29.332-16.578-40.023c-10.69-10.69-24.904-16.578-40.022-16.578"/><path fill="#8B8D8E" d="M343.932 70.414c-5.605 0-11.037-2.976-13.923-8.237c-4.214-7.681-1.403-17.324 6.278-21.538c31.379-17.211 69.118-17.305 98.494-.244c7.576 4.4 10.15 14.109 5.75 21.686c-4.401 7.576-14.108 10.15-21.686 5.75c-19.52-11.338-45.938-11.094-67.299.625a15.8 15.8 0 0 1-7.614 1.958M129.461 499.277c-29.267 0-58.533-11.14-80.813-33.419c-44.56-44.561-44.56-117.066 0-161.627l70.465-70.464l40.79 40.791l-70.465 70.465c-22.068 22.068-22.068 57.977 0 80.045c11.033 11.033 25.53 16.55 40.022 16.551c14.496.002 28.987-5.516 40.023-16.551l97.892-97.893c10.69-10.69 16.578-24.904 16.578-40.022s-5.887-29.332-16.578-40.022l40.791-40.791c44.561 44.561 44.561 117.066 0 161.626l-97.892 97.893c-22.28 22.279-51.546 33.418-80.813 33.418"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#8B8D8E" d="m138.058 296.404l-40.791-40.791l49.274-49.274c44.561-44.561 117.064-44.56 161.626 0l-40.791 40.791c-22.067-22.068-57.977-22.069-80.045 0z"/><path fill="#646768" d="M287.656 341.136c-30.527 0-59.227-11.888-80.812-33.475c-44.56-44.56-44.561-117.064 0-161.625l97.892-97.892c21.587-21.586 50.286-33.474 80.813-33.474s59.227 11.888 80.813 33.474s33.474 50.287 33.474 80.813s-11.888 59.227-33.474 80.813l-97.893 97.892c-21.585 21.586-50.284 33.474-80.813 33.474m97.893-268.78c-15.118 0-29.332 5.888-40.023 16.578l-97.892 97.892c-22.068 22.069-22.068 57.977 0 80.045c10.69 10.69 24.904 16.578 40.022 16.578c15.119 0 29.332-5.887 40.022-16.577l97.893-97.893c10.69-10.69 16.578-24.904 16.578-40.022c0-15.119-5.888-29.332-16.578-40.023c-10.69-10.69-24.904-16.578-40.022-16.578"/><path fill="#8B8D8E" d="M343.932 70.414c-5.605 0-11.037-2.976-13.923-8.237c-4.214-7.681-1.403-17.324 6.278-21.538c31.379-17.211 69.118-17.305 98.494-.244c7.576 4.4 10.15 14.109 5.75 21.686c-4.401 7.576-14.108 10.15-21.686 5.75c-19.52-11.338-45.938-11.094-67.299.625a15.8 15.8 0 0 1-7.614 1.958M129.461 499.277c-29.267 0-58.533-11.14-80.813-33.419c-44.56-44.561-44.56-117.066 0-161.627l70.465-70.464l40.79 40.791l-70.465 70.465c-22.068 22.068-22.068 57.977 0 80.045c11.033 11.033 25.53 16.55 40.022 16.551c14.496.002 28.987-5.516 40.023-16.551l97.892-97.893c10.69-10.69 16.578-24.904 16.578-40.022s-5.887-29.332-16.578-40.022l40.791-40.791c44.561 44.561 44.561 117.066 0 161.626l-97.892 97.893c-22.28 22.279-51.546 33.418-80.813 33.418"/></svg> </template>
CSS
.icon-linksymbol {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%238B8D8E%22%20d%3D%22m138.058%20296.404l-40.791-40.791l49.274-49.274c44.561-44.561%20117.064-44.56%20161.626%200l-40.791%2040.791c-22.067-22.068-57.977-22.069-80.045%200z%22%2F%3E%3Cpath%20fill%3D%22%23646768%22%20d%3D%22M287.656%20341.136c-30.527%200-59.227-11.888-80.812-33.475c-44.56-44.56-44.561-117.064%200-161.625l97.892-97.892c21.587-21.586%2050.286-33.474%2080.813-33.474s59.227%2011.888%2080.813%2033.474s33.474%2050.287%2033.474%2080.813s-11.888%2059.227-33.474%2080.813l-97.893%2097.892c-21.585%2021.586-50.284%2033.474-80.813%2033.474m97.893-268.78c-15.118%200-29.332%205.888-40.023%2016.578l-97.892%2097.892c-22.068%2022.069-22.068%2057.977%200%2080.045c10.69%2010.69%2024.904%2016.578%2040.022%2016.578c15.119%200%2029.332-5.887%2040.022-16.577l97.893-97.893c10.69-10.69%2016.578-24.904%2016.578-40.022c0-15.119-5.888-29.332-16.578-40.023c-10.69-10.69-24.904-16.578-40.022-16.578%22%2F%3E%3Cpath%20fill%3D%22%238B8D8E%22%20d%3D%22M343.932%2070.414c-5.605%200-11.037-2.976-13.923-8.237c-4.214-7.681-1.403-17.324%206.278-21.538c31.379-17.211%2069.118-17.305%2098.494-.244c7.576%204.4%2010.15%2014.109%205.75%2021.686c-4.401%207.576-14.108%2010.15-21.686%205.75c-19.52-11.338-45.938-11.094-67.299.625a15.8%2015.8%200%200%201-7.614%201.958M129.461%20499.277c-29.267%200-58.533-11.14-80.813-33.419c-44.56-44.561-44.56-117.066%200-161.627l70.465-70.464l40.79%2040.791l-70.465%2070.465c-22.068%2022.068-22.068%2057.977%200%2080.045c11.033%2011.033%2025.53%2016.55%2040.022%2016.551c14.496.002%2028.987-5.516%2040.023-16.551l97.892-97.893c10.69-10.69%2016.578-24.904%2016.578-40.022s-5.887-29.332-16.578-40.022l40.791-40.791c44.561%2044.561%2044.561%20117.066%200%20161.626l-97.892%2097.893c-22.28%2022.279-51.546%2033.418-80.813%2033.418%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%238B8D8E%22%20d%3D%22m138.058%20296.404l-40.791-40.791l49.274-49.274c44.561-44.561%20117.064-44.56%20161.626%200l-40.791%2040.791c-22.067-22.068-57.977-22.069-80.045%200z%22%2F%3E%3Cpath%20fill%3D%22%23646768%22%20d%3D%22M287.656%20341.136c-30.527%200-59.227-11.888-80.812-33.475c-44.56-44.56-44.561-117.064%200-161.625l97.892-97.892c21.587-21.586%2050.286-33.474%2080.813-33.474s59.227%2011.888%2080.813%2033.474s33.474%2050.287%2033.474%2080.813s-11.888%2059.227-33.474%2080.813l-97.893%2097.892c-21.585%2021.586-50.284%2033.474-80.813%2033.474m97.893-268.78c-15.118%200-29.332%205.888-40.023%2016.578l-97.892%2097.892c-22.068%2022.069-22.068%2057.977%200%2080.045c10.69%2010.69%2024.904%2016.578%2040.022%2016.578c15.119%200%2029.332-5.887%2040.022-16.577l97.893-97.893c10.69-10.69%2016.578-24.904%2016.578-40.022c0-15.119-5.888-29.332-16.578-40.023c-10.69-10.69-24.904-16.578-40.022-16.578%22%2F%3E%3Cpath%20fill%3D%22%238B8D8E%22%20d%3D%22M343.932%2070.414c-5.605%200-11.037-2.976-13.923-8.237c-4.214-7.681-1.403-17.324%206.278-21.538c31.379-17.211%2069.118-17.305%2098.494-.244c7.576%204.4%2010.15%2014.109%205.75%2021.686c-4.401%207.576-14.108%2010.15-21.686%205.75c-19.52-11.338-45.938-11.094-67.299.625a15.8%2015.8%200%200%201-7.614%201.958M129.461%20499.277c-29.267%200-58.533-11.14-80.813-33.419c-44.56-44.561-44.56-117.066%200-161.627l70.465-70.464l40.79%2040.791l-70.465%2070.465c-22.068%2022.068-22.068%2057.977%200%2080.045c11.033%2011.033%2025.53%2016.55%2040.022%2016.551c14.496.002%2028.987-5.516%2040.023-16.551l97.892-97.893c10.69-10.69%2016.578-24.904%2016.578-40.022s-5.887-29.332-16.578-40.022l40.791-40.791c44.561%2044.561%2044.561%20117.066%200%20161.626l-97.892%2097.893c-22.28%2022.279-51.546%2033.418-80.813%2033.418%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/linksymbol.svg?color=%231a73e8&size=48