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

Name
link-settings-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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.5.5 0 0 1 .09.992L8 5H6a3 3 0 0 0-.197 5.993L6 11h1.499a6.5 6.5 0 0 0-.323 1H6a4 4 0 0 1-.22-7.994L6 4zm6 0a4 4 0 0 1 3.93 4.745a6.5 6.5 0 0 0-.931-.722L17 8a3 3 0 0 0-2.803-2.993L14 5h-2a.5.5 0 0 1-.09-.992L12 4zm-3.003 3.5a6.5 6.5 0 0 0-1.65 1H6a.5.5 0 0 1-.09-.992L6 7.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentLinkSettings20Regular(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.5.5 0 0 1 .09.992L8 5H6a3 3 0 0 0-.197 5.993L6 11h1.499a6.5 6.5 0 0 0-.323 1H6a4 4 0 0 1-.22-7.994L6 4zm6 0a4 4 0 0 1 3.93 4.745a6.5 6.5 0 0 0-.931-.722L17 8a3 3 0 0 0-2.803-2.993L14 5h-2a.5.5 0 0 1-.09-.992L12 4zm-3.003 3.5a6.5 6.5 0 0 0-1.65 1H6a.5.5 0 0 1-.09-.992L6 7.5z"/></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.5.5 0 0 1 .09.992L8 5H6a3 3 0 0 0-.197 5.993L6 11h1.499a6.5 6.5 0 0 0-.323 1H6a4 4 0 0 1-.22-7.994L6 4zm6 0a4 4 0 0 1 3.93 4.745a6.5 6.5 0 0 0-.931-.722L17 8a3 3 0 0 0-2.803-2.993L14 5h-2a.5.5 0 0 1-.09-.992L12 4zm-3.003 3.5a6.5 6.5 0 0 0-1.65 1H6a.5.5 0 0 1-.09-.992L6 7.5z"/></svg>
</template>

CSS

.icon-link-settings-20-regular {
  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.5.5%200%200%201%20.09.992L8%205H6a3%203%200%200%200-.197%205.993L6%2011h1.499a6.5%206.5%200%200%200-.323%201H6a4%204%200%200%201-.22-7.994L6%204zm6%200a4%204%200%200%201%203.93%204.745a6.5%206.5%200%200%200-.931-.722L17%208a3%203%200%200%200-2.803-2.993L14%205h-2a.5.5%200%200%201-.09-.992L12%204zm-3.003%203.5a6.5%206.5%200%200%200-1.65%201H6a.5.5%200%200%201-.09-.992L6%207.5z%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.5.5%200%200%201%20.09.992L8%205H6a3%203%200%200%200-.197%205.993L6%2011h1.499a6.5%206.5%200%200%200-.323%201H6a4%204%200%200%201-.22-7.994L6%204zm6%200a4%204%200%200%201%203.93%204.745a6.5%206.5%200%200%200-.931-.722L17%208a3%203%200%200%200-2.803-2.993L14%205h-2a.5.5%200%200%201-.09-.992L12%204zm-3.003%203.5a6.5%206.5%200%200%200-1.65%201H6a.5.5%200%200%201-.09-.992L6%207.5z%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-regular.svg?color=%231a73e8&size=48