pen-sync-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
pen-sync-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the pen sync icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.44 1.56a1.914 1.914 0 0 0-2.707 0L2.338 8.956a1.65 1.65 0 0 0-.398.644l-.914 2.743a.5.5 0 0 0 .632.633l2.743-.915c.243-.08.463-.217.644-.398l.065-.064a5.5 5.5 0 0 1-.106-1.309l-.666.666a.65.65 0 0 1-.253.157l-1.794.598l.598-1.794a.65.65 0 0 1 .156-.254l7.395-7.394a.914.914 0 1 1 1.293 1.293L10.29 5.004a5.6 5.6 0 0 1 1.31.106l.841-.842a1.914 1.914 0 0 0 0-2.707M6 10.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0m6.5-3a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5H11a.5.5 0 0 1 0-1h.468a2 2 0 0 0-.933-.25a2 2 0 0 0-1.45.586a.5.5 0 0 1-.706-.707A3 3 0 0 1 12 8.152V8a.5.5 0 0 1 .5-.5m-.876 5.532A3 3 0 0 1 9 12.848V13a.5.5 0 0 1-1 0v-1.5a.5.5 0 0 1 .5-.5H10a.5.5 0 0 1 0 1h-.468a2 2 0 0 0 .933.25a2 2 0 0 0 1.45-.586a.5.5 0 0 1 .706.707c-.285.285-.624.51-.997.66"/></svg>

React

import type { SVGProps } from "react";

export function FluentPenSync16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.44 1.56a1.914 1.914 0 0 0-2.707 0L2.338 8.956a1.65 1.65 0 0 0-.398.644l-.914 2.743a.5.5 0 0 0 .632.633l2.743-.915c.243-.08.463-.217.644-.398l.065-.064a5.5 5.5 0 0 1-.106-1.309l-.666.666a.65.65 0 0 1-.253.157l-1.794.598l.598-1.794a.65.65 0 0 1 .156-.254l7.395-7.394a.914.914 0 1 1 1.293 1.293L10.29 5.004a5.6 5.6 0 0 1 1.31.106l.841-.842a1.914 1.914 0 0 0 0-2.707M6 10.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0m6.5-3a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5H11a.5.5 0 0 1 0-1h.468a2 2 0 0 0-.933-.25a2 2 0 0 0-1.45.586a.5.5 0 0 1-.706-.707A3 3 0 0 1 12 8.152V8a.5.5 0 0 1 .5-.5m-.876 5.532A3 3 0 0 1 9 12.848V13a.5.5 0 0 1-1 0v-1.5a.5.5 0 0 1 .5-.5H10a.5.5 0 0 1 0 1h-.468a2 2 0 0 0 .933.25a2 2 0 0 0 1.45-.586a.5.5 0 0 1 .706.707c-.285.285-.624.51-.997.66"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.44 1.56a1.914 1.914 0 0 0-2.707 0L2.338 8.956a1.65 1.65 0 0 0-.398.644l-.914 2.743a.5.5 0 0 0 .632.633l2.743-.915c.243-.08.463-.217.644-.398l.065-.064a5.5 5.5 0 0 1-.106-1.309l-.666.666a.65.65 0 0 1-.253.157l-1.794.598l.598-1.794a.65.65 0 0 1 .156-.254l7.395-7.394a.914.914 0 1 1 1.293 1.293L10.29 5.004a5.6 5.6 0 0 1 1.31.106l.841-.842a1.914 1.914 0 0 0 0-2.707M6 10.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0m6.5-3a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-.5.5H11a.5.5 0 0 1 0-1h.468a2 2 0 0 0-.933-.25a2 2 0 0 0-1.45.586a.5.5 0 0 1-.706-.707A3 3 0 0 1 12 8.152V8a.5.5 0 0 1 .5-.5m-.876 5.532A3 3 0 0 1 9 12.848V13a.5.5 0 0 1-1 0v-1.5a.5.5 0 0 1 .5-.5H10a.5.5 0 0 1 0 1h-.468a2 2 0 0 0 .933.25a2 2 0 0 0 1.45-.586a.5.5 0 0 1 .706.707c-.285.285-.624.51-.997.66"/></svg>
</template>

CSS

.icon-pen-sync-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.44%201.56a1.914%201.914%200%200%200-2.707%200L2.338%208.956a1.65%201.65%200%200%200-.398.644l-.914%202.743a.5.5%200%200%200%20.632.633l2.743-.915c.243-.08.463-.217.644-.398l.065-.064a5.5%205.5%200%200%201-.106-1.309l-.666.666a.65.65%200%200%201-.253.157l-1.794.598l.598-1.794a.65.65%200%200%201%20.156-.254l7.395-7.394a.914.914%200%201%201%201.293%201.293L10.29%205.004a5.6%205.6%200%200%201%201.31.106l.841-.842a1.914%201.914%200%200%200%200-2.707M6%2010.5a4.5%204.5%200%201%200%209%200a4.5%204.5%200%200%200-9%200m6.5-3a.5.5%200%200%201%20.5.5v1.5a.5.5%200%200%201-.5.5H11a.5.5%200%200%201%200-1h.468a2%202%200%200%200-.933-.25a2%202%200%200%200-1.45.586a.5.5%200%200%201-.706-.707A3%203%200%200%201%2012%208.152V8a.5.5%200%200%201%20.5-.5m-.876%205.532A3%203%200%200%201%209%2012.848V13a.5.5%200%200%201-1%200v-1.5a.5.5%200%200%201%20.5-.5H10a.5.5%200%200%201%200%201h-.468a2%202%200%200%200%20.933.25a2%202%200%200%200%201.45-.586a.5.5%200%200%201%20.706.707c-.285.285-.624.51-.997.66%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.44%201.56a1.914%201.914%200%200%200-2.707%200L2.338%208.956a1.65%201.65%200%200%200-.398.644l-.914%202.743a.5.5%200%200%200%20.632.633l2.743-.915c.243-.08.463-.217.644-.398l.065-.064a5.5%205.5%200%200%201-.106-1.309l-.666.666a.65.65%200%200%201-.253.157l-1.794.598l.598-1.794a.65.65%200%200%201%20.156-.254l7.395-7.394a.914.914%200%201%201%201.293%201.293L10.29%205.004a5.6%205.6%200%200%201%201.31.106l.841-.842a1.914%201.914%200%200%200%200-2.707M6%2010.5a4.5%204.5%200%201%200%209%200a4.5%204.5%200%200%200-9%200m6.5-3a.5.5%200%200%201%20.5.5v1.5a.5.5%200%200%201-.5.5H11a.5.5%200%200%201%200-1h.468a2%202%200%200%200-.933-.25a2%202%200%200%200-1.45.586a.5.5%200%200%201-.706-.707A3%203%200%200%201%2012%208.152V8a.5.5%200%200%201%20.5-.5m-.876%205.532A3%203%200%200%201%209%2012.848V13a.5.5%200%200%201-1%200v-1.5a.5.5%200%200%201%20.5-.5H10a.5.5%200%200%201%200%201h-.468a2%202%200%200%200%20.933.25a2%202%200%200%200%201.45-.586a.5.5%200%200%201%20.706.707c-.285.285-.624.51-.997.66%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/pen-sync-16-regular.svg?color=%231a73e8&size=48