link-settings-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
link-settings-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the link settings icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.06 8.901a2 2 0 0 0 2.9.001l.493-.518a5.3 5.3 0 0 1 1.485.922l-.187.63a2 2 0 0 0 1.45 2.511l.54.13a5.7 5.7 0 0 1 .005 1.807l-.584.144a2 2 0 0 0-1.44 2.496l.197.687c-.44.382-.94.692-1.482.912l-.5-.524a2 2 0 0 0-2.898 0l-.493.518a5.3 5.3 0 0 1-1.484-.922l.186-.63a2 2 0 0 0-1.45-2.511l-.54-.13a5.7 5.7 0 0 1-.006-1.808l.584-.144a2 2 0 0 0 1.441-2.496l-.198-.686a5.3 5.3 0 0 1 1.483-.913zM13.5 12c-.8 0-1.449.672-1.45 1.5S12.7 15 13.5 15s1.45-.672 1.45-1.5S14.3 12 13.5 12M8 4a.75.75 0 0 1 .75.75c0 .43-.344.723-.75.75H6a2.5 2.5 0 0 0-.164 4.995L6 10.5h1.733c-.244.47-.433.972-.557 1.5H6a4 4 0 0 1-.2-7.995L6 4zm3.717 3.25a6.5 6.5 0 0 0-2.652 1.5H6.25a.75.75 0 0 1-.102-1.493l.102-.007zM14 4a4 4 0 0 1 3.93 4.745a6.5 6.5 0 0 0-1.447-1.02a2.5 2.5 0 0 0-2.319-2.22L14 5.5h-2a.75.75 0 0 1-.102-1.493L12 4z"/></svg>

React

import type { SVGProps } from "react";

export function FluentLinkSettings20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.06 8.901a2 2 0 0 0 2.9.001l.493-.518a5.3 5.3 0 0 1 1.485.922l-.187.63a2 2 0 0 0 1.45 2.511l.54.13a5.7 5.7 0 0 1 .005 1.807l-.584.144a2 2 0 0 0-1.44 2.496l.197.687c-.44.382-.94.692-1.482.912l-.5-.524a2 2 0 0 0-2.898 0l-.493.518a5.3 5.3 0 0 1-1.484-.922l.186-.63a2 2 0 0 0-1.45-2.511l-.54-.13a5.7 5.7 0 0 1-.006-1.808l.584-.144a2 2 0 0 0 1.441-2.496l-.198-.686a5.3 5.3 0 0 1 1.483-.913zM13.5 12c-.8 0-1.449.672-1.45 1.5S12.7 15 13.5 15s1.45-.672 1.45-1.5S14.3 12 13.5 12M8 4a.75.75 0 0 1 .75.75c0 .43-.344.723-.75.75H6a2.5 2.5 0 0 0-.164 4.995L6 10.5h1.733c-.244.47-.433.972-.557 1.5H6a4 4 0 0 1-.2-7.995L6 4zm3.717 3.25a6.5 6.5 0 0 0-2.652 1.5H6.25a.75.75 0 0 1-.102-1.493l.102-.007zM14 4a4 4 0 0 1 3.93 4.745a6.5 6.5 0 0 0-1.447-1.02a2.5 2.5 0 0 0-2.319-2.22L14 5.5h-2a.75.75 0 0 1-.102-1.493L12 4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.06 8.901a2 2 0 0 0 2.9.001l.493-.518a5.3 5.3 0 0 1 1.485.922l-.187.63a2 2 0 0 0 1.45 2.511l.54.13a5.7 5.7 0 0 1 .005 1.807l-.584.144a2 2 0 0 0-1.44 2.496l.197.687c-.44.382-.94.692-1.482.912l-.5-.524a2 2 0 0 0-2.898 0l-.493.518a5.3 5.3 0 0 1-1.484-.922l.186-.63a2 2 0 0 0-1.45-2.511l-.54-.13a5.7 5.7 0 0 1-.006-1.808l.584-.144a2 2 0 0 0 1.441-2.496l-.198-.686a5.3 5.3 0 0 1 1.483-.913zM13.5 12c-.8 0-1.449.672-1.45 1.5S12.7 15 13.5 15s1.45-.672 1.45-1.5S14.3 12 13.5 12M8 4a.75.75 0 0 1 .75.75c0 .43-.344.723-.75.75H6a2.5 2.5 0 0 0-.164 4.995L6 10.5h1.733c-.244.47-.433.972-.557 1.5H6a4 4 0 0 1-.2-7.995L6 4zm3.717 3.25a6.5 6.5 0 0 0-2.652 1.5H6.25a.75.75 0 0 1-.102-1.493l.102-.007zM14 4a4 4 0 0 1 3.93 4.745a6.5 6.5 0 0 0-1.447-1.02a2.5 2.5 0 0 0-2.319-2.22L14 5.5h-2a.75.75 0 0 1-.102-1.493L12 4z"/></svg>
</template>

CSS

.icon-link-settings-20-filled {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.06%208.901a2%202%200%200%200%202.9.001l.493-.518a5.3%205.3%200%200%201%201.485.922l-.187.63a2%202%200%200%200%201.45%202.511l.54.13a5.7%205.7%200%200%201%20.005%201.807l-.584.144a2%202%200%200%200-1.44%202.496l.197.687c-.44.382-.94.692-1.482.912l-.5-.524a2%202%200%200%200-2.898%200l-.493.518a5.3%205.3%200%200%201-1.484-.922l.186-.63a2%202%200%200%200-1.45-2.511l-.54-.13a5.7%205.7%200%200%201-.006-1.808l.584-.144a2%202%200%200%200%201.441-2.496l-.198-.686a5.3%205.3%200%200%201%201.483-.913zM13.5%2012c-.8%200-1.449.672-1.45%201.5S12.7%2015%2013.5%2015s1.45-.672%201.45-1.5S14.3%2012%2013.5%2012M8%204a.75.75%200%200%201%20.75.75c0%20.43-.344.723-.75.75H6a2.5%202.5%200%200%200-.164%204.995L6%2010.5h1.733c-.244.47-.433.972-.557%201.5H6a4%204%200%200%201-.2-7.995L6%204zm3.717%203.25a6.5%206.5%200%200%200-2.652%201.5H6.25a.75.75%200%200%201-.102-1.493l.102-.007zM14%204a4%204%200%200%201%203.93%204.745a6.5%206.5%200%200%200-1.447-1.02a2.5%202.5%200%200%200-2.319-2.22L14%205.5h-2a.75.75%200%200%201-.102-1.493L12%204z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.06%208.901a2%202%200%200%200%202.9.001l.493-.518a5.3%205.3%200%200%201%201.485.922l-.187.63a2%202%200%200%200%201.45%202.511l.54.13a5.7%205.7%200%200%201%20.005%201.807l-.584.144a2%202%200%200%200-1.44%202.496l.197.687c-.44.382-.94.692-1.482.912l-.5-.524a2%202%200%200%200-2.898%200l-.493.518a5.3%205.3%200%200%201-1.484-.922l.186-.63a2%202%200%200%200-1.45-2.511l-.54-.13a5.7%205.7%200%200%201-.006-1.808l.584-.144a2%202%200%200%200%201.441-2.496l-.198-.686a5.3%205.3%200%200%201%201.483-.913zM13.5%2012c-.8%200-1.449.672-1.45%201.5S12.7%2015%2013.5%2015s1.45-.672%201.45-1.5S14.3%2012%2013.5%2012M8%204a.75.75%200%200%201%20.75.75c0%20.43-.344.723-.75.75H6a2.5%202.5%200%200%200-.164%204.995L6%2010.5h1.733c-.244.47-.433.972-.557%201.5H6a4%204%200%200%201-.2-7.995L6%204zm3.717%203.25a6.5%206.5%200%200%200-2.652%201.5H6.25a.75.75%200%200%201-.102-1.493l.102-.007zM14%204a4%204%200%200%201%203.93%204.745a6.5%206.5%200%200%200-1.447-1.02a2.5%202.5%200%200%200-2.319-2.22L14%205.5h-2a.75.75%200%200%201-.102-1.493L12%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/link-settings-20-filled.svg?color=%231a73e8&size=48