distance icon
distance-rounded from Material Symbols by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- distance-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More activities icons from Material Symbols
Use the distance icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.65 0-4.325-.837T6 19q0-.475.213-.875t.637-.75q.35-.25.763-.2t.662.4t.188.763T8.05 19q.325.4 1.5.7T12 20t2.45-.3t1.5-.7q-.35-.25-.413-.663t.188-.762t.663-.4t.762.2q.425.35.638.75T18 19q0 1.325-1.675 2.163T12 22m-.6-3.575q-.3-.1-.55-.3q-2.95-2.35-4.4-4.587T5 9.15q0-1.775.638-3.113T7.275 3.8t2.25-1.35T12 2t2.475.45t2.25 1.35t1.638 2.238T19 9.15q0 2.15-1.45 4.388t-4.4 4.587q-.25.2-.55.3t-.6.1t-.6-.1M12 11q.825 0 1.413-.587T14 9t-.587-1.412T12 7t-1.412.588T10 9t.588 1.413T12 11"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDistanceRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.65 0-4.325-.837T6 19q0-.475.213-.875t.637-.75q.35-.25.763-.2t.662.4t.188.763T8.05 19q.325.4 1.5.7T12 20t2.45-.3t1.5-.7q-.35-.25-.413-.663t.188-.762t.663-.4t.762.2q.425.35.638.75T18 19q0 1.325-1.675 2.163T12 22m-.6-3.575q-.3-.1-.55-.3q-2.95-2.35-4.4-4.587T5 9.15q0-1.775.638-3.113T7.275 3.8t2.25-1.35T12 2t2.475.45t2.25 1.35t1.638 2.238T19 9.15q0 2.15-1.45 4.388t-4.4 4.587q-.25.2-.55.3t-.6.1t-.6-.1M12 11q.825 0 1.413-.587T14 9t-.587-1.412T12 7t-1.412.588T10 9t.588 1.413T12 11"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.65 0-4.325-.837T6 19q0-.475.213-.875t.637-.75q.35-.25.763-.2t.662.4t.188.763T8.05 19q.325.4 1.5.7T12 20t2.45-.3t1.5-.7q-.35-.25-.413-.663t.188-.762t.663-.4t.762.2q.425.35.638.75T18 19q0 1.325-1.675 2.163T12 22m-.6-3.575q-.3-.1-.55-.3q-2.95-2.35-4.4-4.587T5 9.15q0-1.775.638-3.113T7.275 3.8t2.25-1.35T12 2t2.475.45t2.25 1.35t1.638 2.238T19 9.15q0 2.15-1.45 4.388t-4.4 4.587q-.25.2-.55.3t-.6.1t-.6-.1M12 11q.825 0 1.413-.587T14 9t-.587-1.412T12 7t-1.412.588T10 9t.588 1.413T12 11"/></svg> </template>
CSS
.icon-distance-rounded {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2022q-2.65%200-4.325-.837T6%2019q0-.475.213-.875t.637-.75q.35-.25.763-.2t.662.4t.188.763T8.05%2019q.325.4%201.5.7T12%2020t2.45-.3t1.5-.7q-.35-.25-.413-.663t.188-.762t.663-.4t.762.2q.425.35.638.75T18%2019q0%201.325-1.675%202.163T12%2022m-.6-3.575q-.3-.1-.55-.3q-2.95-2.35-4.4-4.587T5%209.15q0-1.775.638-3.113T7.275%203.8t2.25-1.35T12%202t2.475.45t2.25%201.35t1.638%202.238T19%209.15q0%202.15-1.45%204.388t-4.4%204.587q-.25.2-.55.3t-.6.1t-.6-.1M12%2011q.825%200%201.413-.587T14%209t-.587-1.412T12%207t-1.412.588T10%209t.588%201.413T12%2011%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2022q-2.65%200-4.325-.837T6%2019q0-.475.213-.875t.637-.75q.35-.25.763-.2t.662.4t.188.763T8.05%2019q.325.4%201.5.7T12%2020t2.45-.3t1.5-.7q-.35-.25-.413-.663t.188-.762t.663-.4t.762.2q.425.35.638.75T18%2019q0%201.325-1.675%202.163T12%2022m-.6-3.575q-.3-.1-.55-.3q-2.95-2.35-4.4-4.587T5%209.15q0-1.775.638-3.113T7.275%203.8t2.25-1.35T12%202t2.475.45t2.25%201.35t1.638%202.238T19%209.15q0%202.15-1.45%204.388t-4.4%204.587q-.25.2-.55.3t-.6.1t-.6-.1M12%2011q.825%200%201.413-.587T14%209t-.587-1.412T12%207t-1.412.588T10%209t.588%201.413T12%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/distance-rounded.svg?color=%231a73e8&size=48